This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Omap 3517 how to Run Android (rootfs) from NAND.

Hi

i was able to run android from MMC card using TI_Android_FroYo_DevKit-V2 project.

I would like to run android from NAND. i created a jffs2 file (http://processors.wiki.ti.com/index.php/Create_a_JFFS2_Target_Image)

From the TI_Android_FroYo_DevKit-V2\Prebuilt_Images\OMAP35X/rootfs_omap35x.tar.bz2

File size 64M, i have download it to the board using the command run rf_all_fs_new.

The board start but then i see message kernel no sync and android don't start.

I tried this commands

 setenv nand_kernel nand read.i 0x80000000 280000 300000
setenv get_kernel run nand_kernel
setenv bootcmd ‘run get_kernel;bootm 0x80000000’
setenv bootargs mem=256M console=ttyS2,115200n8 noinitrd root=/dev/mtdblock4 rw rootfstype=jffs2
omapfb.rotate=1 omapfb.vrfb=y omap_vout.vid1_static_vrfb_alloc=y
savenv
reset

How can i run Android from NAND memory (instruction)
How can i build Andorid rootfs file.
Thank you