VxWorks bootloader PowerQUICC II, Booting the kernel

2000-10-02 Thread [EMAIL PROTECTED]
: VxWorks bootloader PowerQUICC II, Booting the kernel Ruedi: Any luck? Jon Diekema (a coworker) solved the problem for us with a Makefile patch. For details, see the summary of the May messages, which includes Jon's proposed patch: http://lists.linuxppc.org/listarcs/linuxppc-embedded/linuxppc

VxWorks bootloader PowerQUICC II, Booting the kernel

2000-10-02 Thread [EMAIL PROTECTED]
Hi Jon Gerald Thanx for the patches. The kernel compiles now well and even the download to the SBC8260 seems to work. It downloads 2 sections, perfect. CPU: EST Corp. est8260 -- MPC8260 PowerQUICC II SBC Version: 5.4 BSP version: 1.2/4 Creation date: Apr 3 2000, 20:04:55 [VxWorks Boot]: l

VxWorks bootloader PowerQUICC II, Booting the kernel

2000-10-02 Thread [EMAIL PROTECTED]
Hi Jon Gerald Thanx for the patches. The kernel compiles now well and even the download to the SBC8260 seems to work. It downloads 2 sections, perfect. After having copied parts of embed_config.c to my kernel I get: [VxWorks Boot]: g 40 Starting at 0x40... loaded at: 0040

Antwort: Re: VxWorks bootloader PowerQUICC II, Booting the kernel

2000-09-30 Thread Dan Malek
Ruedi.Hofer at ascom.ch wrote: The gdb tells me: 75 shp = (Elf32_Shdr *) dbuf; 76 sp = (char *)shp; 77 for (i=0; insscns; i++) { 78 if (shp-sh_addr) 79 shp-sh_addr += 0x50; 80 if (i == 5) 81

Antwort: Re: VxWorks bootloader PowerQUICC II, Booting the kernel

2000-09-29 Thread [EMAIL PROTECTED]
@ MailGate Kopie: linuxppc-embedded at lists.linuxppc.org @ MailGate, kernel at linux01.hasler.ascom.ch @ MailGate Thema: Re: VxWorks bootloader PowerQUICC II, Booting the kernel Ruedi.Hofer at ascom.ch wrote: Unfortunately, this link doesn't work anymore! Do you mind sending a copy of this file

VxWorks bootloader PowerQUICC II, Booting the kernel

2000-09-28 Thread [EMAIL PROTECTED]
@ MailGate Kopie: linuxppc-embedded at lists.linuxppc.org @ MailGate, vanbaren_gerald at si.com @ MailGate, kernel at linux01.hasler.ascom.ch @ MailGate Thema: Re: VxWorks bootloader PowerQUICC II, Booting the kernel Ruedi.Hofer at ascom.ch wrote: I try to boot the Linux kernel on a SBC8260

VxWorks bootloader PowerQUICC II, Booting the kernel

2000-09-28 Thread Jerry Van Baren
Ruedi: Want to try an experiment that I have been intending to try but haven't gotten around to? The following is a message detailing my theory that objcopy can fix up the .image section so that the vxWorks loader _will_ load it. In fact, it may already load it... but at location 0x

VxWorks bootloader PowerQUICC II, Booting the kernel

2000-09-28 Thread [EMAIL PROTECTED]
Hi Jerry I did as you mentioned: # ppc_82xx-objdump -x zvmlinux | grep _end 00406000 g O *ABS* __pmac_end 00406000 g O *ABS* __setup_end 00406000 g O *ABS* __prep_end 00406000 g O *ABS* __initcall_end 00406000 g O .data.init

VxWorks bootloader PowerQUICC II, Booting the kernel

2000-09-27 Thread [EMAIL PROTECTED]
Hi, I try to boot the Linux kernel on a SBC8260 evaluation board using the VxWorks bootloader. In order to be able to load the whole kernel at address 0x90, I had to modify the ELF header of the zImage file. I basically changed the length and the start address. Question: 1. Why is the

VxWorks bootloader PowerQUICC II, Booting the kernel

2000-09-27 Thread Dan Malek
Ruedi.Hofer at ascom.ch wrote: I try to boot the Linux kernel on a SBC8260 evaluation board using the VxWorks bootloader. Somewhere (and you can look through the archives as well as I can :-), I posted a program that will hack a zImage so the VxWorks boot loader will properly load and start