-
Verification
What happened?Error Message When running openocd What should happen instead?I should see a connection to the pinetime Reproduction stepsI installed openocd following the manual then I ran: Debug Adapter does not support any transport? check config file order rpi3.cfg looks like this: More details?I'm using rpi3 and connecting to pinetime with the pins directly from the rpi3 with no st-link VersionI cloned it from this repo Companion appNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You have to have SPI enabled on your Pi, but that aside, it's not really an InfiniTime issue. |
Beta Was this translation helpful? Give feedback.
-
So, SPI is enabled and I got the same error. |
Beta Was this translation helpful? Give feedback.
-
I managed to solve it. and then used the bin file I built based on this article and it worked. I can see my app on Pinetime. Thank you very much |
Beta Was this translation helpful? Give feedback.
I managed to solve it.
I installed pinetime-updater from this link
https://github.com/lupyuen/pinetime-updater
and then used the bin file I built based on this article and it worked.
I can see my app on Pinetime.
Thank you very much