OpenWrt Forum Archive

Topic: Start OpenWRT from RAM (Cambria)

The content of this topic has been archived on 31 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello,

how can I run a openwrt-cambria-zImage from RAM (http://downloads.openwrt.org/snapshots/ixp4xx/) ? I already set up tftp on my computer and can download the image via RedBoot to my cambria board. To which address I have to download the image and how can I run it?

Thanks!

Best regards
Mirko

Solved it by my own.

load -r -b 0x80000 /location/to/image
exec -b 0x80000 -l kernellength -c "console=ttyS0,115200 init=/etc/preinit"

The discussion might have continued from here.