unable to flash latest.img
Posted: Mon Aug 26, 2013 1:15 am
Hi,
I am trying to get my board working and am having trouble flashing the new FW imange:-
To complicate matters I am running under the bladeRF under Linux Mint in a virtualbox instance on a WIn7 host, I won't get a chance to try it native until next week.
The probe command gives:-
Any thoughts?
*EDIT*
I built bladeRF-cli with debug enabled and get:-
I am trying to get my board working and am having trouble flashing the new FW imange:-
Code: Select all
********************************************************************************
* ENTERING LEGACY MODE, PLEASE UPGRADE TO THE LATEST FIRMWARE BY RUNNING:
* wget http://nuand.com/fx3/latest.img ; bladeRF-cli -b -f latest.img
********************************************************************************
Flashing firmware...
Using legacy alt setting to flash firmware
Error: failed to flash firmware: File or device I/O failure
Could not flash firmware
Could not load fpga
Could not load scripts
Could not launch interactive shell
The probe command gives:-
Code: Select all
$ bladeRF-cli -p
Backend: libusb
Serial: �
USB Bus: 3
USB Address: 1
*EDIT*
I built bladeRF-cli with debug enabled and get:-
Code: Select all
mike@mike-LinuxMint ~/projects/bladeRF/host/build $ bladeRF-cli -f ../../latest.img
********************************************************************************
* ENTERING LEGACY MODE, PLEASE UPGRADE TO THE LATEST FIRMWARE BY RUNNING:
* wget http://nuand.com/fx3/latest.img ; bladeRF-cli -b -f latest.img
********************************************************************************
[DEBUG /home/mike/projects/bladeRF/host/libraries/libbladeRF/src/backend/libusb.c:298] Claimed all inferfaces successfully
Flashing firmware...
Using legacy alt setting to flash firmware
[DEBUG /home/mike/projects/bladeRF/host/libraries/libbladeRF/src/backend/libusb.c:465] Erasing 3 sectors starting @ sector 0
[DEBUG /home/mike/projects/bladeRF/host/libraries/libbladeRF/src/backend/libusb.c:482] Failed to erase sector 0
[DEBUG /home/mike/projects/bladeRF/host/libraries/libbladeRF/src/backend/libusb.c:486] Received erase failure status from FX3.
Error: failed to flash firmware: File or device I/O failure
Could not flash firmware
Could not load fpga
Could not load scripts
Could not launch interactive shell