Hi
I am using Pandaboard Rev A6. Trying to run android on the board but it get stucks at x-loader saying
Texas Instruments X-Loader 1.41 (Sep 1 2010 - 13:43:00)
mmc read: Invalid size
Starting OS Bootloader from MMC/SD1 ..
I removed the mmc read error by changing the partition size now it get stuck at
Starting OS Bootloader from MMC/SD1 ..
Here is how a compiled source for x-loader and u-boot
x-loader
$ make omap4430panda_config
$ make ift
u-boot
$ make omap4430panda_config
$ make
Earlier I used the same steps for Pandaboard ES and it worked fine.
Is there any change in compilation steps for pandaboard(omap4430) ? Can you point me towards a stable release and which has steps to build for pandaboard(omap4430).
I tried
http://www.omappedia.com/wiki/4AI.1.4_OMAP4_Icecream_Sandwich_Panda_Notes
but same result.
What is the basic partitioning scheme for android i.e. generalized size and type of each partition?
Thanks in advance