- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So recently we have upgraded from Quartus 16.1 to Quartus 19.4.
In 16.1 we have access to the NIOS II Flash Programmer (NIOS II > Flash Programmer)
In 19.4 when we press this same button a message appears stating the following: "The NIOS II Flash Programmer has been merged with Quartus Prime Programmer. Please refer to the Quartus Prime Pro Edition Handbook for more details on flash programming"
I've also seen notes in Embedded Design Handbook stating: "The nios2-flash-programmer has been replaced by the Intel Quartus Prime Programmer flow for EPCS".
Can anyone tell me where in the Quartus Prime Programmer one can access tools for flashing EPCS devices? I've looked through the whole tool and found nothing.
To add to that, I haven't been able to find any documentation as to how one would use this new paradigm of flashing EPCS with the Quartus Prime Programmer. Several places it says to use this new path, but no instructions on how to access it or use it.
If anyone could point me in the right direction that would be super helpful!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've found a way to flash NOIS to our embedded target. Here's how I did it for anyone else running into this same issue.
The Short Version: Build project, convert resulting .elf to .hex. Then convert this .hex to .jic. Then use Quartus Programmer to flash .jic onto the board.
The Long Version:
- Build your project (this creates a .elf as output)
- Right click project in eclipse > Make Targets > Build > mem_init_generate
- mem_init_generate creates several .hex files. Each for a different target memory device. Select the one which matches your target memory device (e.g. mine was generic_quad_spi_controller2_0.hex)
- Open Quartus Convert Programming File Tool
- Set the following options:
- Programming File Type: .jic
- Configuration Device: <Select_Your_Target_Memory_Device)
- Mode: <Select_Your_Target_Mode>
- Click Flash Loader >> Add Device: <Select_Your_Target_Device)
- Click Add Hex Data: Add hex file created in step 2
- Click Generate
- Close Convert Programming File Tool
- Open Quartus Prime Programmer
- Add File > Select .jic created in step 5
- Check 'Program / Configure' & 'Verify'
- Click 'Start', NIOS code will be flashed to the target
Enjoy!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've found a way to flash NOIS to our embedded target. Here's how I did it for anyone else running into this same issue.
The Short Version: Build project, convert resulting .elf to .hex. Then convert this .hex to .jic. Then use Quartus Programmer to flash .jic onto the board.
The Long Version:
- Build your project (this creates a .elf as output)
- Right click project in eclipse > Make Targets > Build > mem_init_generate
- mem_init_generate creates several .hex files. Each for a different target memory device. Select the one which matches your target memory device (e.g. mine was generic_quad_spi_controller2_0.hex)
- Open Quartus Convert Programming File Tool
- Set the following options:
- Programming File Type: .jic
- Configuration Device: <Select_Your_Target_Memory_Device)
- Mode: <Select_Your_Target_Mode>
- Click Flash Loader >> Add Device: <Select_Your_Target_Device)
- Click Add Hex Data: Add hex file created in step 2
- Click Generate
- Close Convert Programming File Tool
- Open Quartus Prime Programmer
- Add File > Select .jic created in step 5
- Check 'Program / Configure' & 'Verify'
- Click 'Start', NIOS code will be flashed to the target
Enjoy!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your method for converting programming file is right.

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