[coreboot] Problem to build the rom image

Myles Watson mylesgw at gmail.com
Tue Aug 11 19:51:42 CEST 2009


On Tue, Aug 11, 2009 at 11:43 AM, bz <bzadow at web.de> wrote:

> Hello,
> I just tried to build coreboot.rom for an Axus TC 320 as described in the
> Build tutorial.
>
> ./buildtarget axus/tc320
>
> until here everything works fine.
>
> LANG=C make
> The job stop with the following messages.
>
>
>
> objdump -dS coreboot > coreboot.disasm
> objcopy --gap-fill 0xff -O binary coreboot coreboot.strip
> make[1]: *** No rule to make target
> `../../../../../../../images/etherboot.elf', needed by `payload'.  Stop.

It can't find your payload.  You need to change
../../../../../../../images/etherboot.elf to ../payload.elf and copy your
payload (filo, SeaBIOS, etc) to targets/axus/tc320/tc320/payload.elf

Thanks,
Myles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090811/406f65c0/attachment.html>


More information about the coreboot mailing list