Hi team! I am getting crazy to communicate my mac book pro with UDOO quad. I followed the instructions here: http://www.udoo.org/docs/Arduino_DUE_(Sam3x)/Programming_Arduino_Due_from_External_PC.html But everytime I try to install the UDOO QUAD board manager I get the error "CRC doesn't match". I have try with Arduino IDE 1.6.5, 1.6.7, 1.6.9 and 1.6.12. Everytime I try to do the install I previously clean the "staging" folder in library (I sow this step in other threads). My MacOS version is 10.11.6. Any help???
Did you delete this folder on your mac? /Users/<user_name>/Library/Arduino15/ Or is this that "staging" folder you mentioned?
Yes, deleted the "staging" folder inside /Users/<user_name>/Library/Arduino15/ every new try. And I try also deleting all the Arduino15 folder, and rebooting the IDE. But always "CRC doesn't match. File is corrupted".
Is there a zip or tar file in /Arduino15/staging/packages and does it contain data, can you open it manually? Perhaps you have a download problem.
Yes, there are two zip files: bossac-udoo-1.3a-1.0-x86_64-apple-darwin.tar-bz2 ---> unziped--> folder "macosx" and udooqdl-arduino-sam-1.6.7.tar.bz2 ---> unziped--> folder "udooqdl-arduino-sam-1.6.7" I can open both of then manually, without any problem, the result are the folders I listed above. Anyway, I don't know what to do with them, I tried moving to packages directory, but didn't work. Any advice? than you so much for your help Waltervl!
Hi there @Jaione, your problem is related to the Uboot. Use this branch of the Uboot: https://github.com/UDOOboard/uboot-imx/tree/2015.10.fslc-qdl
@Andrea Rovai ?? Solve Arduino UDOO QUAD board manager issue with Uboot? That needs more instructions or you misinterpreted the problem.
Damnit, I answered the wrong thread. Sorry. Anyway @ektor5 is looking into this, we'll answer you shortly.
@Jaoine look here for a possible workaround until it is fixed http://www.udoo.org/forum/index.php?posts/21249
Hi again team! I tried today to make again the instalation, and suddenly it did it well, exactly in the same way I was doing the days before, following the instructions in : http://www.udoo.org/docs/Arduino_DUE_(Sam3x)/Programming_Arduino_Due_from_External_PC.html I don't know what was happening... maybe a error with the link... anyway it is working right now! Thank you!