I am working with a imx6 device, I need to libraries which have size more than imx's empy memory. I am created a nfs server (/var/nfs/usr) on my desktop and I want to make the imx device doesn't use its own /usr file but use nfs server's /usr file on my desktop. Then, I have huge memory for necessary libraries which I need to run on my Imx device.
Is it possible? If yes, please guide me.
PS: please edit my question with better English.
According to my knowladge if you are going for NFS, you have to put your entire root files system on NFS. Or else you can put your lib to SD card and load it from there. Another option is to move your entire root file system to SD from the device flash. All those boot methods are described in iMX6 Linux User Guide.