Hi,
I’m not confident in understanding the consequence of using the first versus the second of the following:
limeFLASH --device=“LimeSDR XTRX, media=PCIe, addr=/dev/limepcie0,serial=000000000e5dd779” --target=“FPGA/FLASH” LimeSDR_XTRX_user.bin
limeFLASH --device=“LimeSDR XTRX, media=PCIe, addr=/dev/limepcie0,serial=000000000e5dd779” --target=“FPGA/user-image” LimeSDR_XTRX_user.bin
After updating GW (with the first of the above FLASH lines), from Firmware version: 4, Gateware version: 1, Gateware revision: 22
to
Firmware version: 11, Gateware version: 3, Gateware revision: 10 I discovered in the documentation that
- If GW version is <1.13 then LimeSDR_XTRX_combined.bin file and FPGA/FLASH programming mode should be used.
- If GW version is >1.13 then LimeSDR_XTRX_user.bin file and FPGA/user-image programming mode should be used.
- The XTRX board version is 1.2.
- Do I require corrective action following this update?