so you have a mini PCIe slot on your custom carrier board, and you want to use it for booting the device?
Then what kind of storage device is attached to it?
If the driver for the storage device is directly supported in kernel image, then initrd flash should be able to handle it, but if it needs to be supported through external .ko modules, then you cannot do that.
Hi, I have not yet checked this. I will check and confirm, before that I wanted to know if we have support for mini PCIe.
So you say if any storage device like Mini PCIe we can use for flashing using initrd flash without any software modification if we have the driver in kernel. right?
Yes, if the driver is directly compiled into the kernel, then initrd flash should also support it.
But if it’s compiled as external modules, then it’s not supported.