New fonera Model 2200

Post new topic   Reply to topic    DD-WRT Forum Forum Index -> Atheros WiSOC based Hardware
Goto page 1, 2  Next
Author Message
Danky
DD-WRT Novice


Joined: 24 Apr 2007
Posts: 6

PostPosted: Tue Apr 24, 2007 10:32 pm    Post subject: New fonera Model 2200 Reply with quote
My new fonera just arrived, but I noticed is a different model than the usual one.
It have a 7.5v 1A power supply, no heat dissipator and a slighty different pcb layout.

The kolofonium hack worked. I installed camicia kernel for get redboot access and all fine.

But in RedBoot the problems started. I first tried to install openwrt, but the first load failled:
Code:
RedBoot> load -r -v -b 0x80040450 openwrt-atheros-2.6-root.jffs2-64k
Using default protocol (TFTP)
Specified address (0x80040450) is not believed to be in RAM - continue (y/n)? y
Can't load 'openwrt-atheros-2.6-root.jffs2-64k': invalid parameter
RedBoot>


The "ver" command showed me that the ram address is not the same.
The old fonera:
Code:
Board: ap51
RAM: 0x80000000-0x81000000, [0x80040450-0x80fe1000] available
FLASH: 0xa8000000 - 0xa87f0000, 128 blocks of 0x00010000 bytes each.


And the new FON2200:
Code:
Board: FON1
RAM: 0x80000000-0x81000000, [0x80040aa0-0x80fe1000] available
FLASH: 0xa8000000 - 0xa87f0000, 128 blocks of 0x00010000 bytes each.


The ram starts at 0x80040aa0 instead of 0x80040450.

I tried to install the dd-wrt that uses the address 0x80041000 for the first load:
Code:
RedBoot> load -r -v -b 0x80041000 root.fs
Using default protocol (TFTP)
Can't load 'root.fs': invalid parameter
RedBoot>


My tftp is working correctly:
Code:
RedBoot> ip_addr
IP: 192.168.1.254/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.1.10
RedBoot>

Code:
# tftp 192.168.1.10
tftp> get root.fs
Received 2687399 bytes in 0.4 seconds
tftp>


And sometimes I notice some nasty errors in RedBoot when I ping to the fonera ip (192.168.1.254):
Code:
/home/alfa/Atheros_Beta5.0/linuxsrc/src/redboot_fon1/ecos/packages/devs/eth/mips/ar531x/current/src/ae531xecos.c#390:ae531x_send AHB ERROR: AR531X_DEBUG_ERROR = 0000c34f
/home/alfa/Atheros_Beta5.0/linuxsrc/src/redboot_fon1/ecos/packages/devs/eth/mips/ar531x/current/src/ae531xecos.c#393:ae531x_send AHB ERROR status_4 = 00000145
ver
/home/alfa/Atheros_Beta5.0/linuxsrc/src/redboot_fon1/ecos/packages/devs/eth/mips/ar531x/current/src/ae531xecos.c#390:ae531x_send AHB ERROR: AR531X_DEBUG_ERROR = 00000001
/home/alfa/Atheros_Beta5.0/linuxsrc/src/redboot_fon1/ecos/packages/devs/eth/mips/ar531x/current/src/ae531xecos.c#393:ae531x_send AHB ERROR status_4 = 00000145


My fis.list:
Code:
RedBoot> fis list
Name              FLASH addr  Mem addr    Length      Entry point
RedBoot           0xA8000000  0xA8000000  0x00030000  0x00000000
FIS directory     0xA87E0000  0xA87E0000  0x0000F000  0x00000000
RedBoot config    0xA87EF000  0xA87EF000  0x00001000  0x00000000
RedBoot>


I don't know what to do now Sad
Sponsor
Danky
DD-WRT Novice


Joined: 24 Apr 2007
Posts: 6

PostPosted: Tue Apr 24, 2007 10:41 pm    Post subject: Working now.. I hope Reply with quote
I rebooted it and now it loads the file..

The flash address seems the same, I only noticed the ram address to be different, so I hope it will work..
Danky
DD-WRT Novice


Joined: 24 Apr 2007
Posts: 6

