<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Friends,<br><br>I tried to build but can't get a good size...<br>Which linux kernel should i use to get 512Kbyte flash ROM or 2Mbyte Max ?<br>How can I compress the kernel and while loaded it's uncompressed on RAM?<br>I have 128Mbytes RAM and 512Kbytes ROM<br><br>Thanks<br>============<br>objcopy --gap-fill 0xff -O binary coreboot coreboot.strip<br>PAYLOAD=payload; if [ 0 -eq 1 ]; then PAYLOAD=/dev/null; touch cbfs-support; fi; ./buildrom coreboot.strip coreboot.rom $PAYLOAD 0x10000 0x38b400<br>ERROR: payload (3650704) + coreboot (65536) - Size is 144 bytes larger than ROM size (3716096).<br><br></td></tr></table><br>