Jason wrote:
All,

I bought a WRT400N last night because it doesn't have Broadcom. :-) I soldered a header to the serial port and used a FTDI USB 3.3V cable to interrupt u-boot and get a prompt. So far, so good.

My problem is pretty basic. I found instructions [1] to burn an image to the flash, but I don't want to do that yet. I'd like to test images I load via tftp by executing straight from RAM.

I can get the image to load successfully, but can't get it to execute. This [2] forum thread has been a huge help. I've tried just sending the lzma compressed kernel image, the gzip compressed kernel image, the blob created with mkimage-wrt400n [3], and everything fails like so:

[snip]
What am I missing?


Apparently, I can't read my own quotes...  ;-)

ar7100> tftpboot 0xa0800000 openwrt-ar71xx-uImage-lzma.bin; \
bootm 0xa0800000

Duh.  Now, on to configuring...

[1] - https://forum.openwrt.org/viewtopic.php?pid=83476#p83476
[2] - https://forum.openwrt.org/viewtopic.php?id=19633&p=1
[3] - http://sandeepmistry.ca/openwrt/mkimage-wrt400n.c

thx,

Jason.
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to