I have a brand new Edison Arduino board and I keep running into problems.
The guided set up process failed during flashing. No explanation
root@edison:~# configure_edison –version
159.devkit
root@edison:~# configure_edison --latest-version
146
root@edison:~# configure_edison –upgrade
Could not upgrade device firmware. Quitting.
invalid literal for int() with base 10: '159.devkit
Am I correct to assume the firmware is a development version and is not upgradeable.
.. any idea, it seems like a lot of different issues ...
Link Copied
Hello CABrouwers,
The 159.devkit image is the latest image available in https://software.intel.com/en-us/iot/hardware/edison/downloads Intel® Edison Downloads. The 146 image is the latest image that can be installed from the configure_edsion method, this is because the 159 and 159.devkit images are too big for the partitions in 146 so they can be only be flashed manually.
Since you are having issues with the flashall.sh method, then I'd suggest you to flash your board with Flash Tool Lite. You can find the tool and a guide on how to use it in https://software.intel.com/en-us/iot/hardware/edison/downloads Intel® Edison Downloads.
If you can see the two COM ports but you can't start a serial connection to the Edison, then it might be related to the board's drivers. Have you installed the board's FTDI driver? In case you haven't, you can find it in http://www.ftdichip.com/Drivers/D2XX.htm D2XX Direct Drivers.
Peter.
Peter,
Thanks for your reply. I am reassured that I have the right image and that the configure_edison update failure is to be expected.
With regard to using Flash Tool Lite . I tested and tried many things to no avail. I removed and reinstalled the FTDI driver. Everything checks out apparently but Flash Tool Lite still fails and I am unable to establish a serial link with Putty (even though I am able to open a port).
Anyway, I was able to program the Edison with both the Intel XDK and Eclipse through a wifi connection. That also allowed me to test the UART and it is working, It is all I need so I will stick to this method and not worry about the other issues.
CAB
For more complete information about compiler optimizations, see our Optimization Notice.