ContributionsMost RecentMost LikesSolutionsRe: FLASH_LOADER.qpf not found in I2C_RSU You can find it here https://fpgacloud.intel.com/devstore/platform/15.1.0/Standard/i2c-remote-system-update-example/ Re: Cyclone LP 10 availability and support Hi, Do you have any update on the above request. Cyclone LP 10 availability and support Hi, We are using one of the Cyclone LP 10 device in one of our designs. Dur to current supply chain issues we facing serious issues in taking the design to production. Many distributor websites do not even specify a lead time. I have couple of questions regarding the supply of Cyclone LP 10 devices 1. When will be these Cyclone LP 10 device available in market again? 2. Is intel going to produce and support Cyclone LP 10 devices in future? Re: Need the test code for I2C_RSU Hi, I was able to perform RSU with I2C_RSU example through i2c interface of Arduino. Thanks for the support. Now, I am trying to replace the I2C interface with SPI. Can you let me know the SPI Avalon 32 bit write and read format, as you mentioned with I2C earlier. Regards, Ravi Kanth V Re: Need the test code for I2C_RSU Hi, Can you also let me know, which are the correct addresses for control register and status register for on-chip flash? Regards, Ravi Re: I2C Remote System Upgrade Example - No output on the Serial terminal Hi, I could not see any specific error message except the Failed message at right top corner. Regards, Ravi Re: Need the test code for I2C_RSU Hi, Can you let me know the i2c speed in I2C_RSU example code. Is it 100KHz or 400KHz? Is there an option to change it? Regards, Ravi Re: I2C Remote System Upgrade Example - No output on the Serial terminal Hi, Below are the screenshots for program of nios_firmware in to QSPI flash Verify of nios_firmware in to QSPI flash Regards, Ravi Re: I2C Remote System Upgrade Example - No output on the Serial terminal Hi. Thanks for the suggestions. But I think there is no issue with UART and the Baud rate as I am able to run other codes and see the output on the Serial terminal. I think the issue is with the loading of nios_firmware.pof in to QSPI flash, because this never passes the verify step in the programmer. I really doubt whether the nios_firmware is loaded or not. Regards, Ravi Kanth V Re: Need the test code for I2C_RSU Hi, In the I2C_RSU example, as I was mentioning earlier, I can see 8 control and status registers (0x20000 to 0x20007). Just to check I wrote into each of those registers and found that I could not write to registers(0x20000 to 0x20003) but could write to registers (0x20004 to 0x20007). This means one of registers from (0x20000 to 0x20003) is status register and one of the registers from (0x20004 to 0x20007) is control register. Can you help me identify the addresses of control and status registers.