This is the mail archive of the ecos-discuss@sourceware.org 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]
Other format: [Raw text]

running ecos application on redboot


Hi, I have been trying running an ecos application in elf format.
whether or not I set address, it doesn't work:

RAM: 0x20800000-0x24000000, [0x2081fd80-0x23fed000] available
FLASH: 0x30000000 - 0x30400000, 64 blocks of 0x00010000 bytes each
RedBoot> load -v -m tftp -h 192.168.3.18 PNIO4ECOS
*** Abort! Attempt to load ELF data to address: 0x20800054 which i
s not valid
RedBoot> load -v -m tftp -h 192.168.3.18 PNIO4ECOS -b 0x2081fd80
Address offset = 0x0001fd80
Entry point: 0x2081fee8, address range: 0x2081fd80-0x209802fc
RedBoot> go 0x2081fee8
<no response>

do I have to create a new elf with new memory settings or is there a
way to make it work?

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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