* [U-Boot-Users] u-boot on Memec P4/7-FG456 (w/ virtex II pro)?
@ 2003-07-18 13:13 jds
2003-07-18 13:33 ` Frank Smith
0 siblings, 1 reply; 3+ messages in thread
From: jds @ 2003-07-18 13:13 UTC (permalink / raw)
To: u-boot
hi,
has anyone done any u-boot porting work for the
Memec Virtex-II Pro P4/7-FG456 evaluation board?
as you can see from the link below this is a
development board which has the Virtex-II Pro
(w/ single 405GP core) along with SDRAM, NV
stroage via compact flash, and so forth.
http://www.memec.com/cgi-bin/bvutf8/memec/scripts/local/manuDetailArticle.jsp?catPath=/DESIGN/GENERICA/XILINXCT/MANUFACTURERS/MD_XILINX/EVALUATION_KITS/Virtex%20Series%20Kits&Manu=10089&isDetailPage=true&EDOID=200910&Div=DESIGN&Reg=GENERICA&Country=XILINXCT&Lang=EN&PnACountry=XILINXCT
we are considering using this board as an R&D
platfrom for an upcoming project.
thanks!
--
Perfection is reached, not when there is no longer anything to add,
but when there is no longer anything to take away.
- Antoine de Saint-Exupery
^ permalink raw reply [flat|nested] 3+ messages in thread* [U-Boot-Users] u-boot on Memec P4/7-FG456 (w/ virtex II pro)?
2003-07-18 13:13 [U-Boot-Users] u-boot on Memec P4/7-FG456 (w/ virtex II pro)? jds
@ 2003-07-18 13:33 ` Frank Smith
2003-09-12 1:52 ` [U-Boot-Users] " jds
0 siblings, 1 reply; 3+ messages in thread
From: Frank Smith @ 2003-07-18 13:33 UTC (permalink / raw)
To: u-boot
If memory serves me correctly, I was able to get PPCBoot 2.0.0 running on
that very board with relatively little effort. I based it on the ML2
support
that was already in there. It was just a proof of concept exercise so
I didn't do anything with the flash or Ethernet (on the P160 comm module).
Basically got it up to the command prompt and that was that.
I was also able to get PPCBoot 2.0.0 (yes, I know :-) running on our
own V2Pro board (http://www.amirix.com/images/PCIPlatform.pdf) with
moderate effort.
-Frank.
> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net
> [mailto:u-boot-users-admin at lists.sourceforge.net]On Behalf Of jds
> Sent: July 18, 2003 10:14 AM
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] u-boot on Memec P4/7-FG456 (w/ virtex II pro)?
>
>
>
> hi,
>
> has anyone done any u-boot porting work for the
> Memec Virtex-II Pro P4/7-FG456 evaluation board?
>
> as you can see from the link below this is a
> development board which has the Virtex-II Pro
> (w/ single 405GP core) along with SDRAM, NV
> stroage via compact flash, and so forth.
>
> http://www.memec.com/cgi-bin/bvutf8/memec/scripts/local/manuDetail
> Article.jsp?catPath=/DESIGN/GENERICA/XILINXCT/MANUFACTURERS/MD_XIL
> INX/EVALUATION_KITS/Virtex%20Series%20Kits&Manu=10089&isDetailPage
> =true&EDOID=200910&Div=DESIGN&Reg=GENERICA&Country=XILINXCT&Lang=E
> N&PnACountry=XILINXCT
>
> we are considering using this board as an R&D
> platfrom for an upcoming project.
>
> thanks!
>
>
>
>
> --
> Perfection is reached, not when there is no longer anything to add,
> but when there is no longer anything to take away.
> - Antoine de Saint-Exupery
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
> same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] RE: u-boot on Memec P4/7-FG456 (w/ virtex II pro)?
2003-07-18 13:33 ` Frank Smith
@ 2003-09-12 1:52 ` jds
0 siblings, 0 replies; 3+ messages in thread
From: jds @ 2003-09-12 1:52 UTC (permalink / raw)
To: u-boot
to those of you who have ported uboot to the Virtex II PRO P4/7,
i have a nice, simple, straightforward question for you... :*)
what is your boot strategy?
do you load a minimal FPGA/uboot image (from flash) into the
internal RAM (~80KBytes big) and then in turn download the OS
and application code?
OR
do you have a very very simple FPGA/bootloader image which in
turn loads uboot into EXTERNAL RAM and then uboot loads the OS
and application code?
OR
yet some other way?
related to option 1 above...
does uboot for the the Virtex II PRO P4/7 fit nicely into the 80KB?
thanks for any insight.
jim
> If memory serves me correctly, I was able to get PPCBoot 2.0.0 running on
> that very board with relatively little effort. I based it on the ML2
> support
> that was already in there. It was just a proof of concept exercise so
> I didn't do anything with the flash or Ethernet (on the P160 comm module).
> Basically got it up to the command prompt and that was that.
>
> I was also able to get PPCBoot 2.0.0 (yes, I know :-) running on our
> own V2Pro board (http://www.amirix.com/images/PCIPlatform.pdf) with
> moderate effort.
>
> -Frank.
>
>> -----Original Message-----
>> From: u-boot-users-admin at lists.sourceforge.net
>> [mailto:u-boot-users-admin at lists.sourceforge.net]On Behalf Of jds
>> Sent: July 18, 2003 10:14 AM
>> To: u-boot-users at lists.sourceforge.net
>> Subject: [U-Boot-Users] u-boot on Memec P4/7-FG456 (w/ virtex II pro)?
>>
>>
>>
>> hi,
>>
>> has anyone done any u-boot porting work for the
>> Memec Virtex-II Pro P4/7-FG456 evaluation board?
>>
>> as you can see from the link below this is a
>> development board which has the Virtex-II Pro
>> (w/ single 405GP core) along with SDRAM, NV
>> stroage via compact flash, and so forth.
>>
>> http://www.memec.com/cgi-bin/bvutf8/memec/scripts/local/manuDetail
>> Article.jsp?catPath=/DESIGN/GENERICA/XILINXCT/MANUFACTURERS/MD_XIL
>> INX/EVALUATION_KITS/Virtex%20Series%20Kits&Manu=10089&isDetailPage
>> =true&EDOID=200910&Div=DESIGN&Reg=GENERICA&Country=XILINXCT&Lang=E
>> N&PnACountry=XILINXCT
>>
>> we are considering using this board as an R&D
>> platfrom for an upcoming project.
>>
>> thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-09-12 1:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-18 13:13 [U-Boot-Users] u-boot on Memec P4/7-FG456 (w/ virtex II pro)? jds
2003-07-18 13:33 ` Frank Smith
2003-09-12 1:52 ` [U-Boot-Users] " jds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox