Altera_Forum
Honored Contributor
19 years agoC-Germs in NIOS 2
I have done a few modifications to the C-Germs from NIOS 1 and programmed it into my target board. Memory commands and others work fine.
Now I'm looking for a solution, to build a SREC file, that I can download over Germs. Up to now I'm using elf2flash without success: elf2flash --input=myapplication.elf --base=0 --end=0x7fffffff --output=myapplication.flash This makes a SREC without boot copier, that could be download. But when starting the application (g 0x01000000), nothing happens. Does anyone workout a flow using the Germs (C Germs) without use of legacy sdk restrictions. any help welcome p.s. I'm using version 5.1