Closed BartVanderHaagen closed 2 years ago
Have you patched the installation: https://github.com/micro-ROS/micro_ros_arduino#patch-sam ?
Thanks for your early reply. I indeed did not make the patch. Im working with ArduinoIDE installed on windows. I tried to make the patch but without success.
Are there any instructions available for making the patch on windows?
I solved my problem by adding a new enviroment variable ARDUINO_PATH
Opened visual studio
typed C:>cd C:\Users\bvand\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.12
curl https://raw.githubusercontent.com/micro-ROS/micro_ros_arduino/main/extras/patching_boards/platform_arduinocore_sam.txt > platform.txt % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 5619 100 5619 0 0 18172 0 --:--:-- --:--:-- --:--:-- 18184
and reopend the ArduinIDE
compile success!
Issue template
Steps to reproduce the issue
After a clean install of Arduino IDE, I followed the github instructions on how to add the library to Arduino IDE, installed AVR boards via board manager (latest version 1.8.6)
test1: can upload programs when using the :Programming port
added the .zip file
Expected behavior
to compile smoothly and be able to upload the first example suitable for Arduino Due
Actual behavior
see compile output:
Using board 'arduino_due_x_dbg' from platform in folder:
Additional information
Hope You could help, thanks in advance!