Forum Discussion
plancheres
New Contributor
1 day agoRSU: Corrupted decision firmware after loading initial RSU image jic (Stratix 10)
Hi, I'm programming an initial RSU image JIC containing a factory image and two application images and, after power cycling, the device always boots to the factory image with an RSU_STATUS of Cur...
plancheres
New Contributor
1 hour agoThe pfg attachment isn't working so I'm copying the pfg file here, used to generate the initial RSU image:
<pfg version="1">
<settings custom_db_dir="./" mode="ASX4"/>
<output_files>
<output_file name="initial_rsu_dual_boot_image_64K_SPT_CPB" directory="." type="JIC">
<file_options/>
<secondary_file type="MAP" name="initial_rsu_dual_boot_image_64K_SPT_CPB_jic">
<file_options/>
</secondary_file>
<flash_device_id>Flash_Device_1</flash_device_id>
</output_file>
</output_files>
<bitstreams>
<bitstream id="Bitstream_1">
<path>factory_boot.rbf</path>
</bitstream>
<bitstream id="Bitstream_2">
<path>factory.rbf</path>
</bitstream>
<bitstream id="Bitstream_3">
<path>Application_1.rbf</path>
</bitstream>
<bitstream id="Bitstream_4">
<path>Application_2.rbf</path>
</bitstream>
</bitstreams>
<flash_devices>
<flash_device type="MT25QU02G" id="Flash_Device_1">
<partition reserved="1" fixed_s_addr="1" s_addr="0x00000000" e_addr="0x0010FFFF" fixed_e_addr="1" id="BOOT_INFO" size="0"/>
<partition reserved="1" extra_space="262144" fixed_s_addr="1" s_addr="0x00110000" e_addr="auto" fixed_e_addr="0" id="FACTORY_IMAGE" size="0"/>
<partition reserved="1" fixed_s_addr="1" s_addr="auto" e_addr="auto" fixed_e_addr="1" id="SPT0" size="65536"/>
<partition reserved="1" fixed_s_addr="1" s_addr="auto" e_addr="auto" fixed_e_addr="1" id="SPT1" size="65536"/>
<partition reserved="1" fixed_s_addr="1" s_addr="auto" e_addr="auto" fixed_e_addr="1" id="CPB0" size="65536"/>
<partition reserved="1" fixed_s_addr="1" s_addr="auto" e_addr="auto" fixed_e_addr="1" id="CPB1" size="65536"/>
<partition reserved="0" fixed_s_addr="0" s_addr="auto" e_addr="auto" fixed_e_addr="0" id="P1" size="0"/>
<partition reserved="0" fixed_s_addr="0" s_addr="auto" e_addr="auto" fixed_e_addr="0" id="P2" size="0"/>
</flash_device>
<flash_loader>1SM21BHU1AS</flash_loader>
</flash_devices>
<assignments>
<assignment partition_id="BOOT_INFO">
<bitstream_id>Bitstream_1</bitstream_id>
</assignment>
<assignment page="0" partition_id="FACTORY_IMAGE">
<bitstream_id>Bitstream_2</bitstream_id>
</assignment>
<assignment page="1" partition_id="P1">
<bitstream_id>Bitstream_3</bitstream_id>
</assignment>
<assignment page="2" partition_id="P2">
<bitstream_id>Bitstream_4</bitstream_id>
</assignment>
</assignments>
</pfg>