summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_arm/host_missing/accel_missing/2351
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_arm/host_missing/accel_missing/2351
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_arm/host_missing/accel_missing/2351')
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_missing/235115
1 files changed, 0 insertions, 15 deletions
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_missing/2351 b/gitlab/issues_text/target_arm/host_missing/accel_missing/2351
deleted file mode 100644
index 0a73da123..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_missing/2351
+++ /dev/null
@@ -1,15 +0,0 @@
-Raspberry Pi: Unable to start raspios bookworm
-Description of problem:
-I am able to start RaspiOS bullseye (2023-05-03-raspios-bullseye-arm64-lite) in both, the rpi3 and rpi4 configurations, by first extracting the DTB and the kernel from the downloaded image (see the command lines).
-
-When I attempt to start RaspiOS bookworm (2024-03-15-raspios-bookworm-arm64-lite), I only get the following messages on the host's terminal:
-
-```
-usbnet: failed control transaction: request 0x8006 value 0x600 index 0x0 length 0xa
-usbnet: failed control transaction: request 0x8006 value 0x600 index 0x0 length 0xa
-usbnet: failed control transaction: request 0x8006 value 0x600 index 0x0 length 0xa
-```
-
-[start-raspios.sh](/uploads/041fb113d1d0d920e52f3b11a9f51290/start-raspios.sh)
-Steps to reproduce:
-To reproduce, adapt the attached script, download the raspios images and run it.