im new and confused.

72 views
Skip to first unread message

Cullen Catalone

unread,
Aug 16, 2024, 5:12:47 AM8/16/24
to ClusterHAT
I bought a pi 4 b 8 gb and a pi 0 cluster hat to go with it and have it all put together but when  I download the files and copy them to the sd cards when I turn on the pi it says sd card failed to open I am using cnat 64 bit. what should I do?

ClusterHAT

unread,
Aug 16, 2024, 6:00:46 AM8/16/24
to ClusterHAT
Hi,
I bought a pi 4 b 8 gb and a pi 0 cluster hat to go with it and have it all put together but when  I download the files and copy them to the sd cards when I turn on the pi it says sd card failed to open I am using cnat 64 bit. what should I do?

Did you use the Raspberry Pi Imager to write the images to the SD cards (available at the top of https://www.raspberrypi.com/software/ once installed click "Choose OS" and select "Use custom" at the bottom) ?

I would advise using this which will verify the SD card is written properly and allow you to setup your username/password, enable SSH, setup WiFi, etc. for initial use (helpful if you're not using it with local keyboard/display).

Chris. 

Vitor Gomes

unread,
Aug 16, 2024, 9:49:35 AM8/16/24
to ClusterHAT
I do the installation this way


apt install git libusb-1.0-0-dev python3-usb python3-libusb1 python3-smbus python-is-python3 python3-dev python3-rpi.gpio # When using Python3

git clone https://github.com/burtyb/clusterhat-image.git

mkdir /usr/share/clusterctrl/ &&
cp clusterhat-image/files/usr/sbin/cluster* /usr/sbin/ &&
cp clusterhat-image/files/usr/share/clusterctrl/default-clusterctrl /etc/default/clusterctrl &&
cp clusterhat-image/files/etc/udev/rules.d/90-clusterctrl.rules /etc/udev/rules.d/ &&
cp clusterhat-image/files/usr/lib/systemd/system/clusterctrl-init.service /usr/lib/systemd/system/ &&
cp -r clusterhat-image/files/usr/share/clusterctrl/python/ /usr/share/clusterctrl/ &&
echo 'TYPE=c' >> /etc/default/clusterctrl &&
udevadm control --reload-rules &&
systemctl enable clusterctrl-init &&
rm -rf clusterhat-image
WhatsApp Image 2024-08-16 at 14.47.57.jpeg

Cullen Catalone

unread,
Aug 27, 2024, 2:44:32 AM8/27/24
to clust...@googlegroups.com
thank you guys so much i got it going

--
You received this message because you are subscribed to the Google Groups "ClusterHAT" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clusterhat+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/clusterhat/e0add8da-d719-45c4-9776-688bd739d53cn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages