Monday, May 31, 2010

Make from source

before you make, you need a buildspec.mk file to speicify the beagleboard.

===================
echo "TARGET_PRODUCT := beagleboard" > buildspec.mk
echo “INSTALL_PREBUILT_DEMO_APKS := true” >> buildspec.mk
===================

Then use:

===================
make -j2
===================

The output of the make is a root file system in out/target/product/beagleboard/system.img


===================
* Format the first partition over than 100MB with VFAT on a SD card.
* Download the installer uImage.bin
* Rename out/target/product/beagleboard/system.img to android-beagle.ubi
* Rename arch/arm/boot/uImage to 0xkernel-beagle.bin
* Copy above three files into the first partition of SD/MMC card
* Plug the SD card in Beagle board SD slot and restart the Beagleboard
* Wait for UI installer over. The installer would perform NAND flashing and u-boot environment setup.
* Unplug SD card from the Beagleboard and reboot
* Enjoy!
===================

No comments:

Post a Comment