Booting Android

Blackman
Hello,

i am trying to load the android image to my mini2440, while using the
chinese guide, but i`ve got the following warning while booting the image:

s3c2440-sdi s3c2440-sdi: powered down.
input: USB Optical Mouse as /class/input/input2
input,hiddev96,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on
usb-s3c24xx-1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
UDA1341 audio driver initialized
failed to get memory region resouce
s3c2410-iis: probe of s3c2410-iis.0 failed with error -2
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
s3c2410-rtc s3c2410-rtc: setting system clock to 2010-04-28 13:29:19 UTC
(1272461359)
yaffs: dev is 32505858 name is "mtdblock2"
yaffs: passed flags ""
yaffs: Attempting MTD mount on 31.2, "mtdblock2"
yaffs: auto selecting yaffs2
yaffs_read_super: isCheckpointed 0
VFS: Mounted root (yaffs filesystem).
Freeing init memory: 116K
Warning: unable to open an initial console.

... after this warning everything stops and i had a black screen.
Are there any solutions for this problem?
I am using an A70 display, may cause this a problem, or have i have to
change the display driver to see anything? If yes how can i do this?

Thanks in advance

Blackman

Tara
I'm having a very similar problem too.  It warns - "unable to open initial
console", but before that I have several bad blocks too.  Here is my
console log:  

usbcore: registered new interface driver appletouch
input: s3c2410 TouchScreen as /class/input/input1
s3c2410 TouchScreen successfully loaded
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
s3c2440-i2c s3c2440-i2c: slave address 0x10
s3c2440-i2c s3c2440-i2c: bus frequency set to 98 KHz
s3c2440-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
mapped channel 0 to 0
s3c2440-sdi s3c2440-sdi: powered down.
s3c2440-sdi s3c2440-sdi: initialisation done.
s3c2440-sdi s3c2440-sdi: running at 0kHz (requested: 0kHz).
s3c2440-sdi s3c2440-sdi: running at 198kHz (requested: 197kHz).
s3c2440-sdi s3c2440-sdi: running at 198kHz (requested: 197kHz).
s3c2440-sdi s3c2440-sdi: running at 198kHz (requested: 197kHz).
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
UDA1341 audio driver initialized
failed to get memory region resouce
s3c2410-iis: probe of s3c2410-iis.0 failed with error -2
s3c2440-sdi s3c2440-sdi: powered down.
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
s3c2410-rtc s3c2410-rtc: hctosys: invalid date/time
yaffs: dev is 32505859 name is "mtdblock3"
yaffs: passed flags ""
yaffs: Attempting MTD mount on 31.3, "mtdblock3"
yaffs: auto selecting yaffs2
block 522 is bad
block 641 is bad
block 642 is bad
block 701 is bad
block 1258 is bad
block 1286 is bad
yaffs_read_super: isCheckpointed 0
VFS: Mounted root (yaffs filesystem).
Freeing init memory: 116K
Warning: unable to open an initial console.

I'm using a mini2440 with 256 MB Flash and following steps from -
http://my.opera.com/vinodmunikoti/blog/manual-for-compiling-android-for-...
to load Android.

Thanks in advance,
Tara

flux000
Hey All,

Go here https://sites.google.com/site/belina76/android-booting and you
would be able to resolved your problems.

flux000