Guide to ai-deck development with toolbelt. #76
Unanswered
Laatikk01234
asked this question in
Q&A
Replies: 1 comment
-
If you want to modify the build environment you should probably add it to the docker image. You can start from https://github.com/bitcraze/docker-aideck and extend it as needed. The way the toolbelt is designed, it will unfortunately not be able to run your extended docker image as a builder, but you can run it directly from docker instead. On my machine for instance, I get
You can now simply copy/past the docker part and substitute |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to add pthread library of freertos into the aideck example provided.
Is there a way that this is intended to be done or is stabbing the docker container the right way to go about this?
-> A more comprehensive guide to toolbelt would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions