Hi Cyril,
Am 27.11.23 um 14:02 schrieb Cyril Brulebois:
Stefan Wahren <wahrenst@xxxxxxx> (2023-11-27):
Could you please provide the following information:
- settings of config.txt
Here you go:
arm_64bit=1
enable_uart=1
upstream_kernel=1
kernel=vmlinuz-6.6.0+
initramfs initrd.img-6.6.0+
enable_jtag_gpio=1
force_turbo=1
can you please check what happens if you add the following to config.txt:
[cm4]
otg_mode=1
- VC firmware version
This is pieeprom-2023-01-11.bin
I know there's pieeprom-2023-05-11.bin as well, but I've been keeping
the former as a constant throughout the PCIe patch series testing once
I realized how critical it was (old beta EEPROM versions found in some
CM4s made everything much harder initially).
In case the config matters:
[all]
BOOT_UART=0
WAKE_ON_GPIO=1
POWER_OFF_ON_HALT=0
BOOT_ORDER=0xf25641
ENABLE_SELF_UPDATE=1
- did you use arm64/defconfig or something special?
I'm using a “distribution config”, starting from the latest arm64 config
found in Debian unstable (6.5.10-1), and applying `make oldconfig`.
You'll find it attached.
Cheers,