summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/1438
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/gemma3:12b/peripherals/14388
-rw-r--r--results/classifier/gemma3:12b/peripherals/14381449
2 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/1438 b/results/classifier/gemma3:12b/peripherals/1438
new file mode 100644
index 00000000..b4c8a592
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/1438
@@ -0,0 +1,8 @@
+
+Allow to use QEMU sockets as a CAN bus backend
+Additional information:
+Good possible example how it can be done is via UDP multicast in `python-can` library:
+- https://python-can.readthedocs.io/en/master/interfaces/udp_multicast.html
+
+Another option, with less features is using a simple serial/character device like in:
+- https://python-can.readthedocs.io/en/master/interfaces/serial.html
diff --git a/results/classifier/gemma3:12b/peripherals/1438144 b/results/classifier/gemma3:12b/peripherals/1438144
new file mode 100644
index 00000000..348cfd1e
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/1438144
@@ -0,0 +1,9 @@
+
+Page sizes are not interpreted correctly for E500/E500MC
+
+http://cache.freescale.com/files/32bit/doc/ref_manual/E500CORERM.pdf - see 2.12.5.2 MAS Register 1 (MAS1), p. 2-41
+http://cache.freescale.com/files/32bit/doc/ref_manual/E500MCRM.pdf - see 2.16.6.2 MAS Register 1 (MAS1), p. 2-54
+
+According to these documents, variable page size for TLB1 is computed as 4K ** TSIZE.
+
+However, QEMU always treats it as if it was 1K << TSIZE, even if options like "-cpu e500mc" are supplied to qemu.
\ No newline at end of file