-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The libedgetpu can't be build by the "./balena-yocto-scripts/build/barys -d -m coral-dev" command #30
Comments
Hi @yishinhung , libedgetpu files and libraries are not part of the Balena host operating system, instead they get installed in the application containers. See this example: https://github.com/balena-io-examples/coral-streaming-object-detector |
Hi @acostach I try to run the example by "balena push" command on ubuntu PC. The logs always keep in "Device state settled"and don't execute the example functions. And, the uart console show the following logs. Could you give me some suggestion for this? root@balena:~# [ 240.266582] IPv6: ADDRCONF(NETDEV_UP): br-f3a511f083ae: link is not ready |
Hi @yishinhung , when the build triggered by balena push is finished, the supervisor will download the built image and will run that container. This is visible in the dashboard, in the application you downloaded the image from. Based on the logs, it's possible that your container may be restarting because the CMD in your Dockerfile may be crashing. You can see if this is the case in the dashboard. |
Hi
I build the balena-coral project by the "./balena-yocto-scripts/build/barys -d -m coral-dev" but i can't found any libedgetpu files or libraries in the build folder. Whether i miss some command about this? How can i build the libedgetpu or python3-edgetpu libraries to the balena-coral image?
Thank a lot!
The text was updated successfully, but these errors were encountered: