We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec815ed commit e8dccccCopy full SHA for e8dcccc
test/Makefile
@@ -25,7 +25,7 @@ qemu-opts = -cpu max -m 256M \
25
-nographic -no-reboot \
26
-kernel work/$(1)-rootfs/boot/vmlinuz-virt \
27
-initrd work/$(1)-rootfs.cpio.gz \
28
- -watchdog i6300esb \
+ -device i6300esb \
29
-append "$(2) panic=-1 root=initramfs ramdisk_size=64000 rdinit=/sbin/init quiet"
30
31
qemu-armv7 = qemu-system-arm -M virt,highmem=off \
0 commit comments