LaFonera: Problem Enabling Redboot

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Author Message
jumanji969
DD-WRT Novice


Joined: 30 Mar 2007
Posts: 4

PostPosted: Fri Mar 30, 2007 23:13    Post subject: LaFonera: Problem Enabling Redboot Reply with quote
I have a LaFonera v0.7.1 r1 and am trying to install DD-WRT 0323 onto it. I can SSH into the router and these are the commands I then use:

Code:
cd /tmp
wget http://169.254.255.2/openwrt-ar531x-2.4-vmlinux-CAMICIA.lzma
mtd -e vmlinux.bin.l7 write openwrt-ar531x-2.4-vmlinux-CAMICIA.lzma vmlinux.bin.l7
reboot


The above works flawlessly. Then after reboot I do:

Code:
cd /tmp
wget http://169.254.255.2/out.hex
mtd -e “RedBoot config” write out.hex “RedBoot config”
reboot


The problem comes when I try to do the "mtd" command, I get this message:

http://www.uploadit.org/my.php?image=http://server3.uploadit.org/files/jumanji969-fon3.JPG

If you cannot see the picture it's basically saying I'm misusing the mtd command and says. "The device is in the format mtdX (eg mtd4) or it's label"
Sponsor
mazilo
DD-WRT User


Joined: 10 Jun 2006
Posts: 385

PostPosted: Fri Mar 30, 2007 23:30    Post subject: Re: LaFonera: Problem Enabling Redboot Reply with quote
jumanji969 wrote:
Code:
cd /tmp
wget http://169.254.255.2/out.hex
mtd -e “RedBoot config” write out.hex “RedBoot config”
reboot

Do you see any difference between the above code and the one below:
Code:
cd /tmp
wget http://169.254.255.2/out.hex
mtd -e .RedBoot config. write out.hex .RedBoot config.
reboot

The later one was the one you used on your La Fonera router (at least, this was what I noticed from your provided link). Wink

_________________
Mazi
UK non-geo DID #: +447031942574
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum