As part of Linux porting to Embedded System,
we Identified one partition in harddisk for RFS.Initially the partition is empty.
How can I fit identified RFS folder (like /dev,/usr,/lib etc)and files in HD of Target device
Printable View
As part of Linux porting to Embedded System,
we Identified one partition in harddisk for RFS.Initially the partition is empty.
How can I fit identified RFS folder (like /dev,/usr,/lib etc)and files in HD of Target device
U may have to create RFS image to do so. You have to use "mkimage" utility for this.
Once you create the image , u have to port it ( as how u did for kernel image) to the specified flash memory location.