> > > I am not getting any output to the LCD though. I have a sony X35 LCD My > > uboot bootargs value is > > bootargs=mini2550=5tb rootfstype=ext3 root=/dev/mmcblk0p2 rw > > bootdelay=rootwait ip=dhcp console=tty0 > > The Mini2440 platformcode uses a kernel parameter called "mini2440" and > not "mini2550" to control the LCD. > > Got that right before. Just made a mistake while typing.
> > I have created a /dev/fb0 and my /sys shows the LCD details What other > > device node creations I have to create for this? > > Don't create device nodes manually. If a device is found by its matching > driver the device node gets created automatically. If not, there will be no > device node and manually creating one does *not* help. > I had missed some configurations in the kernel config such as Console Display driver support. After enabling I can see boot messages. Yay!
