LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Redboot download aborted

Couldn't get LEP_ecos_RedBootDownload.vi to download my application. Used hyperterminal:

RedBoot> load -m ymo t
CCC*** Abort! Attempt to load ELF data to address: 0x000008054 which is not in RAM
xyzModem - CRC mode, 1(SOH/1(STX)/0(CAN) packets, 5 retries

Any suggestions?

Richard
0 Kudos
Message 1 of 2
(7,060 Views)
Richard,

Is the linker definition file (LDF) correct for your eCos target? It looks like RedBoot is trying to load your ELF binary into memory ranges it shouldn't.

If your LDF file is wrong, your target documentation should include a memory map, showing RAM and ROM memory ranges.

Good luck!

Andrew Callan
0 Kudos
Message 2 of 2
(7,053 Views)