PostPosted: Tue Apr 24, 2007 11:09 pm    Post subject: It worked Reply with quote
I have now dd-wrt

The chipset is the same as the 2100 model, the Atheros AR5315
Besides the small ram address difference in the RedBoot, everything seems the same.

Except that the pcb have only 4 pins instead of the 10 pins for the serial port.
techisavy
DD-WRT Novice


Joined: 09 Apr 2007
Posts: 27

PostPosted: Wed Apr 25, 2007 12:11 am    Post subject: Reply with quote
can you post the pics of the new 2200 fonero?
buggs187
DD-WRT User


Joined: 06 Nov 2006
Posts: 89
Location: Germany

PostPosted: Wed Apr 25, 2007 12:16 am    Post subject: Reply with quote
Found these on openwrt site. I take it from the same user as here....
Code:
http://zone-sys.net/fon2/


I would suggest adding the install to the wiki.

I wonder how many people will ask why the normal guide does not work or saying they broke it.... get ready

thanks for figuring it out...
Danky
DD-WRT Novice


Joined: 24 Apr 2007
Posts: 6

PostPosted: Wed Apr 25, 2007 9:11 am    Post subject: it works Reply with quote
After reboot it, the commands to flash with dd-wrt worked fine.

The openwrt needs to change their commands because they start at 0x80040450 that is not inside ram address in new fonera and will give problems to newbie like me Wink

But dd-wrt is ok because uses 0x80041000

The only problem (at least with my fonera) is that something seems to be buggy and the commands didnt work fine for me first time, maybe because the openwrt commands that tried to wite outside ram? But after a boot it worked fine Smile

Now It seems to be the same as the old fonera except mine dont have any heat dissipator, and I have no serial interface, because the 4 pins seems not to be connected to the pcb Sad
t3chman
DD-WRT Novice


Joined: 18 Mar 2007
Posts: 39
Location: Alabama, USA

PostPosted: Wed Apr 25, 2007 12:26 pm    Post subject: Reply with quote
Is the new model fonera hot to the touch, or have they fixed that? Not having a heat sync and all...
Danky
DD-WRT Novice


Joined: 24 Apr 2007
Posts: 6

PostPosted: Wed Apr 25, 2007 6:05 pm    Post subject: Reply with quote
t3chman wrote:
Is the new model fonera hot to the touch, or have they fixed that? Not having a heat sync and all...


They fixed it.
Under normal use I can touch the chip and its ok. Until heavy load maybe it will be a bit hot, but with a normal dissipator like the old fonera it will be fine. Or maybe it will survive withouth dissipator.
emuboy
DD-WRT Novice


Joined: 23 Mar 2007
Posts: 11

PostPosted: Wed Apr 25, 2007 6:48 pm    Post subject: Reply with quote
from http://zone-sys.net/fon2/

Quote:
It seems that there are only one antenna, but in the lower left part it reads
ANT2 but I dont know where to solder it. Maybe in that small circle near the
serial number.


strange pcb geometry...maybe it's a internal disabled antenna?
shiekh
DD-WRT User


Joined: 03 Mar 2007
Posts: 163
Location: Arizona USA

PostPosted: Thu Apr 26, 2007 4:06 pm    Post subject: Reply with quote
http://zone-sys.net/fon2200/

seems a little confused

ANT2 looks like an internal antenna, not a connector

The serial port pins are probably connected as it is probably a multilayer board
droky
DD-WRT Novice


Joined: 26 Apr 2007
Posts: 1

PostPosted: Thu Apr 26, 2007 4:42 pm    Post subject: Reply with quote
Hi,
You can see the serial connection schematic for the new Fonera FON2200 at:
www.radikaldesig.com

And a RS232 >--< TTL level converter at :
http://radikaldesig.blogspot.com/2007/0 … 2-ttl.html

Cheers,

Online
Zealot
DD-WRT Novice


Joined: 29 Jul 2006
Posts: 14

PostPosted: Thu Apr 26, 2007 9:58 pm    Post subject: Reply with quote
I have a new fonera 2200, and i'm trying to dd-wrt it. I know how to flash a normal fonera, i did it 3 times, but i'm having problems with the new model.

I can't get it to work using the usual commands.

