- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.1Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here's how we generate an SREC for GERMS in our Nios II testing:
nios2-elf-objcopy -O srec foo.elf foo.srec- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've just uploaded an assembly version of GERMS to the "Post your own tested IP" section of the forum.
This version of GERMS uses Altera HAL and fits in a 1 KByte memory. It works best with the upcoming Nios II 6.0 release (coming out very soon) but can be made to work with older releases. We use this version of GERMS at Altera for internal testing of the CPU. Feel free to use it with the understanding that it is not supported by Altera.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- 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!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page