A Special version of Fon_Flash for late model BoutifulWiFi 500/1000 is available at
https://sites.google.com/site/fonflashb ... lwifi/home
http://Reddwarf1.dyndns.org/Fon-Flash.html
Includes a setup Program for windows Gargoyle 1.4.0 and openwrt 10.03.01-rc6
Modified to compiled under Visual Studio 2010.
and to delete apimage.gz and apcfgfs.jffs2 created by fis init
Fon-Flash for BountifulWiFi BWRG 500/1000
Moderator: Moderators
-
- Posts: 13
- Joined: Wed Feb 09, 2011 10:11 pm
Re: Fon-Flash for BountifulWiFi BWRG 500/1000
What routers can you use this build for?
-
- Posts: 13
- Joined: Wed Feb 09, 2011 10:11 pm
Re: Fon-Flash for BountifulWiFi BWRG 500/1000
The images(Gargoyle/or OpenWrt) are just Atheros231x images.
This version of Fon-Flash may or may not work on other routers.
This version of Fon-Flash may or may not work on other routers.
Re: Fon-Flash for BountifulWiFi BWRG 500/1000
so what is the advantage over Erics build?
-
- Posts: 13
- Joined: Wed Feb 09, 2011 10:11 pm
Re: Fon-Flash for BountifulWiFi BWRG 500/1000
Eric's build bricks BountifulWiFi 500/1000.
This is because these routers contain some non-standard version of Redboot. When Fon-Flash issues "fis init" it creates 2 files apimage.gz and apcfgfs.jffs2. Which leaves no free space and flashing fails.
My version deletes these two files and continues.
reported free space from Redboot is also wrong
which also causes flashing to fail....
// unsigned long flash_boundary_max = space_max;
unsigned long flash_boundary_max = space_max - 0x00010000;
This is because these routers contain some non-standard version of Redboot. When Fon-Flash issues "fis init" it creates 2 files apimage.gz and apcfgfs.jffs2. Which leaves no free space and flashing fails.
My version deletes these two files and continues.
reported free space from Redboot is also wrong
which also causes flashing to fail....
// unsigned long flash_boundary_max = space_max;
unsigned long flash_boundary_max = space_max - 0x00010000;