Thanks Phil,
> That's for video input devices. You need to turn on framebuffer support
> (under `console drivers' or something) and then select `Acorn frame buffer'.
> Then, you need to make sure virtual terminals are enabled under character
> devices, and that you have `console on virtual terminal' set. You can leave
> `console on serial port' enabled too if you want.
Yes,I did that.Here is a portion of my .config file..
--------------------------------------------
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_FB=y
#
# Frame-buffer support
#
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FB_ACORN=y
# CONFIG_CHRONTEL_7003 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FBCON_ADVANCED is not set
CONFIG_FBCON_MFB=y
CONFIG_FBCON_CFB2=y
CONFIG_FBCON_CFB4=y
CONFIG_FBCON_CFB8=y
# CONFIG_FBCON_FONTWIDTH8_ONLY is not set
# CONFIG_FBCON_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
------------------------------------------------------
In ../arch/arm/kernal/setup.c file I've
#ifndef CONFIG_CMDLINE
#define CONFIG_CMDLINE ""
#endif
---------------------------
When I run make zImage,There were lot of undefined reference message.Then
it stops at ....
-----------
drivers/video/video.o(.text.init+0xf24): undefined reference to `default_blu'
make: *** [vmlinux] Error 1
----------
I searched net but found nothing.(too many people seem to having the same
problem,but there wasnt any clear solution).I've tried various combination
around console drivers and character devices.Nothing seem to be working.
where am I making mistake?
Warm Regards,
-Saran
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.