Hi all,
I just started to develop Linux OS for arm920t processor. I want to build very simple and quick kernel, because I need real-tim operations. I have compiled 2.6.23 kernel (XIP, 1.1MB), have wrotten simple bootloade (1.5KB). I use uClibc and buildroot toolchain. I want to start linux kernel as quick as possible after power on (les that 1s is wanted). I will disable console, will run kernel and apps from ROM, will us ramdisk and kernel modules. I will remove all stuff from kernel (minima networking, SLOB alocator, minimal dvivers and libraries).
What more optimizations ant simplifications can I made? It is possible to build single user kernel? Does anyone have experience with Linux on i.MXL processors? All info and help welcome!