Hi
I was able to run pre compiled image on pandaboard with this bootargs
setenv console console=ttyO2,115200n8 androidboot.console=ttyO2
setenv memory mem=456M@0x80000000 mem=512M@0xA0000000
setenv rootfs root=/dev/mmcblk0p2 rw rootdelay=2 init=/init
setenv vmem vram="32M" omapfb.vram=0:16M,1:16M
setenv display omapdss.def_disp=hdmi consoleblank=0
setenv bootargs ${console} ${memory} ${rootfs} ${vmem} ${display}
printenv bootargs
setenv bootcmd 'mmcinit 0;fatload mmc 0 0x80000000 uImage; bootm 0x80000000'
boot
I have followed the instruction from
http://www.omappedia.org/wiki/PandaBoard_L27.12.1-P2_Release_Notes#Download_Android_source
I have compiled everything, If i take the kernel i complied and android_fs
(myfs) with the same bootarg everything works.
but when i take the android_fs (myfs) the board don't start
i see this error
CPU1: shutdown
request_suspend_state: wakeup (0->0) at 20631256105 (2000-01-01
20:00:19.042510986 UTC)
init: untracked pid 1386 exited
init: untracked pid 1385 exited
Any ideas
Regards
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en