To run a system without any ROM completely in RAM, on a efusa9x module, I tried the following steps, but failed to load the ROOTFS in the RAM from the LINUX kernel.
Following the steps here to configured a minimal system and started it from RAM:
Have you enabled the entry "General setup" -> "Initial RAM filesystem and RAM disk (initramfs/initrd) support" in the Linux kernel? For example by calling
make linux-menuconfig
in Buildroot. It looks like it is not enabled in our default fsimx6sx_defconfig.
Your F&S Support Team
Indeed, I checked the kernel configuration but missed that option. But now it works and we can perform test independent from NAND.
Case closed.
Thanks.