mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-29 02:01:21 +00:00
5 lines
225 B
Batchfile
5 lines
225 B
Batchfile
setenv bootargs console=tty1 root=/dev/mmcblk0p1 rootwait panic=10 consoleblank=0
|
|
ext4load mmc 0 0x49000000 /boot/dtb/${fdtfile}
|
|
ext4load mmc 0 0x46000000 /boot/zImage
|
|
env set fdt_high ffffffff
|
|
bootz 0x46000000 - 0x49000000
|