Masahide Tomita wrote:
>
> Hello,
>
> I'm struggling to get the kernel (zvmlinux) run on our custom board with
> 860T, but I think I get it loaded on wrong address.
The zImage is a relocating, "self extracting" file. Remove the 64K
ELF header from the beginning of the file, load the resuling bag of
bits at or above 0x200000, and jump to that location. The "bootloader"
will start, request kernel start options, uncompress the kernel to
address zero, and start it.
This has all been discussed many times, along with different booting
options. Search the mailing list kernel for more information.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/