Hi,
I have VirtualBox on Windows 7 with Ubuntu 12.04. Downloaded ti-sdk-beagle-05.05.01.00-Linux-x86-Install and installed and build uImage
by following Dave's instructions.
1.export <SDK PATH>/linux-devkit/bin:$PATH
2.cd <SDK PATH>/board-support/linux-3.3.7-r115
3.make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- mrproper
4.make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- tisdk_beagleboard_defconfig
5.make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- uImage
I was able to run this successfully.
But I need to add support to Aptinal sensor mt9t112 as part of uImage.
I tried to find it via "make menuconfig" under Device Drivers->multimedia support->video captures adapters->Encoders, decoders, sensors and other helper chips
but I did not see one for mt9t112
Any help and suggestion would be very much appreciated.
Thanks,
Asha