Power & Source of Big Ideas

I looked at the github kernel source for the OpenMediaVault image. https://github.com/friendlyarm/kernel-rockchip/blob/nanopi6-v6.1.y/drivers/nvme/host/pci.c It includes quirk statement for several NVME controllers. I returned my NVME module and ordered ones that match one of the quirks. Now all thr...
I am trying to setup a development environment so that I can rebuild the debian kernel on the CM3588 NAS kit to with some an added quirk for the MAXIO non-volatile memory NVME controller so that it recognizes multiple nvme SSDs that report the same id. When I do the docker build --no-cache -t docker...
I am trying to get the CM3588 NAS kit to recognized 3 NVME SDDs. I have tried varying combinations of drives in slots. All slots are fine and all drives are fine if using only one drive. The syslog indicates Global duplicate ids for nsid1. In doing a search on the internet it looks like the SSD UUID...
My new CM3588 NAS kit only sees one of the 3 NVME SSDs that I installed on it. I have tired every combination of drives on the 4 slots and it still only recognizes one of the drives when I do an lsblk in debian. Is there anything like bios that I can get into to see what is happening on a lower leve...