Quote:
RedBoot> fis init
RedBoot> load -r -v -b 0x80041000 root.fs
RedBoot> fis create -b 0x80041000 -f 0xA8030000 -l 0x002C0000 -e 0x00000000 rootfs
RedBoot> load -r -v -b 0x80041000 vmlinux.bin.l7
RedBoot> fis create -r 0x80041000 -e 0x80041000 -l 0x000E0000 vmlinux.bin.l7
RedBoot> fis create -f 0xA83D0000 -l 0x00010000 -n nvram
RedBoot> reset


I read something about the new fonera having different memory addresses, but i can't find the new ones.

Can you help me?[/quote]
Danky
DD-WRT Novice


Joined: 24 Apr 2007
Posts: 6

PostPosted: Sat Apr 28, 2007 11:10 am    Post subject: Reply with quote
Zealot wrote:
I have a new fonera 2200, and i'm trying to dd-wrt it. I know how to flash a normal fonera, i did it 3 times, but i'm having problems with the new model.

I can't get it to work using the usual commands.

Quote:
RedBoot> fis init
RedBoot> load -r -v -b 0x80041000 root.fs
RedBoot> fis create -b 0x80041000 -f 0xA8030000 -l 0x002C0000 -e 0x00000000 rootfs
RedBoot> load -r -v -b 0x80041000 vmlinux.bin.l7
RedBoot> fis create -r 0x80041000 -e 0x80041000 -l 0x000E0000 vmlinux.bin.l7
RedBoot> fis create -f 0xA83D0000 -l 0x00010000 -n nvram
RedBoot> reset


I read something about the new fonera having different memory addresses, but i can't find the new ones.

Can you help me?
[/quote]

these commands are ok because uses address 0x80041000 that's inside ram

the only problem I found is that after the first load sometimes RedBoot gets crazy and i need to reboot and continue with the next commands
Zealot
DD-WRT Novice


Joined: 29 Jul 2006
Posts: 14

PostPosted: Sat Apr 28, 2007 3:26 pm    Post subject: Reply with quote
Danky wrote:
Zealot wrote:
I have a new fonera 2200, and i'm trying to dd-wrt it. I know how to flash a normal fonera, i did it 3 times, but i'm having problems with the new model.

I can't get it to work using the usual commands.

Quote:
RedBoot> fis init
RedBoot> load -r -v -b 0x80041000 root.fs
RedBoot> fis create -b 0x80041000 -f 0xA8030000 -l 0x002C0000 -e 0x00000000 rootfs
RedBoot> load -r -v -b 0x80041000 vmlinux.bin.l7
RedBoot> fis create -r 0x80041000 -e 0x80041000 -l 0x000E0000 vmlinux.bin.l7
RedBoot> fis create -f 0xA83D0000 -l 0x00010000 -n nvram
RedBoot> reset


I read something about the new fonera having different memory addresses, but i can't find the new ones.

Can you help me?


these commands are ok because uses address 0x80041000 that's inside ram

the only problem I found is that after the first load sometimes RedBoot gets crazy and i need to reboot and continue with the next commands[/quote]

I solved the problem not using the latest version of dd-wrt but the previous one. It seems the latest version didn't like my fonera.
meltyblood
DD-WRT User


Joined: 06 May 2007
Posts: 114

PostPosted: Mon May 21, 2007 5:58 am    Post subject: internal antenna Reply with quote
I have the new Fon2200 and it may be an internal secondary antenna after all. Doesn't it make sense? You don't want to share internet with your neighbors, but you want FON to think you're online and keep privilages (let's pretend we didn't know about heartbeat workarounds). So you take off the antenna and the range drops. If there was an internal pcb based antenna this wouldn't work (assuming the thing was set to automatic switching). Also it is perpendicular to the other antenna's standard position so it alleviates problems with the a single omni antenna's dimensional dead spots (those being "over" and "under", above and below). The new fonera is better for portable applications since it needs less power and is more efficient. Its like an extra wireless card or a portable aircrack device. Let's see if I can compile MDK3 for it (DONE, http://www.dd-wrt.com/phpBB2/viewtopic.php?p=87015#87015 ).

See the mmc mod thread for more information onthe fon2200:
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=13250&start=45
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum 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