Hi, What would be size of smallest Linux kernel? Yes, I mean plain vanilla with only bootup message on console.
Best Regards, Beta Computronics Pvt Ltd, 10/1, IT Park, Parsodi, Nagpur-440022 Cell - 9422113746
On Tue, 2005-12-27 at 10:57 +0530, Mukund Deshmukh wrote:
Hi, What would be size of smallest Linux kernel? Yes, I mean plain vanilla with only bootup message on console.
Compile it and see for yourself :)
Hi, What would be size of smallest Linux kernel? Yes, I mean plain vanilla with only bootup message on console.
Compile it and see for yourself :)
Yes very true but, 1. I am not kernel expert and dont know what is essential for kernel. 2. If some one has already done it, why invent the wheel. 3. The list is for exchange of idea (as I understand). 4. And finally if you dont know the answer, dont reply.
BTW, I wanted to know this because I am trying to port kernel to ARM processor with 512K flash and 64K RAM.
Best Regards, Beta Computronics Pvt Ltd, 10/1, IT Park, Parsodi, Nagpur-440022 Cell - 9422113746
Hi,
--- Mukund Deshmukh betacomp_ngp@sancharnet.in wrote:
BTW, I wanted to know this because I am trying to port kernel to ARM processor with 512K flash and 64K RAM.
Which ARM? MMU-less/with-MPU/with-MMU?
Which flash? NOR/NAND? Do you have any other flash on-board?
What RAM? SDRAM/SRAM?
If you are using MMU, you'll want to have a filesystem (ramfs/cramfs/jffs2/et. al.) along with the kernel on flash. So, atleast 4 MB flash will be useful.
SK
-- Shakthi Kannan, MS Software Engineer, Hexaware Technologies [E]: shakthimaan@yahoo.com [M]: (91) 98407-87007 [W]: http://www.shakthimaan.com [L]: Chennai, India
__________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/
LPC2138 with MMU (not sure)
Which ARM? MMU-less/with-MPU/with-MMU?
512K is built flash.
Which flash? NOR/NAND? Do you have any other flash on-board?
Again 64K is built in.
What RAM? SDRAM/SRAM?
If you are using MMU, you'll want to have a filesystem (ramfs/cramfs/jffs2/et. al.) along with the kernel on
I am just exploring the possibility of putting a workable kernel + romfs on the chip. Some people have already ported ecos on LPC2292 (with 4MB flash and 16MB Ram). My idea was to load the small kernel and boot it up to init. And depending on space, expand the files. Should I look for older kernel version like 2.0?
Best Regards, Beta Computronics Pvt Ltd, 10/1, IT Park, Parsodi, Nagpur-440022 Cell - 9422113746
Hi Mukund,
--- Mukund Deshmukh betacomp_ngp@sancharnet.in wrote:
Should I look for older kernel version like 2.0?
IMHO, you will not find support for it. Developers always recommend that you move to the recent kernels, 2.6.x.
Regards,
SK
-- Shakthi Kannan, MS Software Engineer, Hexaware Technologies [E]: shakthimaan@yahoo.com [M]: (91) 98407-87007 [W]: http://www.shakthimaan.com [L]: Chennai, India
__________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com
On Tuesday 27 Dec 2005 11:46 am, Arun K. Khan wrote:
What would be size of smallest Linux kernel? Yes, I mean plain vanilla with only bootup message on console.
Compile it and see for yourself :)
this is my nomination for the most helpful message of the year