Skip to content

Commit

Permalink
ci(debian): fix same issues in riscv-software-src/opensbi/issues/372
Browse files Browse the repository at this point in the history
- use fw_jump.bin instead of .elf to avoid ROM regions's overlapping issues
  • Loading branch information
255doesnotexist committed Dec 8, 2024
1 parent 52266c0 commit c3bef23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lintestor_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3bef23

Please sign in to comment.