Browse Source

Add Debian Buster image and config

master
Valerio Pilo 5 years ago
parent
commit
b99b3adf5d
  1. 9
      README.md
  2. BIN
      kernel-qemu-4.19.50-buster
  3. 10
      tools/build-kernel-qemu
  4. 3376
      tools/config_file_4.19.50
  5. BIN
      tools/qemu-kernel-4.19.50
  6. BIN
      tools/versatile-pb.dtb

9
README.md

@ -15,12 +15,17 @@ website and extract the `.zip` archive to obtain an `.img` file.
This repository contains three types of kernel images:
* `kernel-qemu-4.*.*-stretch` are the most recent images, which are compatible
with Raspbian Stretch and Jessie. To use these images, you'll need the
* `kernel-qemu-4.*.*-buster` are the most recent images, which are compatible
with Raspbian Buster and Stretch. To use these images, you'll need the
`versatile-pb.dtb` file which is also contained in this repository. Unless
you are positive you need a different kernel, the most recent of these images
is probably what you want.
* `kernel-qemu-4.*.*-stretch` are compatible with Raspbian Stretch and Jessie.
To use these images, you'll need the `versatile-pb.dtb` file which is also
contained in this repository. Unless you are positive you need a different
kernel, the most recent of these images is probably what you want.
* `kernel-qemu-4.4.*-jessie` are images compatible with Raspbian Jessie and
Wheezy.

BIN
kernel-qemu-4.19.50-buster

Binary file not shown.

10
tools/build-kernel-qemu

@ -1,11 +1,11 @@
#!/bin/bash -e
#
# Build ARM kernel 4.4.y for QEMU Raspberry Pi Emulation
# Build ARM kernel 4.x.y for QEMU Raspberry Pi Emulation
#
#######################################################
TOOLCHAIN=arm-linux-gnueabihf
COMMIT=raspberrypi-kernel_1.20181112-1
COMMIT=raspberrypi-kernel_1.20190620-1
INSTALL_PACKAGES=""
USE_GIT=1
USB_WEBCAM_MODULES="" # add USB & V4L modules for USB webcam support (didn't work as static)
@ -20,8 +20,10 @@ if [ "$INSTALL_PACKAGES" ] ; then
fi
if [ "$USE_GIT" ] ; then
# checking out 4.4.y branch - change it if you want to change kernel version
# for kernel specific hash, have a looks at : https://github.com/raspberrypi/linux/commits/rpi-4.4.y
# checking out 4.x.y tag - change it if you want to change kernel version
# for a specific hash, have a look at: https://github.com/raspberrypi/linux/tags
# To check the effective kernel version, click on a tag in that list;
# the branch and tag name are under the commit message.
if [ ! -d linux ] ; then
git clone https://github.com/raspberrypi/linux.git
else

3376
tools/config_file_4.19.50

File diff suppressed because it is too large

BIN
tools/qemu-kernel-4.19.50

Binary file not shown.

BIN
tools/versatile-pb.dtb

Binary file not shown.
Loading…
Cancel
Save