Results 1 to 2 of 2
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 ...
- 12-01-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 16
How to create Root File system
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
- 12-02-2010 #2
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.


Reply With Quote
