-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of ron minnich Sent: Monday, May 12, 2008 4:40 PM To: Jordan Crouse Cc: Coreboot Subject: Re: [coreboot] simnow
now I have a plan 9 elf file which I'm trying to jam into a buildrom image.
First try was custom payload, but that's a bit unpopulated :-)
? It works for me with an ELF file. You just copy the ELF to deploy/plan9.elf, then specify deploy/plan9.elf as the custom payload. That's not working for you?
Make sure when you switch payloads with v2 that you remove the payload.elf or payload.elf.lzma file from targets/vendor/board/board/ because we don't have that dependency right.
second try was make a tint buildrom, then cp plan9.elf deploy/tint.elf
but I'm getting the 'that's not an ELF file' error at boot time (I really miss v3 at times like this :-)
Any suggestions? Do I need to mkelfimage the elf file from plan 9?
I thought you said it was already an ELF?
Thanks, Myles