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
zephyr | Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml"
zephyr |
zephyr | ERROR: openbox-xdg-autostart requires PyXDG to be installed
The text was updated successfully, but these errors were encountered:
Are you trying to name the docker container using --name? That was an issue for me, removing --name helped. Ultimately went with docker-compose for naming and easier path handling when setting up the container.
There is an updated readme as of yesterday morning (4-12-2022), have you tried it?
With the latest instructions, I have a Dockerfile, docker-compose.yml, and a makefile to load up everything and build west. This was advised from a fellow developer.
Attached are the files, if they help. Run these from a new folder:
Pull the Zephyr repo into the current directory
make build
Starts the container, on the first run, it will init the image and run the west startup process, so it can take a while.
make run
Gives shell access
make shell
I've used the container to build a sample, then use host OS to flash the device. Hope it helps!
Using this docker-compose.yml file:
I get the following error starting the container:
zephyr | Openbox-Message: Unable to find a valid menu file "/var/lib/openbox/debian-menu.xml"
zephyr |
zephyr | ERROR: openbox-xdg-autostart requires PyXDG to be installed
The text was updated successfully, but these errors were encountered: