I tried to build a rom Image for an Axus TC 320 using filo as payload.
Everything seems OK until the message " There is not enough room in this ROM" The size of my filo.elf file is 88400 Byte. Is this too large?
What can I do to make it smaller. Or what am i doing wrong?
Try reducing CONFIG_ROM_IMAGE_SIZE in src/mainboard/axus/tc320/Options.lb to 32 * 1024. Also adapt CONFIG_XIP_ROM_SIZE in Config.lb (same directory) to the same value, and make sure that both aren't overwritten in the Config.lb you use with buildtarget.
You could also get rid of the normal image to free up some space. Compressing the payload with lzma would help too.
Please report back the result.
Could you run ./cbfs/cbfstool ./coreboot.rom print in the targets/axus/tc320/tc320 directory too?
Thanks, Myles