-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Can't flash CC3220 with OpenOCD #12249
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
@Andreasdahlberg Which version of openocd are you using? I am working on Ubuntu 18.04 and am on the latest commit (46a2181dbc2d5dc8fa800ca519efc4377a44e9c5) of the 'develop' branch, and can confirm that 'ninja flash' works for me:
If you had tried to use Uniflash to flash the .bin file, please first revert by removing the MCU Best regards, |
It's working now, i tried your suggestion about reflashing the device without the MCU Image and it solved the issue. Thank you for the help! Best regards, |
Describe the bug
I tried flashing the hello world sample application but the flash command returns an error(see console output) and the application is not loaded onto the board.
I have also tried loading the bin-file using UniFlash with no success. UniFlash does not report any errors but the application does not appear to be running(not console output at all).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the hello world application to be loaded into flash.
Impact
Showstopper since i can't test any applications on target.
Screenshots or console output
Environment:
Additional context
I have put the board into “Development Mode” using UniFlash and jumper SOP(j15) is set to [001].
I have also checked that CONFIG_XIP=y is set.
The text was updated successfully, but these errors were encountered: