Booting Android (TI_Android_DevKit) from USB stick
Please note
- This procedure was tested on beagleboard-xm revision B(A3)
- sdcard will be still needed to load kernel.
- sdcard will contain boot parameters for kernel to use usb stick as root filesystem
Procedure
- Download Android Froyo for beagleboard-xm from TI
- Follow the installation procedure for sdcard card.
- Test if froyo is working with your beagleboard-xm with sdcard.
- You will notice that android has slow performance. That is why we will install root filesystem on usb stick.
- Format your usb stick and create one ext3 partition.
- Mount newly created ext3 partition and extract TI's root filesystem to it: sudo tar jxvf rootfs_am37x.tar.bz2 -C /media/ROOT
- Unmount flashdisk and insert it into beagleboard.
- Mount your sdcard to your computer.
- Now we need to tell beagleboard to use root filesystem from /dev/sda1 partition instead of sdcard partition that is done by overwriting boot.scr on sdcard with this one
- Unmount sdcard insert it into beagleboard and test.


No comments:
Post a Comment