This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Download question with new Redboot?


Huang Qiang wrote:
> 
> Hi all:
>         I am using ARM evaluator7T and installed Redboot on my target system
> running at the beginning. I use Insight 5.0 and select Remote/Serial as the
> connection mode. It can establish connection between host and the target
> system. when I download the file it stop before completely download.
> 
> I built the program :
>   1. arm-elf-gdb -g -I/d/ecos-work/E7T_install/include
> hello.c -L/d/ecos-work/E7T_install/lib -Ttarget.ld -nostdlib
>   2. arm-elf-gdb a.out
>   3. connect via Remote/Serial and the download but stop before the whole
> program has been downloaded.

Stop and crash? Stop and give an error message? Are you sure the
application isn't too big for memory? Is redboot correctly working on the
board? If you do an "arm-elf-objdump -h a.out", do the section addresses
and sizes correspond to what you would expect for the memory map of the
board?

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]