Sunday, May 30, 2010

More clear picture

After search more a little bit, it seems the Zoom is another device from TI. Even Zoom uses the omap processor, it has a different structure than the beagleboard. Therefore, the source code I downloaded for the Zoom can not be used for beagleboard.

The 0xdroid has been working. I am going to keep using that platform for development. All the source code are:

http://code.google.com/p/0xdroid/wiki/Source

It provided an installer called uImage.bin. After an u-boot is loaded, the uImage is loaded since u-boot thinks it's a kernel. The downloaded uImage.bin is actually more than a kernel. It also flash the u-boot to NAND.

If you want the normal ubuntu boot up with x-loader, u-boot, uImage and root file system, here is how to set up the u-boot for the correct kernel command.

http://code.google.com/p/0xdroid/wiki/boot_nand

The u-boot and kernel information can be found at:

http://gitorious.org/0xlab-kernel

No comments:

Post a Comment