-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Error. Board type requires board_bootloader to be specified #14
Comments
I could run building process by specifying [env:n-able]
platform = https://github.com/h2zero/platform-n-able.git
framework = arduino
board = adafruit_feather_nrf52832
board_bootloader = adafruit I could build and write my program but it does not work. Do I need to write bootloader with using STLink or some for n-able? There is no issue thread on https://github.com/h2zero/platform-n-able so I continue discussion here. |
if you are not using a bootloader you should specify |
Thank you for the information but it does change nothing. |
I understand now, do you still have the original bootloader on the board? You will need to flash with stlink/jlink or some other debugger so that your sketch will be loaded and correctly. You can flash with no bootloader as an option or use the one provided here to enable flashing over serial without a debugger attached. |
Thank you for the information. |
I tried to build for feather ntf52832 with the following configuration but cannot build.
Logs
Is there any idea to resolve the error?
The text was updated successfully, but these errors were encountered: