I've been trying to get Mistral's Android SD image to boot on my OMAP35x EVM to no avail. I have a Samsung NAND Flash.
My boot process:
- Set SW4 to [1 0 0 1 1 0 0 0] (1 on the left, 8 on the right)
- Build SD card using "Package1" (pre-generated image) or "Package2" (manually partitioned)
- Insert card
- Turn EVM on
All I get is a black screen and no output over UART1 (selected on J8 jumper). D1 (MMC LED) goes on when I turn the board on.
I've tried the following
- Using Package1 image (just save to SD card via dd) and Package2 (manual partitioning method)
- Building SD card Package1 in OS X, Ubuntu, CentOS, and Windows XP
- Building SD card via Package2 in CentOS
- X-Loader from PSP 0.95, 0.97, 1.02 (not sure if this matters)
- Booting into U-Boot, then typing in mmcinit (I get an error that there's no mmc card). fatload mmc isn't any better
- Three different SD cards (Kingston 2GB SD, Kingston 2GB MicroSD w/ SD adapter, Samsung 2GB MicroSD w/ SD adapter)
I feel like I've tried every combination of parameters here, and nothing works. Does anyone know if I'm missing anything? I've read all of the SD/MMC booting threads, though nothing has helped/applied.
Thanks!