immortalwrt/target/linux/rockchip/image/nanopi-r2s.bootscript

8 lines
202 B
Plaintext
Raw Normal View History

part uuid mmc ${devnum}:2 uuid
setenv bootargs "console=ttyS2,1500000 earlycon=uart8250,mmio32,0xff130000 root=PARTUUID=${uuid} rw rootwait"
load mmc ${devnum}:1 0x1000000 kernel.img
bootm 0x1000000