An OS for the RPI 4 based on RPi OS with piRa1n and piRa1n-web pre-installed.
piRa1n lets you easily turn a Raspberry Pi 4 or a Banana Pi M2 Zero into a portable Checkra1n dongle. Make sure to read the wiki pages pages for more info.
Here is the download link.
Note: The default username is pi
and the password is jailbreak
.
The tool used to build piRa1n-OS (pi-gen) supports Debian Buster and Ubuntu Xenial.
To install the required dependencies for pi-gen you should run:
apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \
dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc \
qemu-utils kpartx
Then build piRa1n-OS by running the following commands:
git clone https://github.com/raspberryenvoie/piRa1n-OS.git
cd piRa1n-OS
sudo ./build.sh
Once this process is done, you will find the image in work/date-piRa1n-OS/export-image/
.
More information on pi-gen and docker build can be found here.
Read the changelog file.
- RPi-Distro for pi-gen
- The Raspberry Pi Foundation for Raspberry Pi OS
- The Checkra1n team for Checkra1n