Does anyone have the same problem that an NVMe is no longer recognized after a reboot on the BPI-R4, but after a cold start the recognition works.
OpenWrt Snapshot - Kernel-Version 6.6.32
Does anyone have the same problem that an NVMe is no longer recognized after a reboot on the BPI-R4, but after a cold start the recognition works.
OpenWrt Snapshot - Kernel-Version 6.6.32
Did you try to look for solution here?
thanks for the info, I saw that post, yes.
But I didnt compiled the image by myself. I downloaded the image from OpenWrt Selector.
you don't need to recompile the entire image, just to make u-boot choose this option instead of NAND or EMMC.
What is your output of fw_printenv?
Thats the output:
~# fw_printenv
Warning: Bad CRC, using default environment
bootcmd=run distro_bootcmd
bootdelay=2
baudrate=115200
loadaddr=0x0
mtdids=
mtdparts=
bootm_size=0x10000000
eth6addr=02:00:11:22:33:47
ethaddr=02:00:11:22:33:44
fdt_addr_r=0xc00000
ipaddr=192.0.2.1
kernel_addr_r=0x1000000
pxefile_addr_r=0x2000
ramdisk_addr_r=0x2000000
scriptaddr=0x1000
stderr=serial,vidconsole
stdin=serial
stdout=serial,vidconsole
Some more information:
I installed and boot the Image from SD-Card.
The NVMe is only an additonal volume for using container instances and other applications
~: dmesg | grep -i u-boot
FIT: Detected U-Boot 2024.01-OpenWrt-r25357-ef34f8f5b5
after cold start
~: nvme list
Node Generic SN Model Namespace Usage Format FW Rev
--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- --------
/dev/nvme0n1 /dev/ng0n1 00000104 2079 NVMe 256GB V6D100-256G 0x1 256.06 GB / 256.06 GB 512 B + 0 B 3.4.6.36
after reboot (NVMe not found)
~: nvme list
Node Generic SN Model Namespace Usage Format FW Rev
--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- --------
I use a Somnambulist ssd m2 nvme 256gb
It seems that is a problem with the model of the NVMe.
Tested with another NVMe: Magix SSD 256GB M.2 Gen3x4 PCIe X-EVO
after cold start
~: nvme list
Node Generic SN Model Namespace Usage Format FW Rev
--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- --------
/dev/nvme0n1 /dev/ng0n1 7FBC070B19D900022120 PCIe SSD 0x1 256.06 GB / 256.06 GB 512 B + 0 B EDFM00.5
after reboot
~: nvme list
Node Generic SN Model Namespace Usage Format FW Rev
--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- --------
/dev/nvme0n1 /dev/ng0n1 7FBC070B19D900022120 PCIe SSD 0x1 256.06 GB / 256.06 GB 512 B + 0 B EDFM00.5
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.