On 9/30/07, Markus Boas bios@ryven.de wrote:
rom_stream: 0xfffc0000 - 0xfffcffff No header at 0 ... ... ... No header at 8096 header_offset is -1 Can not load ELF
so it can not find any elf image. Your part is 256KB, right? you're sure it is not 512KiB for example?
option ROM_SIZE=512*1024
oh but it is! The search is starting at fffc0000 and it should start at fff80000. that's your problem.
But why is the elf loader doing that? I can not recall what would make it do this. Let me know if you find it, if not, I can try to look.
ron