...
If you want to create your own minimal system, i.e. your own custom image, then you can follow the Readme steps here:
...
Which image do I have on my system?
You can verify which image you installed by executing the following command:
Code Block | ||
---|---|---|
| ||
pi@RevPi12345:~ $ cat /etc/revpi/image-release
2024-04-25-revpi-bullseye-arm64.img |
Here we have a 64 bit Bullseye released at .
Which kernel version do I have on my system?
You can view the kernel Version by executing the following command:
Code Block | ||
---|---|---|
| ||
pi@RevPi12345:~ $ uname -a
Linux RevPi99988 6.1.46-rt13-v8 #1 SMP PREEMPT_RT Mon, 22 Apr 2024 08:37:46 +0200 aarch64 GNU/Linux |
Here we have the kernel version 6.1.46-rt13-v8 compiled at , 64 bit.