Dear all,
I use HDAMA mainboad, if I am  trying to make VGA work
if I add 
uses CONFIG_CONSOLE_VGA  
uses CONFIG_PCI_ROM_RUN
default CONFIG_CONSOLE_VGA=1
default CONFIG_PCI_ROM_RUN=1
to src/mainboards/arima/hdama/Options.lb

and then build it  , it will has error like:

linuxbios image is 114703 bytes; only 114688 allowed
Linuxbios input file larger than alllowed size
:Success
make[1]: *** [linuxbios.rom] Error 2
make[1]: Leaving directory '/root/freebios2/targets/arima/hdama/hdama/fallback'
make: *** [fallback/linuxbios.rom] Error 1

I guess it tell me my ROM_IMAGE_SIZE is too small, actually I set my
ROM_IMAGE_SIZE=0x1c000 , it looks like large enough

ok....and then I set ROM_IMAGE_SIZE larger, it has another error:

in -Wall -o rom_stream.o /root/freebios2/src/stream/rom_stream.c
/root/freebios2/src/stream/rom_stream.c: invalid suffix on integer constant
make[1]: *** [rom_stream.o] Error 1
make[1]: Leaving directory '/root/freebios2/targets/arima/hdama/hdama/normal'
make[1]: *** [normal/linuxbios.rom] Error 1

could anyone help me solve the problems?
_______________________________________________
Linuxbios mailing list
Linuxbios@clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios

Reply via email to