Failing uploading sketch to arduino DUE

Hi,

So i have a radds board, into a arduino due(onboard a udoo quad) and i just upgraded to 1.0.2 firmware. But im having a great deal of problems getting it uploaded to my arduino :)

First problem was that i needed arduino IDE 1.8.5. Got that sorted
but now im getting an error about 
/home/udooer/.arduino15/packages/arduino/tools/bossac/1.6.1-arduino/bossac: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/udooer/.arduino15/packages/arduino/tools/bossac/1.6.1-arduino/bossac)

The OS is udoobuntu, based on ubuntu 14.04 i believe.

Im very much a linux noob so i need some assistance to get this fixed :P 


Comments

  • bossac is the uploader for due. It looks like was compiled on a newer linux version so it requires also a newer libstdc++ version as you have installed on your 4 year old OS. If you have a pro version of our repetier-server you can use the firmware upload feature to upload the compiled image. It contains an older bossac version that hopefully is old enough to work on your linux. Altenatively copy the old bossac version to the arduio folder where the non working bossac is stored. Or compile/upload using windows connected with usb to the board.
Sign In or Register to comment.