Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by nigelatta@Dec 1 2006, 12:46 PM the rom configuration is not of much interest to us as our target board does not have executable flash, i was simply running through the example guide to check that things worked. i have not looked into the internal workings of program_flash and whatever tinkering it is doing. --- Quote End --- I'm becoming very suspicious that our processor configuration isn't right. The CPU reset address is in SDRAM, so that's where the .entry section is ending up. Your ROM configuration shows the .entry section in flash along with .text, .rodata, etc. <div class='quotetop'>QUOTE </div> --- Quote Start --- I can confirm that a ROMRAM configuration of redboot, converted to srec format using nios2-elf-objcopy and then downloaded to our target using the GERMS monitor does work - but that's about as far as I have got at the moment.[/b] --- Quote End --- Thanks. That's some reassurance that I have a decent chance of getting the ROM configuration running without having to use elf2flash and the bootloader_cfi.srec file.