Please change FALLBACK_SIZE in MB Config.lb to

#default FALLBACK_SIZE=0x40000   

 

YH

 


From: linuxbios-bounces@linuxbios.org [mailto:linuxbios-bounces@linuxbios.org] On Behalf Of Anil B G
Sent: Wednesday, July 12, 2006 7:58 AM
To: linuxbios@linuxbios.org
Subject: [LinuxBIOS] Build issue for khepri target

 

Hi,

  I am new to LinuxBIOS. I downloaded the latest snapshot of LinuxBIOSv2 and tried building it for a couple of boards (newisys/intel etc).

I was able to build it for intel but when I tried to build it for newisys/khepri I got the following error:

 

gcc -o buildrom /home/anil/LinuxBios/LinuxBIOSv2/util/buildrom/buildrom.c
./buildrom linuxbios.strip linuxbios.rom payload 0x20000 0x20000
payload (77000) + linuxbios (131072) size larger than ROM (131072) size!
make[1]: *** [linuxbios.rom] Error 1
make[1]: Leaving directory `/home/anil/LinuxBios/LinuxBIOSv2/targets/newisys/khepri/khepri/fallback'
make: *** [fallback/linuxbios.rom] Error 1

I disabled the fallback option and then was able to get the khepri.rom whose size was 384K. I am using the FILO as the payload.

Is the size of 384K fine? Has any one used LinuxBIOSv2 on khepri? Would appreciate any help.

Pls. let me know if any addl. info is reqd.

 

The gcc version is 3.4.3

 

Regards

Anil