View Single Post
Posts: 9 | Thanked: 4 times | Joined on Jan 2009
#440
@Solca & Bundyo: Really great work guys, I've been playing with android and I have wanted to get it working on my n770.

Solca, your n770 debug kernel image fails with that annoying fading nokia screen and restarts.
Bundyo, both of your images get to the verbose linux output bootup screen and successfully mounts my mmc, but fails with:

Code:
Kernel panic - not syncing; No init found.  Try passing init= option to kernel.
It has successfully mounted my ext3 partition as readonly root.

There were are few command timeouts for mmci-omap for CMD5 and CMD55, and one for CMD8.

I'm using the current android rootfs image from Solca's site. I tried changing permissions in Ubuntu to read and write, but it's still being read as read-only.

Again great work guys, and kudos to you bundyo for getting this far with the n770, all of my attempted compiles have ended like Solca's, with the fading nokia splash.

Last edited by stelleg151; 2009-01-04 at 23:08. Reason: cleaned up