From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Gautier To: 'Jonathan Larmour' Cc: 'Robin Farine' , "Ecos-List (E-mail)" Subject: RE: [ECOS] Redboot network setup Date: Thu, 20 Sep 2001 10:15:00 -0000 Message-id: X-SW-Source: 2001-09/msg00510.html > -----Original Message----- > From: Jonathan Larmour [ mailto:jlarmour@redhat.com ] > Subject: Re: [ECOS] Redboot network setup > > > Fabrice Gautier wrote: > > > > (gdb) load > > Loading section .rom_vectors, size 0x40 lma 0x20000 > > > > Error: Remote communication error: Connection reset by peer. > > > > Perhaps it uses more than 0x20000 bytes of RAM. Try updating > the RAM MLT > file to reserve 0x30000 instead. > I already update from 0x10000 and according to $ arm-elf-size redboot.elf text data bss dec hex filename 74124 1108 40732 115964 1c4fc redboot.elf and $ arm-elf-objdump -h redboot.elf ... 12 .data 00000454 00000800 2401218c 00020800 2**2 CONTENTS, ALLOC, LOAD, DATA 13 .bss 00009f1c 00000c54 00000c54 00000c54 2**4 ALLOC this should not be the problem... except if it's using memory outside the mempry map.... Have to check that... Thanks