From: "alayrac" <christophe.alayrac@cresitt.com>
To: "'linux ppc'" <linuxppc-embedded@ozlabs.org>
Subject: Kernel start error
Date: Fri, 2 Mar 2007 08:58:45 +0100 [thread overview]
Message-ID: <000001c75ca0$9a668040$c900a8c0@CRESITTLAB> (raw)
Hi all.
I'am coming to you looking for some experience with HydraXC-50
(Virtex4FX12, Proc PPC405) to try to figure out some boot sequence
error.
On that platform there is an Atmega8L that load FPGA bitstream through
JTAG chain. The Loader V1.1 code is in FPGA internal BRAM so that after
FPGA initialisation the PPC405 start execution from that memory.
This loader start properly, read the kernel image.bin from SDCARD and
try to start the kernel at is start address, in my case 0x400000.
In the loader the last point is
print("\n\rStarting image from Memory\n\r");
jump();
with jump function
void jump() {
cmdline[0]='\0';
xil_printf("mem_start %08X\r\n",mem_start);
kernel_start = (void_fn)mem_start;
kernel_start(cmdline);
}
The loader hangs up after the messages :
Starting image from Memory
mem_start 00400000
If I download the kernel image (zImage.elf) using JTAG emulator under
Xilinx XMD shell, with commands
dow zImage.elf
con
then the kernel start properly.
I did not succeed to understand why the loader start procedure hangs up.
Thank in advance for any help.
Chris
reply other threads:[~2007-03-02 7:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000001c75ca0$9a668040$c900a8c0@CRESITTLAB' \
--to=christophe.alayrac@cresitt.com \
--cc=linuxppc-embedded@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).