View Single Post
Posts: 362 | Thanked: 426 times | Joined on Nov 2010 @ Italy, Lombardia
#113
Originally Posted by e-yes View Post
>* rebuilt head nitdroid 2.6.28 06 kernel in scratchbox adding MMC and ext2/3/4 support
>* copied lib/modules, lib/firmware and /dev from maemo in the nitdroid partition
>* booted with args root=/dev/mmcblk0p2 rootwait

>I may see the little "ANDROID" banner down on the fb console, then the screen clears and the system hangs.
If you have adb installed, run 'adb logcat', it's useful for troubleshooting in Android.

>I suppose that some preinit logic has to be moved from maemo/multiboot to the nitdroid partition,
>but really lack knowledge and time! anyone helping?
Yes, multiboot loads kernel modules (list is in /lib/modules/2.6.28.NIT06/modules.boot file). Solution for problem: load modules from /init.nokia.rc script ('on boot' section).
see also: http://code.google.com/p/nitdroid-v2...s/detail?id=41

>Can this be taken to mean the NITDroid team is taking an interest in seeing what can be done with adding uboot support to NITDroid?
Yes. I've got an idea about combining u-boot and multiboot... instead of flashing, multiboot should write boot.scr for u-boot (and then reboots, as usual).
Are there news on u-boot with NitDroid ?
 

The Following User Says Thank You to Fabry For This Useful Post: