I'm working with imx6ull14x14evk board. Currently I can find that the rootfs is mounted in nand flash with bootargs "bootargs=console=ttymxc0,115200 ubi.mtd=nandrootfs " "root=ubi0:nandrootfs rootfstype=ubifs ", but I want to mount my rootfs in RAM (as tmpfs) before running the init script how can I do that?
Thanks in advance