mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
ec4a8c6dee
The conventional model is now known as the "Clearfog Pro" Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
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
|