William Scafe
unread,Aug 23, 2025, 5:03:39 AMAug 23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ClusterHAT
I have two(2) Clusterhat V2.5, one on a Pi4 and the other on a Pi3B+, and both were working in 2023 for about a month before I had to box them up to move. In mid-July, I took them out of storage and started setting them up to learn distributed computing. I downloaded the Bookworm 64-bit OS from the Setup software page, and then installed it on my Pi 4 and 4 Pi Zero2s. After writing the image to the SD Card, I powered it up. My Pi4 booted up without issues, but none of the Pi Zero2s connected and completed the boot Process. I've put in significant effort to troubleshoot this issue, including searching the Cluster CTRL Site including Troubleshooting missng Pi Zeros in a ClusterHAT. and running the isusb -t command, which yielded the following results with the SD Cards in the Pi Zeros.
On steps 1 - 3 of the Troubleshooting Guide
clusterctrl status shows "clusterhat:1"
pi@p0:~ $ clusterctrl off
pi@p0:~ $ lsusb -t
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 3: Dev 4, If 0, Class=Hub, Driver=hub/4p, 480M
pi@p0:~ $ clusterctrl on
pi@p0:~ $ lsusb -t
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 3: Dev 4, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 2: Dev 13, If 3, Class=CDC Data, Driver=cdc_acm, 480M
|__ Port 2: Dev 13, If 1, Class=CDC Data, Driver=rndis_host, 480M
|__ Port 2: Dev 13, If 2, Class=Communications, Driver=cdc_acm, 480M
|__ Port 2: Dev 13, If 0, Class=Communications, Driver=rndis_host, 480M
|__ Port 3: Dev 9, If 0, Class=Communications, Driver=rndis_host, 480M
|__ Port 3: Dev 9, If 1, Class=CDC Data, Driver=rndis_host, 480M
|__ Port 3: Dev 9, If 2, Class=Communications, Driver=cdc_acm, 480M
|__ Port 3: Dev 9, If 3, Class=CDC Data, Driver=cdc_acm, 480M
|__ Port 4: Dev 11, If 2, Class=Communications, Driver=cdc_acm, 480M
|__ Port 4: Dev 11, If 0, Class=Communications, Driver=rndis_host, 480M
|__ Port 4: Dev 11, If 3, Class=CDC Data, Driver=cdc_acm, 480M
|__ Port 4: Dev 11, If 1, Class=CDC Data, Driver=rndis_host, 480M
On steps 4 - 6 Troubleshooting Guide
pi@p0:~ $ clusterctrl off
pi@p0:~ $ sudo service clusterctrl-rpiboot stop
pi@p0:~ $ clusterctrl on
pi@p0:~ $ lsusb -t
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 3: Dev 4, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 15, If 0, Class=Vendor Specific Class, Driver=, 12M
|__ Port 2: Dev 16, If 0, Class=Vendor Specific Class, Driver=, 480M
|__ Port 3: Dev 17, If 0, Class=Vendor Specific Class, Driver=, 480M
|__ Port 4: Dev 14, If 0, Class=Vendor Specific Class, Driver=, 480M
I am using 2024-07-04-3-bookworm-ClusterCTRL-arm64-lite-CBRIDGE.img on a RPi4 4gig
also I am using 2024-07-04-3-bookworm-ClusterCTRL-arm64-lite-p1.img on a RPiZero2,
I am using 2024-07-04-3-bookworm-ClusterCTRL-arm64-lite-p2.img on a RPiZero2,
I am using 2024-07-04-3-bookworm-ClusterCTRL-arm64-lite-p3.img on a RPiZero2,
I am using 2024-07-04-3-bookworm-ClusterCTRL-arm64-lite-p4.img on a RPiZero2,
Please help.