Forum Discussion
NZami
New Contributor
7 years agoremote update IP with cyclone10 LP
Hi, I used the remote update core to load 2 images (factory and application) with cyclone III work with Active parallel mode. Now I try to load the 2 images to cyclone10 LP. I work now at Active Ser...
Nooraini_Y_Intel
Frequent Contributor
7 years agoHi NZami,
The Cyclone 10 LP only support Remote System Update in Active Serial mode. You can refer to the existing Cyclone 10 LP Remote System Upgrade Design Example User Guide in the link below:
https://fpgawiki.intel.com/uploads/9/93/C10LP_RSU_Example_UG_170_v1.pdf
The example design can be found from the link below:
Application image boot address to be written to the Remote Update IP is obtained by truncating 2 LSB bits from the start address. The example below shows truncating 2 LSB bits from 0x200000h which results in 0x080000h.
0010 0000 0000 0000 0000 0000 --> 0000 1000 0000 0000 0000 0000
Then , in the Convert Programming File utilities, when setting the Application image start address, you need to set to 0x20000h.
Regards,
Nooraini