Porting uclinux on Beagleboard-xm

Dear all,

I used linux and android on Beagleboard-xm. But how to porting uclinux on Beagleboard-XM? could you tell me your way to solve my problem?

Thanks.

uClinux is for non mmu soc , since ARM A8 have more power , why you need uClinux ?
Of cause , you can turn off the mmu , but , As I understand , generic linux is enough

Thanks for your reply. I have project which need to evaluate uclinux. Only my small research. Do you have patch uclinux for beagleboard-xm? if yes, please send it to me.

Thanks again.
Thanh Truong

Thanks for your reply. I have project which need to evaluate uclinux. Only my small research. Do you have patch uclinux for beagleboard-xm? if yes, please send it to me.

Try buildroot it support uclibc linux and beagleboard xm

Well , uClibc is NOT uClinux
uClibc is more like embed version of Glibc, uClibc can used as generic linux with mmu . just for small size .
uClinux is more patch for no MMU SOC . Glibc , uClibc and uc-libc can used for uClinux .
Almost uClinux use FLT instead ELF for excutive file ,

uClinux is first used on M68K soc, and porting to ARM7 ARM940t ,AND ADI blackfin

Generic buildroot will be NO helpful for uClinux build