blob: 46090706f493d3d80851f157770ac04cb1a0910c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
id = 2351
title = "Raspberry Pi: Unable to start raspios bookworm"
state = "opened"
created_at = "2024-05-19T15:35:16.531Z"
closed_at = "n/a"
labels = ["target: arm"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2351"
host-os = "Ubuntu 23.10 (mantic)"
host-arch = "x86_64"
qemu-version = "9.0.0 - QEMU command line:"
guest-os = "RaspiOS"
guest-arch = "ARM"
description = """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)"""
reproduce = """To reproduce, adapt the attached script, download the raspios images and run it."""
additional = "n/a"
|