On Wed, Dec 24, 2008 at 11:53 AM, abhishek srivastava <[email protected]> wrote: > when i tried to transfer .srec file to arm board it gave > folllowing error.....plz ckeck and tell what wrong i did > this is the message i got on my hyperterminal at host!!
And the message tells you what is wrong. Have a look: > RAM: 0x40000000-0x40010000, [0x40005940-0x40004000] available > RedBoot> load -v -m yMODEM > CCC*** Abort! Attempt to load S-record to address: > 0x00000000, which is not valid So you have RAM at 0x4gazzilion, and you are trying to load data to address 0. You are probably trying to download ROM configuration tests to RAM. Build RAM configurations instead. Jesper -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
