Hi @22721579
I found an article written by one of our in-house experts that I hope will help you:
1:On 8MP EVK board, base board resistor R452 should be changed to 0ohm.
2:This patch only done for 8MP/8MM EVK board.
Be careful: this patch may impact previous 6/8 PCIE function.
After merge this patch, in uboot, run below cmd to make NVME work:
u-boot=>pci e /* init pcie bus and enum devices */
u-boot=>nvme scan /* nvme scan devices */
u-boot=>pci 1 /* show pcie device info */
u-boot=>nvme info /* show nvme devcie info */
u-boot=>fatinfo nvme 0:1 /* asssue nvme first part is FAT */
B.R