Maybe Valdez can just get uboot built and booting . Can you point him to a newbie site for that that doesn’t use angstrom that works for c4. He can then add prebuilt file system and kernel. The file system build for me when starting was the most difficult
From Android 4G on HTC Sense dual core SnapDragon.
For u-boot (mainline works fine on the C4):
git clone git://git.denx.de/u-boot.git
cd u-boot/
git checkout v2012.07 -b tmp
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- omap3_beagle_config
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-
In ubuntu: "sudo apt-get install gcc-arm-linux-gnueabi" to get the arm
gcc cross compiler..
For others grap linaro's gcc toolchain:
https://launchpad.net/linaro-toolchain-binaries
Regards,