-
Notifications
You must be signed in to change notification settings - Fork 446
Open
Description
Hello all,
I am trying to flash the blink example to my Arduino nano 33 ble sense. "The Arduino Nano 33 BLE Sense is based on the nRF52840 microcontroller." link.
If I want to flash the blink example with the make upload command to my Arduino I get the error:
\home/jetson/Arduino_Projekte/Arduino-Makefile/Arduino.mk:1731: recipe for target 'do_upload' failed
make[1]: *** [do_upload] Error 1
make[1]: Leaving directory '/home/jetson/Arduino_Projekte/Arduino-Makefile/examples/Blink'
/home/jetson/Arduino_Projekte/Arduino-Makefile/Arduino.mk:1718: recipe for target 'upload' failed
make: *** [upload] Error 2`
This is my Makefile (it is just the standard makefile with some adjustments):
BOARD_TAG = nano
ARDMK_DIR = /home/jetson/Arduino_Projekte/Arduino-Makefile
include $(ARDMK_DIR)/Arduino.mk
So is it not possible to load a project to this Arduino or what could be the reason for this problem?
Can anyone help me?
Thanks,
Daniel
Metadata
Metadata
Assignees
Labels
No labels