Thursday, August 5, 2010

How to build BSP for TCC8900?

Linux Kernel Build
# patch -p0 < patch_linux_2.6.28-xxxxxx-Rxxxxxx
# cd linux-2.6.28-tcc
# make tcc89000_defconfig
# make menuconfig (set settings and save and quit)
# make; chmod +x tcc_mkrd.sh; ./tcc_mkrd.sh


Bootloader Build
# make distclean
# make
- some information displayed
# make 'information displayed above'

Ramdisk Build
# tcc_mk_rootfs.sh

1 comment:

  1. Hay man, by chance do you have the android bsp for telechips 8900 and 9200?

    ReplyDelete