Control: tags 1064863 - patch

On 2024-02-26, Martin Cracauer wrote:
> Package: u-boot-qemu
> Version: 2021.01+dfsg-5
> Severity: important
> Tags: patch

No patch was included, removing from tags.

> /usr/lib/u-boot/qemu-riscv64/u-boot.bin as included in this debian
> release does not work for booting in qemu for RISCV64, when combined
> with /usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.elf (also from
> this debian version).  See below for qemu command line.
...
> Example qemu line showing the problem and solution.  Just exchange the
> two u-boot.bin's.  Note that the FreeBSD image is irrelevant here, the
> booting never reaches it.  I run this on Debian/amd64.
>
> qemu-system-riscv64 \
>   -M virt \
>   -smp 8 \
>   -m 32G \
>   -nographic \
>   -bios /usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.elf \
>   -kernel u-boot.bin \
>   -drive file=FreeBSD-14.0-RELEASE-riscv-riscv64.raw,format=raw,id=hd0 \
>   -device virtio-blk-device,drive=hd0 \
>   -nographic \
>   -netdev user,id=net0,ipv6=off,hostfwd=tcp::3234-:22 \
>   -device virtio-net-device,netdev=net0 \
>   -device virtio-rng-pci

Does this work with current versions of u-boot in Debian, e.g. u-boot
2023.01+dfsg-2 from debian bookworm/stable or 2024.01+dfsg-1 from debian
trixie/testing?

live well,
  vagrant

Attachment: signature.asc
Description: PGP signature

Reply via email to