Skip to content
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

edgetpu-demo.bb does not work #14

Closed
mirzak opened this issue Mar 6, 2020 · 2 comments
Closed

edgetpu-demo.bb does not work #14

mirzak opened this issue Mar 6, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@mirzak
Copy link
Owner

mirzak commented Mar 6, 2020

@mirzak how were you able to test the edgetpu-demo.bb file (specifically how were you able to run the resulting file on the coral)? I've included it in a build by adding IMAGE_INSTALL_append += " edgetpu-demo" to local.conf and it builds successfully and is in the image.

However, trying to run edgeput_demo --stream or edgetpu_demo --device initially results in ValueError: Namespace Gtk not available. Adding gtk+3 to edgetpu-demo.bb RDEPENDS_${PN} solves that issue.

Unfortunately, it then fails with Gtk-WARNING **: <time>: cannot open display, which I have not been able to resolve that. I see terminal output on the HDMI but no WM/DE.

Originally posted by @qkaseman in #1 (comment)

@mirzak
Copy link
Owner Author

mirzak commented Mar 6, 2020

I created a new issue for this topic,

I test this using the following image definition

DESCRIPTION = "A console-only image that includes Edge TPU libraries, \
demo applications, gstreamer packages and Freescale's multimedia packages \
(VPU and GPU) when available for the specific machine."

LICENSE = "MIT"

require recipes-fsl/images/fsl-image-multimedia-full.bb

CORE_IMAGE_EXTRA_INSTALL += "\
    edgetpu-demo \
"

Though there is still some problems with this recipe as it requires gobject introspection on gstreamer libraries, but this is disabled.

Let me have a second look at this

@mirzak mirzak added the bug Something isn't working label Apr 4, 2020
@mirzak
Copy link
Owner Author

mirzak commented Apr 12, 2020

Please see #29

@mirzak mirzak closed this as completed Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant