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

Boards could not be found using Raspberry Pi OS Lite (64-bit) as provisioner #57

Open
gerardostola opened this issue Oct 14, 2024 · 0 comments

Comments

@gerardostola
Copy link

Hi, I encountered an issue while trying to provision a CM4 using the Provisioning the Raspberry Pi
Compute Module 3 and 4 whitepaper
. The provisioning server was a Raspberry Pi 4 running a fresh install of Raspberry Pi OS Lite (64-bit).

While troubleshooting via a wlan console session, I noticed that the eth0 interface wasn’t assigned the expected IP address (172.20.0.1/16). Upon checking the running services, I discovered that the dhcpcd service (needed for assigning IP addresses) was neither installed nor running.

To resolve the issue, I installed the dhcpcd5 package with the following command:

sudo apt install dhcpcd5

Next, I appended the static IP address to /etc/dhcpcd.conf, as described in the documentation. Finally, I enabled the service with:

sudo systemctl enable dhcpcd

After this, everything worked as expected. Hope this helps anyone facing a similar problem!

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

No branches or pull requests

1 participant