Hi,
We have our custom board booting using eMMC in raw mode. However the developer would still like to boot using the root filesystem through NFS.
We modified BoardConfig.mk/BOARD_KERNEL_CMDLINE so the correct parameters are passed to the kernel when the boot image is run but it doesn't work.
The kernel waits for a DHCP ip when mounting filesystems as it should but ultimately it won't mount the NFS filesystem. We're thinking it might be the ramdisk included in the Android boot image which has priority over NFS.
Is there a way to fix this?