Altera_Forum
Honored Contributor
20 years agoeCos Configuration Settings
I'm using an EPC16 as my flash device (read-only interface). The way I get application data into the flash is by converting the application code elf files into .hex format and then using the Quartus "Convert Programming Files" utility to combine the application code hex file, system sof file, and the bootloader hex file into one pof file.
At startup bootloader should load the appication code into my SDRAM. My question is: how do I set up the memory in the ecos Configuration Tool. I currently have startup type set at ROMRAM and text, rodata, and rwdata set to SDRAM. Will this approach work? In general has anybody successfully booted ecos code from an EPC device? It works fine on non-ecos applications but I can't get it running on those that use ecos. I have a felling that I'm setting something wrong in the eCos Configuration Tool. Please help.