Hi all,
Hopefully this is a simple problem with a simple answer that will avoid me turning my new toy into a paperweight.
I've patched the router with out.hex and can reboot and telnet in as often as I like. I'm a bit weary of the fi and fis commands as they look like they'll blow away the Redboot access - is this correct or am I reasonably safe?
I'm up to the part of the flashing guide that reads like so:
RedBoot> lo -r -b %{FREEMEMLO} openwrt-atheros-2.6-vmlinux.lzma
Using default protocol (TFTP)
Raw file loaded 0x80041000-0x800f0fff, assumed entry at 0x80041000
Except mine reads:
RedBoot> lo -r -b %{FREEMEMLO} openwrt-atheros-2.6-vmlinux.lzma
Using default protocol (TFTP)
Raw file loaded 0x80040800-0x801007ff, assumed entry at 0x80040800
Am I right in thinking that I need to replace the references to 0x80041000 in the next line with the location of where the file is loaded on my router, 0x80040800 ? From what I can see the -e and -r setting for fi are telling it where in ram to read the data from - I am quite possibly wrong though?
Thanks in advance!