0

有没有人有一个有效的 UBoot 配置来从运行在 Raspberry Pi CM4 上的 UBoot 访问 NVME 驱动器?

我已经编译了所有内容,并且 UBoot 正在正确检测我的 NVME:

pci_bind_bus_devices: bus 1/pci_0:0.0: found device 0, function 0: find ret=-19
pci_find_and_bind_driver: Searching for driver: vendor=2646, device=2263
pci_find_and_bind_driver: Match found: nvme
pci_auto_config_devices: start
pci_auto_config_devices: device nvme#0
PCI Autoconfig: BAR 0, Mem, size=0x4000, address=0xc0000000 bus_lower=0xc0004000
pci_auto_config_devices: done

但它不调用 nvme_uclass_post_probe() ,因此它不创建任何块设备。

从 UBoot 命令行运行命令“nvme scan”,我在 nvme_submit_sync_cmd() 中遇到了超时。-> 超时。

我正在使用带有最新固件“S5Z42109”的金士顿 A2000 SDD。

有人有想法吗?谢谢。

4

0 回答 0