LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Does uImage contains a rfs? (https://www.linuxquestions.org/questions/linux-general-1/does-uimage-contains-a-rfs-4175490323/)

david_8274 01-06-2014 11:40 AM

Does uImage contains a rfs?
 
Hi,

When I build a kernel, a kernel image (uImage) is generated. Does this uImage contain a basic root file system? or it's just the kernel and I need to build a root file system for the kernel to mount on power cycle?

Regards,
Dave Xu

zhjim 01-07-2014 04:31 AM

Hard to tell actuall as a web search also did not provide a clear anwser. But I say its only the kernel: http://stackoverflow.com/questions/1...and-uimage-bin

Tell us how you created the image.

prabhuraj 01-09-2014 11:34 AM

When you just build a linux kernel from source, it just definitely contains only the kernel uImage/zImage. You need to exclusively create and build the required file system with utilities, apps and boot the device.
However it may so happen that you can create kernel image, file system image and pack them together to be one single image.


All times are GMT -5. The time now is 08:34 AM.