LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Minimum file system required for Embedded linux (https://www.linuxquestions.org/questions/linux-kernel-70/minimum-file-system-required-for-embedded-linux-585628/)

zvivered 09-18-2007 03:04 PM

Minimum file system required for Embedded linux
 
I want to use a very small file system for a target running embedded linux.
Where can I get the minimum set of files needed for linux to boot with no problems ?

For example, I don't need busybox. Just few utilities (e.g ls)

Thanks,
Zvika Vered

rsashok 09-18-2007 07:37 PM

You are out of luck. I was facing similar problem couple years back - and could not find any description of this 'minimal RFS'. I went by creating striped down file system out of binary rpm's (my hw was based on intel clone), and reducing it while checking that kernel still boots.

Check out TimeSys web site - they have good info on the subject. Good luck.

BTW: you are better of using busybox even for single 'ls', then the real one in /bin/ls because it might require libraries you don't really want on your embedded. Consider dropping 'ls' completely and using 'echo *' instead (at least on your final hardware)


All times are GMT -5. The time now is 02:35 PM.