Greets COREBOOT.ORG! I'm still trying to bring a life for my unknown motherboard based on AMD Geode LX chipset.
Now have a problem with compilation coreboot.rom under coreboot-v2/targets/iei/pcisa-lx-800-r10/ I'm read the sections FAQ & Documentaion & Build tutorials For the base tutorial i get this publication: http://www.coreboot.org/IEI_LX_800 filo.elf i'am build with default settings via ./build.sh under filo top dir. Then i'm copy this file to the buildtarget dir /home/alf/Soft/coreboot/coreboot-v2/targets/iei/pcisa-lx-800-r10 and name it payload.elf And then after "make" command on the /home/alf/Soft/coreboot/coreboot-v2/targets/iei/pcisa-lx-800-r10 i'm getting this error: ... ... ... if [ 0 -eq 1 -a 1 -eq 1 ]; then echo l > cbfs-support; fi make[1]: Leaving directory `/home/alf/Soft/coreboot/coreboot-v2/targets/iei/pcisa-lx-800-r10/pcisa-lx-800-r10/fallback' rm -f ./coreboot.rom cat fallback/coreboot.rom > ./coreboot.rom.bootblock ./cbfs/cbfstool ./coreboot.rom create 108544 81920 ./coreboot.rom.bootblock (cbfstool) E: The bootblock size is not correct (108544 vs 81920) make: *** [coreboot.rom] Error 255 # What i do wrong? -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

