You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
267 B
7 lines
267 B
6 years ago
|
setenv bootargs "root=PARTUUID=@ROOT@-02 rw rootwait console=ttyS0,115200 console=tty0"
|
||
|
|
||
|
load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /@KERNEL@
|
||
|
load ${devtype} ${devnum}:${bootpart} ${fdt_addr_r} /${soc}-${board}.dtb
|
||
|
|
||
|
bootz ${kernel_addr_r} - ${fdt_addr_r}
|