-
Notifications
You must be signed in to change notification settings - Fork 951
Flashing on an adafruit nRF52 board causes an error message to appear #1278
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
Comments
|
I don't know if this is relevant or not. |
FWIW this is working ok on my Debian laptop, but reproducible using the same board on my Windows computer as well as an Ubuntu VM running in VirtualBox on that same Windows computer. These are the bootloader details for that board:
|
It has been fixed and will be closed. |
Something is wrong again with the same symptoms as before. Here is how to reproduce: Double click into bootloader on board, then flash blinky1:
board will flash and restart, blinking as expected. Now you can use the normal
board flashes and restarts as expected. You can even run the above command several times. However, if you use any of the programs that use the USB CDC port:
The board flashes but does not restart unless you single press the button on the board after flashing. Once you have restarted the board, it acts normally again until flashing. |
#1548 should address the root of this issue. |
#1548 has been merged so will close again next release. |
This has been released with v0.17.0 so now closing. Thanks! |
When I try to do tinygo flash with feather-nrf52840, I get an error message.
tinygo flash seems to succeed.
The reset appears to be running immediately after the following.
https://github.com/tinygo-org/tinygo/blob/dev/main.go#L82
It's the same on both ubuntu and windows.Is this the same for everyone?
We might want to include a note of caution in your documentation.
The text was updated successfully, but these errors were encountered: