Update Odroid X2/U2 boot script, add initramfs support
This commit is contained in:
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
setenv initrd_high "0xffffffff"
|
||||
setenv fdt_high "0xffffffff"
|
||||
setenv bootcmd "fatload mmc 0:1 0x40008000 uImage; bootm 0x40008000"
|
||||
setenv bootcmd "fatload mmc 0:1 0x40008000 uImage; fatload mmc 0:1 0x48000000 uInitrd; bootm 0x40008000 0x48000000"
|
||||
setenv bootargs "root=/dev/mmcblk0p2 rootwait ro mem=2047M"
|
||||
boot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user