A few errors when running commands #104
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Where are you seeing that "not recognized" board error? That sounds like it might be something that's changed in a tool that I need to take a look at. For the fatfs error, I was working on updating it to a newer version that should get rid of that error. I just pushed a change with that, pull the latest and see if that works for you! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Heck yeah, love to hear it! I'll write a bit more about the other issues, but I'm glad you have workarounds that are going for you. As for actual solutions to the other things you ran into:
|
Beta Was this translation helpful? Give feedback.
Ok so, I ran
make flash_mbr
, (after I ran make by itself) I moved both hex files to a new folder and ranmergehex -m nrf52840_xxaa.hex odiin_bootloader-0.3.2-158-g23e6539.hex -o odiin.hex
then I ranpyocd flash -t nrf52840 odiin.hex
and voilà!!The first time I didn't have to run
pyocd cmd -t nrf52840 --command write32 0xFF000 0x00000001 --command reset
but after doing some testing and trying to repeat the process, I did have to put that command after I flashed.