summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1731588
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1731588')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/173158814
1 files changed, 14 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1731588 b/results/classifier/accel-gemma3:12b/kvm/1731588
new file mode 100644
index 000000000..0c9cf616d
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/1731588
@@ -0,0 +1,14 @@
+
+qemu-system-arm black screen and keyboard not detected
+
+Hi guys, 
+
+I try to emulate FreeRTOS with this guide : http://wiki.csie.ncku.edu.tw/embedded/Lab32
+But, the keys on my keyboard are not taken into account. 
+ - Command line : qemu_stm32/arm-softmmu/qemu-system-arm -M stm32-p103 -monitor stdio -kernel build/main.bin -semihosting
+If I try to add usb flag with : qemu_stm32/arm-softmmu/qemu-system-arm -M stm32-p103 -monitor stdio -kernel build/main.bin -usb -device usb-host,hostbus=1,hostaddr=1 -show-curso
+I obtain this message "qemu-system-arm: -device usb-host,hostbus=1,hostaddr=1: 'usb-host' is not a valid device model name"
+
+My second option is try with the latest version of qemu with this command line : "qemu-system-arm -M lm3s6965evb -monitor stdio -kernel build/main.bin -semihosting" but I obtain a black screen. 
+
+Could someone guide me on this problem ?
\ No newline at end of file