mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
|
part uuid ${devtype} ${devnum}:2 uuid
|
||
|
|
||
|
setenv bootargs "console=ttyS2,115200 earlycon=uart8250,mmio32,0xfe660000 root=PARTUUID=${uuid} rw rootwait";
|
||
|
|
||
|
load ${devtype} ${devnum}:1 ${kernel_addr_r} kernel.img
|
||
|
|
||
|
bootm ${kernel_addr_r}
|