Adafruit_nRF52_Bootloader: Copying UF2 fails on Windows 7 and 10
[Originally posted by @ATMakersBill as https://github.com/adafruit/circuitpython/issues/1575.]
Hi folks, I have a Feather NRF52840 and tried to install CP 4.0b2 on it. I entered bootloader mode and got the FTHR840BOOT drive. I copied the UF2 and got a failure
I have gotten different errors saying that the file is too large to fit on the device, but it always fails.
Here is my bootloader version.
UF2 Bootloader 0.2.6 lib/nrfx (v1.1.0-1-g096e770) lib/tinyusb (legacy-525-ga1c59649) s140 6.1.1
Model: Adafruit Feather nRF52840 Express
Board-ID: NRF52-Bluefruit-v0
Bootloader: s140 6.1.1
Date: Dec 21 2018
After multiple attempts, I was able to get the REPL started on beta1. I tried erase_filesystem() and it made no difference.
I switched to a second device and started with just beta1. That gave me an odd error saying the file had not been copied… but it then started up CIRCUITPY and works.
I still have the broken device (which is still broken) if you want any testing done.
This has been replicated on Discord
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (15 by maintainers)
Commits related to this issue
- fix #46 complete uf2 writing using tud_msc_write10_complete_cb — committed to adafruit/Adafruit_nRF52_Bootloader by hathach 5 years ago
- Merge pull request #47 from adafruit/develop fix #46 issue with windows 10 build 18.09 — committed to adafruit/Adafruit_nRF52_Bootloader by dhalbert 5 years ago
take a few hours to update to 18.09 and I could able to reproduce the issue, troubleshooting it now.
Did you
git submodule update --init --recursive
?Here is the latest pca10056 build to save you testing time: pca10056.zip