Forum Discussion
Altera_Forum
Honored Contributor
20 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...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by james@Apr 24 2006, 11:12 AM here's how we generate an srec for germs in our nios ii testing:
nios2-elf-objcopy -o srec foo.elf foo.srec
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14609)
--- quote end ---
--- Quote End --- That works pretty good ! Thanks!