mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 05:32:11 +00:00
4 lines
203 B
Batchfile
4 lines
203 B
Batchfile
setenv bootargs root=/dev/mmcblk0p2 rw rootfstype=ext4 clkin_hz=(25000000) earlycon clk_ignore_unused earlyprintk console=ttyS2,1500000n8 rootwait
|
|
fatload mmc 1:1 ${loadaddr} image.itb
|
|
bootm ${loadaddr}
|