From c3bef23e37d2128c754a25c59f86d1efe63d9aa1 Mon Sep 17 00:00:00 2001 From: 255doesnotexist <1293883574jcy@gmail.com> Date: Sun, 8 Dec 2024 14:42:45 +0800 Subject: [PATCH] ci(debian): fix same issues in riscv-software-src/opensbi/issues/372 - use fw_jump.bin instead of .elf to avoid ROM regions's overlapping issues --- .github/workflows/lintestor_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lintestor_test.yml b/.github/workflows/lintestor_test.yml index 6f62cee..af8b6cd 100644 --- a/.github/workflows/lintestor_test.yml +++ b/.github/workflows/lintestor_test.yml @@ -42,7 +42,7 @@ jobs: echo '-drive file=image.qcow2,if=none,id=hd \' >> boot.sh echo '-device virtio-net-device,netdev=net \' >> boot.sh echo '-netdev user,id=net,hostfwd=tcp::2222-:22 \' >> boot.sh - echo '-bios /usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.elf \' >> boot.sh + echo '-bios /usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.bin \' >> boot.sh echo '-kernel /usr/lib/u-boot/qemu-riscv64_smode/uboot.elf \' >> boot.sh echo '-object rng-random,filename=/dev/urandom,id=rng \' >> boot.sh echo '-device virtio-rng-device,rng=rng \' >> boot.sh