This uses a LZMA compressed U-Boot FIT image for the NanoPi R2S. This way, the resulting sysupgrade image uses ~1M les space compared to using an uncompressed kernel. Signed-off-by: David Bauer <mail@david-bauer.net>
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
|