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.

Home Page:http://www.shumatech.com/web/products/bossa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flashing Arduino Due results in board not booting

sdroege opened this issue · comments

Since ee5a651. The previous commit 2615437 still works (after applying fbca22d, 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.

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

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

commented

@sdroege any update?

@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.