Skip to content

Commit

Permalink
Update raspbios
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes authored May 2, 2024
1 parent a76ff3e commit 80b35bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qemu_rpi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM debian:bookworm-slim
ARG USERNAME=pi
ARG PASSWORD=raspberry

ARG RPI_IMAGE_URL=https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64.img.xz
ARG RPI_IMAGE_URL=https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64.img.xz
ARG RPI_IMAGE_SHA256=e7c0c89db32d457298fbe93195e9d11e3e6b4eb9e0683a7beb1598ea39a0a7aa
ARG RPI_IMAGE_FILE=2023-05-03-raspios-bullseye-arm64.img
ARG RPI_IMAGE_FILE=2024-03-15-raspios-bookworm-arm64.img.xz

ENV QEMU_MACHINE raspi3b
ENV QEMU_DTB bcm2710-rpi-3-b-plus.dtb
Expand Down

0 comments on commit 80b35bf

Please sign in to comment.