-
-
Notifications
You must be signed in to change notification settings - Fork 398
nrf52 - cli command to upload (openocd) Softdevice (ST-LINK) #709
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
And how ARDUINO-CLI detects modules that does not use UART to burning ? |
please, add this option to the JSON file: to You can see that the option is missing I get this from the JSON options when I call : board details - Arduino CLI arduino-cli board details ..... I request it in JSON format arduino-cli --format json board details arduino:avr:nano then it returns the options for the board and I create the combos If the JSON file does not have the option, then I don't even know that it exists "missing feature" No programmers detect |
It does. You just need to specify the option via the FQBN. See the detailed explanation here: #591
It's not missing when I run the command:
That's correct. Arduino CLI does not yet support external programmers. We already have a feature request for this: #27 Until that feature is added, you'll either need to use the Arduino IDE, or the upload tool directly when you need the "Upload Using Programmer" or "Burn Bootloader" functionality. Since it seems that I've provided explanations for the issues you're having and we already have an existing feature request for external programmer support, I'll go ahead and close this. If you are experiencing an additional bug that hasn't been resolved by this reply, feel free to comment here with more information (exact command you're running and the full and exact output from Arduino CLI is essential) and I'll reopen the issue. |
Bug Report
i cant see nrf52 burn option to Softdevice, only to app
Current behavior
Dont have option to burn the Softdevice
Today i use the NRF5232 and a now i want to use BLE, the upload cli only burn the APP, but i need to burn the Softdevice s132 too
Expected behavior
Environment
arduino-cli version
): updatedAdditional context
I want to do the same, but with CLI


This burn the Softdevice
The text was updated successfully, but these errors were encountered: