Open technoblogy opened 1 year ago
Hi unfortunately for flashing the elf file you need windows pc and Atmel Studio installed on it. In mac os you might be able to build your code successfully but flashing the binary i ll suggest you to go to below path /var/folders/fd/7rbn3jxx5j942sk5kn0vhb740000gn/T/arduino_build_354462/Blink.ino.elf (every time you build your code, new path will create and without closing the arduino ide you have to download the file or lese it ll delete automatically)
once you download the elf file, convert the elf file to hex and use MP Lab x IPE (mac version available) to flash the hex file
Thanks for the reply, David.
Hello Niladri,
It's great that you've created this! I have a Curiosity Nano SAME51 and I want to try and get my Lisp interpreter, uLisp, working on it, and your package should be a great help.
I have run into a couple of problems trying to upload the Blink example to the board:
If you have the Arduino IDE preferences set up like this:
the upload fails with the error:
Fixing that problem I then get the error:
I'm running Arduino IDE 1.8.19 on a MacBook Pro on MacOS 10.13.6 (High Sierra).
Any help would be appreciated - thanks!