root_fs for android 2.2 - it will not boot

elmo23x
I tried to compile the root_fs of android 2.2 for a Mini6410

I flash it into the nand, but while starting I get this message.

UBIFS: mounted UBI device 0, volume 0, name "FriendlyARM-root"
UBIFS: file system size:   1038901248 bytes (1014552 KiB, 990 MiB, 8052
LEBs)
UBIFS: journal size:       9033728 bytes (8822 KiB, 8 MiB, 71 LEBs)
UBIFS: media format:       w4/r0 (latest is w4/r0)
UBIFS: default compressor: lzo
UBIFS: reserved for root:  0 bytes (0 KiB)
/init: line 102: can't open /r/dev/console: no such file
Kernel panic - not syncing: Attempted to kill init!


it is clear that it should look in /dev/console and not in /r/dev/console,
but I do not know how to make it look in the right place.

Anybody had this problem? thank you

Daniel
I can't help you directly, but the problem is, that the system partition is
not mounted properly. Normally you should get a error message saying that
the kernel was not able to mount it, because it gets mounted to /r so
/r/dev/console is the reight path. 

what are you're boot parameters?

Greetings,
Daniel

Daniel
PS: take a look into http://www.friendlyarm.net/forum/topic/2288 there's
now a link to my tutorial you asked for ;)