repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux: bump default to version 4.9.7
[buildroot-gz.git]
/
board
/
wandboard
/
boot.scr.txt
blob
7a8aa4bd5475b4eb4636f083eba329e74d20f58c
1
setenv finduuid "part uuid mmc 0:1 uuid"
2
run finduuid
3
run findfdt
4
setenv bootargs "console=ttymxc0,115200 root=PARTUUID=${uuid} rootwait rootfstype=ext4"
5
load mmc 0:1 ${fdt_addr} boot/${fdtfile}
6
load mmc 0:1 ${loadaddr} boot/zImage
7
bootz ${loadaddr} - ${fdt_addr}