right... so I just compiled droidora from source following this
http://pandorawiki.org/Droidora it compiles without error and is working fine
I then installed the SGX drivers (I think)
http://code.google.c...on_Host_Machine set my evrionmental variables accounding to my setup and droidora. I can't install the kernel modules, I don't know how important that part is... but did "make install OMAPES=2.x" (we have ES v2.1 right?) it put some files in my "out" android root fs and modifiied my init.rc as per instructions. It boots, and it at least seems to perform better, but that might just be a placebo. I sometimes see graphical artifacts etc.
I went in to do my first round of modifications to some superficial stuff like adding some tools etc into /system/app/ (for fixing the keymap tuttle2.kl) and do some of the normal android performance tweaks to build.prop and now I keep getting stuck with the following error
"
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)"
I've tried setting the root delay to 5,6,7,10.... 20 nothing seems to help that.
I have some questions...
1) any other ideas on how to fix this, or does anything need changed if I modify my root fs content/files?
2)how do I flash this to nand to eliminate my shitty card or microsd>fullsd adapter and maybe gain some speed, I only have a class 2 sd
3)if I want to modify some stuff on the kernel, like clockspeed, voltages, governors, etc how do I go upon modifying the default settings for the kernel that gets compiled to uImage? looking for something like make menuconfig or a .config or default_config something like this.
4) going off of my only other device that uses uboot to load android (JXD 601) the uImage gets loaded from either microSD or nand, and my mtdblock layout is this I think I would need the following partitions for android, unknown if order effects anything.
(JXD S601)
mtdblock0 -bootloader/uboot
mtdblock1 -1st boot logo
mtdblock2 -2nd boot logo
mtdblock3 -recovery partition
mtdblock4 -boot/uImage
mtdblock5 -system partition
mtdblock6 -cache partition
mtdblock7 -userdata/data partition
5)how does this correspond to the pandora when it comes to nand? I see while booting is this correct or can someone fill in the missing?
(pandora superzaxxon on nand)
mtdblock0 (512kb) 2nd boot logo (loading screen) ???
mtdblock1 (1920kb) bootloader/uboot?
mtdblock2 (128kb) 1st boot logo (pandora box)???
mtdblock3 (10mb) boot/uImage??
mtdblock4 (500mb) system?
mmcblk0 - SD card 1
mmcblk2 - SD card 2