-
-
Notifications
You must be signed in to change notification settings - Fork 284
Flash softdevice jar does not work - HTTP error 403 #515
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
Same issue! |
I resolved the issue by manually downloading the 's110' hex file from Nordic website to this Windows directory (Not sure what the equivalent on Mac or Linux would be): C:\Users\YOURUSERHERE\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.7.0\cores\nRF5\SDK\components\softdevice\s110\hex |
This solved my issue. Thanks a lot! |
This didn't work for me. |
The hex-file, of course! Took exactly the same, |
Yeah I knew it, just to be sure. But anyways, both copies did the same.
Always the same message :
I'm trying to use a NRF51 Dongle (PCA10031), I selected all the correct options, but... Just to be sure, hex file is here : I tried s130 too |
I'm using ST-Link V2, but that's not the root cause. |
Not sure why but Nordics site is seems to return HTTP 403 for the softdevice download.
Cutting and pasting the URL shown by the flashsoftdevice jar downloads the zip
The zip can then be opened and the softdevice hex file copied into the correct location in the cores structure
Possibly the UserAgent needs to be set when using Java to download the zip, or if that won't work, just give instructions about where to download the softdevice(s) and cop them into the cores structure
Its only the download that fails, so once the hex files have been put in the correct location, the Jar doesn't try to donwload them and will instead flash them to the board using OpenOCD etc
The text was updated successfully, but these errors were encountered: