Image Version | Download Link |
---|---|
2023-03-08-CM4StackOS-canary-2023-02-21-raspios-bullseye-armhf | Download |
2023-02-21-CM4StackOS-raspberry-bullseye-arm64 | Download |
Visit the Raspberry Pi official website to download the appropriate version of the Raspberry Pi Imager burning tool and install it based on your operating system.
This tool is used to simulate CM4 as a disk, which is necessary for burning the image later.
sudo apt install git libusb-1.0-0-dev pkg-config
git clone --depth=1 https://github.com/raspberrypi/usbboot
cd usbboot
make
sudo ./rpiboot
rpiboot.exe
. Wait until the new disk device is detected.Raspberry Pi Imager
, select "Choose OS", and then click on "Use Custom" to select the downloaded image. Choose the target disk and start the burning process. Wait patiently for the process to complete.rpiboot
tool using the command sudo ./rpiboot
. Wait until the new disk device is detected.Raspberry Pi Imager
, select "Choose OS", and then click on "Use Custom" to select the downloaded image. Choose the target disk and start the burning process. Wait patiently for the process to complete.After booting up the CM4Stack for the first time, you need to go through the initial setup process. This can be done via SSH or an HDMI connection. Follow the on-screen prompts to set up the username, password, network connection, language, and other parameters. Once the initial setup is complete, you can start using CM4Stack.