<HTML><BODY>Hello, guys. <br>I need some help with coreboot.<br><br>First I have created config with "make menuconfig"<br>compilation works with Rom chip size 8Mb (but if I understand correctly for this motherboard it Rom chip size should be 1Mb)<br><br>with 1Mb building stops here:<br>    FMAP       build/util/cbfstool/fmaptool -h build/fmap_config.h build/fmap.fmd build/fmap.fmap<br>syntax error<br>FATAL: Failed while processing provided descriptor<br>Makefile.inc:856: recipe for target 'build/fmap.fmap' failed<br>make: *** [build/fmap.fmap] Error 4<br><br>Second<br>When I 've created seabios config and copied it with name .seabiosconfig in coreboot directory anyway script use it's default config <br><br>  CC         ramstage/arch/x86/wakeup.o<br>    CP         ramstage/arch/x86/memlayout.ld<br>    CP         ramstage/lib/program.ld<br>    CC         generated/ramstage.o<br>    CC         cbfs/fallback/ramstage.debug<br>    Fetching new commits from the SeaBIOS git repo<br>    Checking out SeaBIOS revision origin/master<br>Switched to branch 'master'<br>Your branch is up-to-date with 'origin/master'.<br>Deleted branch coreboot (was 3fdabae).<br>Branch coreboot set up to track remote branch master from origin.<br>Switched to a new branch 'coreboot'<br>    CONFIG     SeaBIOS origin/master<br>/home/gutsycat/coreboot/coreboot/payloads/external/SeaBIOS/seabios/.config:15:warning: override: reassigning to symbol COREBOOT<br>/home/gutsycat/coreboot/coreboot/payloads/external/SeaBIOS/seabios/.config:15:warning: override: COREBOOT changes choice state<br>/home/gutsycat/coreboot/coreboot/payloads/external/SeaBIOS/seabios/.config:90:warning: override: reassigning to symbol VGA_COREBOOT<br>/home/gutsycat/coreboot/coreboot/payloads/external/SeaBIOS/seabios/.config:90:warning: override: VGA_COREBOOT changes choice state<br>/home/gutsycat/coreboot/coreboot/payloads/external/SeaBIOS/seabios/.config:91:warning: override: reassigning to symbol BUILD_VGABIOS<br>/home/gutsycat/coreboot/coreboot/payloads/external/SeaBIOS/seabios/.config:102:warning: override: reassigning to symbol DEBUG_SERIAL<br>#<br># configuration written to /home/gutsycat/coreboot/coreboot/payloads/external/SeaBIOS/seabios/.config<br>#<br>    MAKE       SeaBIOS origin/master<br>  Build Kconfig config file<br>  Compile checking out/src/misc.o<br>  Compile checking out/src/stacks.o<br>  Compile checking out/src/output.o<br><br>Third How can I test my ROM with and emulator before installing it?<br><br>Thank you for your help.<br><br><br><br></BODY></HTML>