Hi
i'm using a phyCORE-AM35xx Board with AM3517 microprocessor and i want to install Android on it.
i downloaded the TI_Android_DevKit 2.2 and 2.3 and i followed the instructions in the user guide, preparing and sd card with android on it and trying to boot from sd card.
when i use the android 2.3, the u-boot says that the kernel loaded successfully but the board hangs.
when i use the android 2.2, the kernel loads but displays the error: "Error: unrecognized/unsupported machine ID (r1 = 0x00000ca4)."
the following is the captured output of the board on serial port.
U-Boot 2009.11 (Apr 22 2011 - 14:43:05)
OMAP34xx/35xx-GP ES1.0, CPU-OPP2 L3-165MHz
phyCORE-AM35xx Board + LPDDR/NAND
I2C: ready
DRAM: 256 MB
NAND: 256 MiB
In: serial
Out: serial
Err: serial
Die ID #2f1e0001000000000158b6b402011012
Net: davinci_emac_initialize
Ethernet PHY: GENERIC @ 0x00
DaVinci EMAC
Hit any key to stop autoboot: 0
PCM048 # mmc init
mmc1 is available
PCM048 # fatload mmc 0 0x82000000 boot.scr
reading boot.scr
417 bytes read
PCM048 # source 0x82000000
## Executing script at 82000000
reading uImage
2563824 bytes read
***** Kernel: /dev/mmcblk0p1/uImage *****
***** RootFS: /dev/mmcblk0p2 *****
## Booting kernel from Legacy Image at 80200000 ...
Image Name: Linux-2.6.32
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2563760 Bytes = 2.4 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux............................................................................................................................................................... done, booting the kernel.
Error: unrecognized/unsupported machine ID (r1 = 0x00000ca4).
Available machine support:
ID (hex) NAME
00000898 OMAP3517/AM3517 EVM
Please check your kernel config and/or bootloader.