* debug Montavista on ML300
@ 2003-10-12 2:57 hyding
2003-10-14 5:43 ` Peter Ryser
0 siblings, 1 reply; 2+ messages in thread
From: hyding @ 2003-10-12 2:57 UTC (permalink / raw)
To: linuxppc-embedded; +Cc: Kerl, John
hi,
Maybe this is not the right place to ask questions. But i wish
someone in this list will give me some help. Any hint will be
appreciable.
I am doing some work on ML300. After i generate the configuration
file(top.bit), i don't know how to download the OS image to DDR SDRAM.
Can i use the Parallel Cabel IV to download the OS image to DDR SDRAM?
>From some docs, i see the method to combine the configuration .bit file
and OS image into a .ace file. Put the .ace into the CF card, the FPGA
will be configured with this .ace after power. But how to make the .ace
file including the .bit file and OS?
Thanks!
---
ding hou yong
Nanjing Electrical Automation Institute
Tel: 86-25-3429900-2425
GSM: 86-(0)13814021009
FAX: 86-25-3429900-2425
Email: nari_dhy@nari-china.com
Http: www.nari-china.com
---
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: debug Montavista on ML300
2003-10-12 2:57 debug Montavista on ML300 hyding
@ 2003-10-14 5:43 ` Peter Ryser
0 siblings, 0 replies; 2+ messages in thread
From: Peter Ryser @ 2003-10-14 5:43 UTC (permalink / raw)
To: hyding; +Cc: linuxppc-embedded, Kerl, John
Hi,
you have a few options to download the Linux kernel to the board
depending on your work environment:
1. If you are using V2PDK, i.e the tool set that ships with the ML300,
then use GDB to download the kernel with the P4 cable.
a) open a V2PDK shell
b) change directories to the location where your Linux kernel resides
c) start GDB, download and start the kernel
$ powerpc-eabi-gdb -nw -nx zImage.embedded
(gdb) target ocd xilinx
(gdb) set download-write-size 0
(gdb) load
(gdb) c
2. If you are using EDK then use XMD to download the kernel with the P4
cable.
a) open a xygwin shell
b) change directories to the location where your Linux kernel resides
c) start XMD, download and start the kernel
$ xmd
XMD% ppcc
XMD% dow zImage.embedded
XMD% run
3. If you are using a 3rd party debugger follow the instructions of the
debugger manufacturer.
4. To generate an ACE file out of the bitstream and the Linux kernel
follow the instructions in the V2PDK or EDK documentation.
- Peter
hyding wrote:
>hi,
> Maybe this is not the right place to ask questions. But i wish
>someone in this list will give me some help. Any hint will be
>appreciable.
>
> I am doing some work on ML300. After i generate the configuration
>file(top.bit), i don't know how to download the OS image to DDR SDRAM.
>Can i use the Parallel Cabel IV to download the OS image to DDR SDRAM?
>>From some docs, i see the method to combine the configuration .bit file
>and OS image into a .ace file. Put the .ace into the CF card, the FPGA
>will be configured with this .ace after power. But how to make the .ace
>file including the .bit file and OS?
>
> Thanks!
>
>---
>ding hou yong
>Nanjing Electrical Automation Institute
>Tel: 86-25-3429900-2425
>GSM: 86-(0)13814021009
>FAX: 86-25-3429900-2425
>Email: nari_dhy@nari-china.com
>Http: www.nari-china.com
>---
>
>
>
>
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-14 5:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-12 2:57 debug Montavista on ML300 hyding
2003-10-14 5:43 ` Peter Ryser
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).