Page 1 of 1
Fon-Flash for BountifulWiFi BWRG 500/1000
Posted: Tue Apr 03, 2012 9:27 pm
by muskratsprings
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
Re: Fon-Flash for BountifulWiFi BWRG 500/1000
Posted: Thu May 03, 2012 3:31 am
by ispyisail
What routers can you use this build for?
Re: Fon-Flash for BountifulWiFi BWRG 500/1000
Posted: Fri May 04, 2012 4:21 pm
by muskratsprings
The images(Gargoyle/or OpenWrt) are just Atheros231x images.
This version of Fon-Flash may or may not work on other routers.
Re: Fon-Flash for BountifulWiFi BWRG 500/1000
Posted: Fri May 04, 2012 4:30 pm
by ispyisail
so what is the advantage over Erics build?
Re: Fon-Flash for BountifulWiFi BWRG 500/1000
Posted: Fri May 04, 2012 7:12 pm
by muskratsprings
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;