mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-17 08:55:29 +08:00
7 lines
267 B
Plaintext
7 lines
267 B
Plaintext
![]() |
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}
|