Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update-bootloader*.ino Arduino sketch make a brick #86

Closed
hulkco opened this issue Sep 22, 2019 · 1 comment · Fixed by #111
Closed

update-bootloader*.ino Arduino sketch make a brick #86

hulkco opened this issue Sep 22, 2019 · 1 comment · Fixed by #111

Comments

@hulkco
Copy link

hulkco commented Sep 22, 2019

Hello everyone, I have been playing with Microsoft's UF2 file system for microcontrollers, I have followed the examples and the Board version MKR1010 has been successfully compiled, in addition to the firmware file * .bin a sketch is generated for the Arduino IDE , but when you upload it to the Board, something breaks and turns it into a brick, so to recover it, I must use OpenOCD in conjunction with a Raspberry, my question is if any of you have tried and solved this problem, I have also made for the SparkFun SAMD21 Dev Breakout Board

@tannewt
Copy link
Member

tannewt commented Sep 23, 2019

The .ino replaces the existing bootloader with a UF2 one. It sounds like your compiled version isn't working. I'd suggest using GDB with OpenOCD to debug it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants