shumatech / BOSSA

BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers. The motivation behind BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software. BOSSA is an acronym for Basic Open Source SAM-BA Application to reflect that goal.
http://www.shumatech.com/web/products/bossa
BSD 3-Clause "New" or "Revised" License
366 stars 250 forks source link

Flashing Arduino Due results in board not booting #125

Open sdroege opened 4 years ago

sdroege commented 4 years ago

Since ee5a651aacaf2c3fbcd539789574618a425d1a06. The previous commit 26154375 still works (after applying fbca22d36b351a6b771cd34a0b632d890c2db0ab, without this flashing fails directly).

Flashing works fine in either case, but the board is not booting up and does not run any code apparently (LEDs etc are in default state).

Let me know if you need any further information or if I can help debugging this somehow.

nzmichaelh commented 4 years ago

Related: platformio/platform-atmelsam/issues/78 zephyrproject-rtos/zephyr/pull/26866

mike-kfed commented 3 years ago

This issue seems to be fixed by either PR #111 or PR #151 for the 1.9 series of bossac

OptifySudarshanPatil commented 2 years ago

Hi @sdroege , If you're using clone due have a look here

iddq commented 1 year ago

@sdroege any update?

janhohenheim commented 11 months ago

@iddq I can confirm the issue still persists exactly as described on the newest version of BOSSA using an ATSAM3X8E on an Arduino due, just as @sdroege did.