Skip to content
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

Fix Burn Bootloader SAMD. #65

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

chocotov1
Copy link

When trying to burn the bootloader of my samd board the following openocd error would appear:

Error: couldn't open {/home/chocotov1/Arduino/hardware/sparkfun/samd/bootloaders/zero/Sparkfun_SAMD21_ProRF.bin}

The openocd command that was executed as seen in the console:

home/chocotov1/.arduino15/packages/arduino/tools/openocd/0.10.0-arduino7/bin/openocd -d2 -s /home/chocotov1/.arduino15/packages/arduino/tools/openocd/0.10.0-arduino7/share/openocd/scripts/ -f /home/chocotov1/Arduino/hardware/sparkfun/samd/variants/SparkFun_ProRF/openocd_scripts/arduino_zero.cfg -c telnet_port disabled; init; halt; at91samd bootloader 0; program {{/home/chocotov1/Arduino/hardware/sparkfun/samd/bootloaders/zero/Sparkfun_SAMD21_ProRF.bin}} verify reset; shutdown

@chocotov1
Copy link
Author

The changed line 186 solved my problem. Since line 213 looks so similar I changed it there too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant