-
Notifications
You must be signed in to change notification settings - Fork 276
Open
Description
Hi,
trying to run 07-usbstorage I get
logger: Circle 45.3.1 started on Raspberry Pi 5 (AArch64)
00:00:00.13 timer: SpeedFactor is 7.69
00:00:00.23 xhci: HW reset failed
00:00:00.23 usb: Cannot initialize xHCI device #0
on a RPi 5 / 4GB setup.
Happens with or without usbpowerdelay=1000
in config.txt
Config:
$ cat ../../Config.mk
PREFIX64 = aarch64-none-elf-
AARCH = 64
RASPPI = 5
DEFINE += -DARM_ALLOW_MULTI_CORE
DEFINE += -DSERIAL_DEVICE_DEFAULT=0
bye, pottendo
PS: here config.txt:
#
# Enable 64-bit mode (AArch64)
#
# This file must be copied along with the generated kernel image
# onto a SDHC card with FAT file system, if 64-bit mode is used.
#
# This file also enables the possibility to use two displays with
# the Raspberry Pi 4 and selects the required mode for the USB host
# controller of the Compute Module 4.
#
arm_64bit=1
#dtoverlay=uart0
#dtparam=uart0_console
[pi02]
kernel=kernel8.img
[pi2]
kernel=kernel8.img
[pi3]
kernel=kernel8.img
[pi3+]
kernel=kernel8.img
[pi4]
armstub=armstub8-rpi4.bin
kernel=kernel8-rpi4.img
max_framebuffers=2
[cm4]
otg_mode=1
[pi5]
#dtoverlay=vc4-kms-v3d
#max_framebuffers=2
gpu_mem=16
kernel_address=0x80000
kernel=kernel_2712.img
usbpowerdelay=1000
Metadata
Metadata
Assignees
Labels
No labels