You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a board that is not officially supported by pyOCD, but I have its .pack file, so I flash this board by using --pack arguments to use my local .pack file. I am looking for a way to install the local .pack file as built-in targets so I don't need to use --pack every time.
It seems there was a way to install the local .pack file using pyocd pack -install-local, but it is not working anymore. (answers from chatGPT), Is there a new way to install the local .pack file?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a board that is not officially supported by pyOCD, but I have its .pack file, so I flash this board by using --pack arguments to use my local .pack file. I am looking for a way to install the local .pack file as built-in targets so I don't need to use --pack every time.
It seems there was a way to install the local .pack file using
pyocd pack -install-local
, but it is not working anymore. (answers from chatGPT), Is there a new way to install the local .pack file?Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions