You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
burning the SAM-BA bootloader out of the IDE works fine when using the EDBG-chip
(choosing "Arduino Zero (Programming Port)" as the board)
but it does not work when using a external programmer like Atmel-ICE (choosing "Arduino Zero (Native USB Port)" as the board)
by adding this two lines to the file:
C:\Users\USERNAME\AppData\Roaming\Arduino15\packages\arduino\hardware\samd\1.6.0\boards.txt
(at the end of the part for the "Arduino Zero (Native USB Port)")
the problem is gone
(see --> http://forum.arduino.cc/index.php?topic=330699.0 )
burning the SAM-BA bootloader out of the IDE works fine when using the EDBG-chip
(choosing "Arduino Zero (Programming Port)" as the board)
but it does not work when using a external programmer like Atmel-ICE (choosing "Arduino Zero (Native USB Port)" as the board)
by adding this two lines to the file:
C:\Users\USERNAME\AppData\Roaming\Arduino15\packages\arduino\hardware\samd\1.6.0\boards.txt
(at the end of the part for the "Arduino Zero (Native USB Port)")
the problem is gone
(see --> http://forum.arduino.cc/index.php?topic=330699.0 )
arduino_zero_native.bootloader.tool=openocd
arduino_zero_native.bootloader.file=zero/samd21_sam_ba.bin
The text was updated successfully, but these errors were encountered: