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

Building Docker Image #522

Open
sjdean opened this issue Jan 6, 2022 · 2 comments
Open

Building Docker Image #522

sjdean opened this issue Jan 6, 2022 · 2 comments
Assignees
Labels
more-info-needed Needs more info

Comments

@sjdean
Copy link

sjdean commented Jan 6, 2022

Small problem with the Crankshaft Docker Build:

Setting up python3-colorzero (1.1) ...
Setting up python3-rpi.gpio (0.7.0-0.1bpo10+4) ...
Setting up python3-spidev (20200602
200721-1~buster) ...
Setting up zip (3.0-11) ...
Setting up python3-gpiozero (1.6.2-1) ...
Setting up python-smbus:armhf (4.1-1) ...
Processing triggers for man-db (2.8.5-2) ...
[18:55:16] End /pi-gen/stage3/03-crankshaft-base/00-packages
[18:55:16] Begin /pi-gen/stage3/03-crankshaft-base/00-run.sh
cp: cannot stat '/pi-gen/prebuilts/udev/51-android.rules': No such file or directory

Any thoughts appreciated.

@matt2005
Copy link
Contributor

How are you building it? The docker file is used to build the pi image.

@matt2005 matt2005 self-assigned this Jan 10, 2022
@matt2005 matt2005 added the more-info-needed Needs more info label Jan 10, 2022
@mostafaayesh
Copy link

Small problem with the Crankshaft Docker Build:

Setting up python3-colorzero (1.1) ... Setting up python3-rpi.gpio (0.7.0-0.1bpo10+4) ... Setting up python3-spidev (20200602200721-1~buster) ... Setting up zip (3.0-11) ... Setting up python3-gpiozero (1.6.2-1) ... Setting up python-smbus:armhf (4.1-1) ... Processing triggers for man-db (2.8.5-2) ... [18:55:16] End /pi-gen/stage3/03-crankshaft-base/00-packages [18:55:16] Begin /pi-gen/stage3/03-crankshaft-base/00-run.sh cp: cannot stat '/pi-gen/prebuilts/udev/51-android.rules': No such file or directory

Any thoughts appreciated.

You need to update submodules to get the prebuilts folder. After cloning you can run git submodule update --init in the cloned directory to get the prebuilts folder and it will have the .rules file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more-info-needed Needs more info
Projects
None yet
Development

No branches or pull requests

3 participants