is there any step by step description on how to make my own image ?
i have a Revolution PI connect 4gb.
and even the lite image is way too big.
Thx. Gr. Rick
# Checkout the imagebakery
git clone https://github.com/RevolutionPi/imagebakery.git
# Go to imagebakery folder
cd imagebakery
# Download the base iamge
curl -O https://downloads.raspberrypi.org/raspios_oldstable_lite_armhf/images/raspios_oldstable_lite_armhf-2022-01-28/2022-01-28-raspios-buster-armhf-lite.zip
# Unzip the image
unzip 2022-01-28-raspios-buster-armhf-lite.zip
# Customize image (see below)
# Create image
./customize_image.sh 2022-01-28-raspios-buster-armhf.img
# Finished -> The Image 2022-01-28-raspios-buster-armhf.img is now ready to flash on a RevPi