update to redboot / MR3201A
Posted: Sun Aug 22, 2010 3:27 pm
Not sure if this is the correct forum, anyway, please do with this as you please...
Had some problems using posted instructions associated with RedBoot on MR3201A. Below worked fine:
==========
< with a punpkin TFTP server running on a PC and a USB/TTL converter attached to ttyS0 on the MR3201A >
< at RedBoot prompt : >
ip_addr -h 10.0.0.1 -l 10.0.0.100/24
fis init
load -r -v -b %{FREEMEMLO} gargoyle_1.2.4-atheros-vmlinux.lzma
fis create -e 0x80041000 -r 0x80041000 vmlinux.bin.l7
fis free < subtract range 0xA80F0000 .. 0xA87E0000 = 6F0000, insert below >
load -r -b %{FREEMEMLO} gargoyle_1.2.4-atheros-root.squashfs
fis create -l 0x6F0000 rootfs
fconfig < update bootscript >
fis load -l vmlinux.bin.l7
exec
<blank line>
<...>
<accept update NV settings>
==========
Regards,
Mark
Had some problems using posted instructions associated with RedBoot on MR3201A. Below worked fine:
==========
< with a punpkin TFTP server running on a PC and a USB/TTL converter attached to ttyS0 on the MR3201A >
< at RedBoot prompt : >
ip_addr -h 10.0.0.1 -l 10.0.0.100/24
fis init
load -r -v -b %{FREEMEMLO} gargoyle_1.2.4-atheros-vmlinux.lzma
fis create -e 0x80041000 -r 0x80041000 vmlinux.bin.l7
fis free < subtract range 0xA80F0000 .. 0xA87E0000 = 6F0000, insert below >
load -r -b %{FREEMEMLO} gargoyle_1.2.4-atheros-root.squashfs
fis create -l 0x6F0000 rootfs
fconfig < update bootscript >
fis load -l vmlinux.bin.l7
exec
<blank line>
<...>
<accept update NV settings>
==========
Regards,
Mark