Skip to content

Commit

Permalink
update raspbian version
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Apr 7, 2019
1 parent be3cf96 commit 969abc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HOWTO_VERIFY_RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ set -e
mkdir ~/qemu_vms
cd ~/qemu_vms
sudo apt-get install -y qemu-system-arm
curl -LO http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2017-12-01/2017-11-29-raspbian-stretch-lite.zip
curl -LO --fail http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2017-12-01/2017-11-29-raspbian-stretch-lite.zip
unzip 2017-11-29-raspbian-stretch-lite.zip
curl -LO https://github.com/dhruvvyas90/qemu-rpi-kernel/raw/master/versatile-pb.dtb
curl -LO https://github.com/dhruvvyas90/qemu-rpi-kernel/raw/master/kernel-qemu-4.9.59-stretch
curl -LO --fail https://github.com/dhruvvyas90/qemu-rpi-kernel/raw/master/versatile-pb.dtb
curl -LO --fail https://github.com/dhruvvyas90/qemu-rpi-kernel/raw/master/kernel-qemu-4.14.79-stretch

cat > run.sh <<EOF
qemu-system-arm \
-kernel kernel-qemu-4.9.59-stretch \
-kernel kernel-qemu-4.14.79-stretch \
-cpu arm1176 \
-m 256 \
-M versatilepb \
Expand Down

0 comments on commit 969abc2

Please sign in to comment.