8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
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
|