Replies: 1 comment 2 replies
-
Ok, I figured out that I could use the STM32 ST-LINK Utility to load the .hex file onto the sonde. That worked. However, what's the process for changing settings? Do I have to start from scratch and rebuild a firmware every time? Also, how do I power this thing off now? With the native firmware, I could press the button for 3 seconds and it would shut down. Now it seems I have to pull the battery which will make putting it back inside the styrofoam case much more challenging. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have just downloaded and installed Docker Desktop for Windows, and I'm having all sorts of trouble trying to get things running. Does anyone have a step-by-step guide or video that I might be able to follow-along with? I was able to create the RS41ng.elf file, but when I attempt to run the next commands, I get messages that openocd is not recognized from the Windows command prompt.
openocd -f ./openocd_rs41.cfg -c "init; halt; flash protect 0 0 63 off; exit"
What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions