summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/boot/1026176
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/boot/1026176
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/boot/1026176')
-rw-r--r--results/classifier/gemma3:12b/boot/102617622
1 files changed, 22 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/boot/1026176 b/results/classifier/gemma3:12b/boot/1026176
new file mode 100644
index 000000000..c163b6955
--- /dev/null
+++ b/results/classifier/gemma3:12b/boot/1026176
@@ -0,0 +1,22 @@
+
+unable to boot squashfs through mtd device
+
+Hi,
+
+I have built latest qemu archive qemu-1.1.1 to be sure of up to date source code.
+I have then built buildroot squashfs image, which can be used correctly with cmdline like:
+
+qemu-system-i386 -m 64 -k fr -boot c -kernel images/bzImage -drive if=ide,file=images/rootfs.squashfs  -append "root=/dev/sda"
+
+Then I wanted to modify cmdline to use real MTD device, like:
+
+qemu-system-i386 -m 64 -k fr -boot c -kernel images/bzImage -drive if=mtd,file=images/rootfs.squashfs  -append "root=/dev/mtdblock0".
+
+But nothing was good under kernel.
+Even if mtd0 is reported through qemu interface (Ctrl Alt+2), no device can be found under kernel even if all drivers are built to use it.
+
+Is this feature okay on qemu-1.1.1 ??
+did I do mistake in my cmdline??
+
+thank you for your help.
+regards,
\ No newline at end of file