You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
setenv bootargs console=ttyS0,115200n8 root=/dev/mmcblk0p2 rootfstype=squashfs rootwait overlay=/dev/mmcblk0p3
|
|
setenv fdt_high 0x07a12000
|
|
|
|
fatload mmc 0:1 0x02000000 zImage
|
|
fatload mmc 0:1 0x05F00000 armada-388-clearfog-pro.dtb
|
|
|
|
bootz 0x02000000 - 0x05F00000
|
|
|