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.
8 lines
259 B
8 lines
259 B
8 years ago
|
setenv bootargs console=ttyS0,115200n8 root=/dev/mmcblk0p2 rootfstype=squashfs rootwait overlay=/dev/mmcblk0p3
|
||
|
setenv fdt_high 0x07a12000
|
||
|
|
||
|
fatload mmc 0:1 0x02000000 zImage
|
||
8 years ago
|
fatload mmc 0:1 0x05F00000 armada-388-clearfog-pro.dtb
|
||
8 years ago
|
|
||
|
bootz 0x02000000 - 0x05F00000
|