jpark198
New Contributor
5 years ago(AN741) Nios cannot erase on-chip FLASH
I try to test RSU. I make .pof with my FPGA design and remote_update.c in AN741.
but when i try to update image 2, it doesn't work.
I type start address and end address and it is correctly work. ...
- 5 years ago
Hi, Junbum
You can find the start and end address of CFM1 (for your application image) in the .map file when you generate the .pof.
You need to copy and paste the block with above start and end address into a new .rpd (for the application image to be updated remotely). But in newer Quartus versions, you don't have to do that, there is a .rpd automatically generated for CFM1.
You need to create a quartus.ini in your project directory, and put below line in it, before you do covert programming file to .pof from your application .hex.
PGMIO_SWAP_HEX_BYTE_DATA=ON
Eric