imagebakery step by step

Topics about the Software of Revolution Pi
Post Reply
rivas
Posts: 1
Joined: 21 Apr 2022, 15:36
Answers: 0

imagebakery step by step

Post by rivas »

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
User avatar
nicolaiB
KUNBUS
Posts: 870
Joined: 21 Jun 2018, 10:33
Answers: 7
Location: Berlin
Contact:

Re: imagebakery step by step

Post by nicolaiB »

I'm afraid there is no such tutorial. You could use our imagebakery as a starting point in order to learn which parts are modified by us (mainly our kernel plus some tooling).

Nicolai
giuseppe
KUNBUS
Posts: 91
Joined: 09 Mar 2022, 13:08
Answers: 0

Re: imagebakery step by step

Post by giuseppe »

Hello Rivas,

Take a look at our FAQ page, which you can reach via the link below.
https://kunbus-gmbh.atlassian.net/servi ... 1058439239 | "Is it possible to reduce the memory size of the image because the 4GB eMMC is almost exhausted with the standard image?"
There you will find the "imagebakery" that Nicolai already mentioned in the previous post.

Best regards
Giuseppe Pagano
Pit1980
Posts: 1
Joined: 16 Jun 2022, 14:44
Answers: 0

Re: imagebakery step by step

Post by Pit1980 »

Hello revpi team,
Is it possible to get something like a "Kochrezepte", how to use the imagebakery to get a working small size image. Would be great if you could support us a little.

Or maybe somebody else here, who knows how to.
Thanks in advance.
User avatar
nicolaiB
KUNBUS
Posts: 870
Joined: 21 Jun 2018, 10:33
Answers: 7
Location: Berlin
Contact:

Re: imagebakery step by step

Post by nicolaiB »

Hi,

in order to create a image based on the foundations Buster Lite image you can use the following commands from our README (https://github.com/RevolutionPi/imagebakery/):

Code: Select all

# 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


In order to customize the image you can edit the package list in the files debs-to-download and debs-to-remove. If you want to integrate a local debian package which is not in the official repositories, you have to place the package in the folder debs-to-install.

... or just use the official lite image, which was released a few days ago (download 11442): https://revolutionpi.de/tutorials/downl ... evpiimages :-)

Nicolai
Post Reply