[asterisk-embedded] Address to Flash uClinux to on AADK

Jason Parker jparker at digium.com
Thu Nov 1 13:02:06 CDT 2007


Brian Alexander wrote:
> I have an AADK developer unit (S888i RevA) that I want to upgrade to a
> more recent version of the asterisk AADK software. I can upload a gzip
> compressed image to uboot and boot it using
> 
> tftp 1000000 uImage
> bootm 1000000
> 
> I am not certain about how and where to flash to save it so that the
> software will be available between restarts. The documentation I have
> says to use:
> 
> cp.b 1000000 200400000 $(filesize)
> 
> Is the 200400000 address correct? Also, I am guessing that the
> $(filesize) should be replaced with the size, in bytes, of the image.
> (or is $filesize set by tftp when the image is uploaded?)
> 
> Thanks,
> -Brian
> 

tftp 1000000 uImage
set filesize $(readsize)
eeprom write 1000000 40000 $(filesize)
saveenv

YMMV, it's been a while since I've had to do this.

-- 
Jason Parker
Digium



More information about the asterisk-embedded mailing list