mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
ee1cee2cac
Add support for SolidRun ClearFog Base board. The base model is a smaller version of ClearFog Pro without the DSA switch, replacing it with a second copper gigabit port, and only one PCIe socket. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
8 lines
260 B
Plaintext
8 lines
260 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-base.dtb
|
|
|
|
bootz 0x02000000 - 0x05F00000
|