
17 Jul
2019
17 Jul
'19
7:52 p.m.
On 7/17/19 6:02 PM, Stephen Warren wrote:
On 7/16/19 5:35 PM, Heinrich Schuchardt wrote:
When testing qemu-riscv64_defconfig on Travis CI I got a QEMU erorr "Parameter 'id' is missing".
A command launching qemu-riscv64_defconfig successfully on Debian is:
qemu-system-riscv64 \ -machine virt \ -kernel u-boot \ -m 1G -nographic -netdev user,id=net0,tftp=$tftpdir \ -device virtio-net-device,netdev=net0
Add the missing id.
Thanks. I've applied this.
Thanks
I was able to run a job successfully: https://travis-ci.org/xypron2/u-boot/builds/560076658
So I will now proceed to update .travis.yml.
Best regards
Heinrich Schuchardt