Skip to content
notcarbide edited this page Oct 28, 2021 · 8 revisions

Zap Kernel Wiki

This wiki contains useful information regarding the ZapPi Linux kernel.


Contents:

  1. Features
  2. Install
  3. Download

Features

Install

Zap Kernel is intended to be a "drag-and-drop" replacement for Raspberry Pi OS.

Backup your kernel:

  • RPi0/1:
sudo cp /boot/kernel.img /boot/kernel-bck.img
  • RPi2/3:
sudo cp /boot/kernel7.img /boot/kernel7-bck.img
  • RPi4:
sudo cp /boot/kernel7l.img /boot/kernel7l-bck.img

Unzip the package into a directory:

unzip zappi*-kernel-202X-XX-XX.zip -d out

Run the install script within the extracted directory:

cd out
./install.sh

The backup kernel can be booted by adding, for example, the following to /boot/config.txt:

kernel=kernel7l-bck.img

Use whichever *-bck.img name referenced above.

Download

Currently builds are served through Jenkins. (Sorted by level of support.)

RPi4:

RPi2/3:

RPi0/1:

Clone this wiki locally