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
I've just got some CM5s and installed the cmprovision on cm5. The static ip was setup following this issue
But it seems that it cannot detect any CM5 connected to it.
The dnsmasq log only shows 'no address range available for DHCP request via wlan0' after start up
And the rpiboot log stops at 'Waiting for BCM2835/6/7/2711/2712...'
So I'm wondering if cmprovision is able to work on CM5?
The OS installed on CM5 is 'Raspberry Pi OS (64-bit)'
The text was updated successfully, but these errors were encountered:
I believe rpi-sb-provisioner is the preferred tool on CM5 which should support a superset of the cmprovsion features (although some are implemented differently) https://github.com/raspberrypi/rpi-sb-provisioner
Re "rpiboot" please can you make sure that you are using the very latest APT release of rpiboot. Early versions of the bootloader (including bootfiles.bin) won't boot on a CM5 or Pi500.
The dnsmasq log only shows 'no address range available for DHCP request via wlan0' after start up
I do not have a CM5, but am guessing that it is advertising a different GUID, and that you need to modify /var/lib/cmprovision/etc/dnsmasq.conf to add: dhcp-match=set:client_is_a_pi,97,whatever-guid-cm5-is-using to solve the detection problem.
Then you will likely run into the next hurdle that it doesn't serve a kernel suitable for CM5.
Will require that you patch up https://github.com/raspberrypi/scriptexecutor to build new kernel and .dtb using a suitable kernel config for CM5, and toss the result in `/var/lib/cmprovision/scriptexecute
Hi,
I've just got some CM5s and installed the cmprovision on cm5. The static ip was setup following this issue
But it seems that it cannot detect any CM5 connected to it.
The dnsmasq log only shows 'no address range available for DHCP request via wlan0' after start up
And the rpiboot log stops at 'Waiting for BCM2835/6/7/2711/2712...'
So I'm wondering if cmprovision is able to work on CM5?
The OS installed on CM5 is 'Raspberry Pi OS (64-bit)'
The text was updated successfully, but these errors were encountered: