* Uboot and ML410
@ 2007-12-05 18:00 khollan
2007-12-05 18:16 ` Grant Likely
2007-12-05 21:01 ` John Hahn
0 siblings, 2 replies; 7+ messages in thread
From: khollan @ 2007-12-05 18:00 UTC (permalink / raw)
To: linuxppc-embedded
Hi
Is there a patch to include support for the ml410 in the Main git tree of
u-boot? I tried compiling Xilinx's tree but it seems it won't compile
correctly with my version of make (3.81). Also is there any support for the
Hard TEMAC in u-boot? I tried looking for both of these questions but a lot
of the threads were unanswered questions. Thanks for your help
kholland
--
View this message in context: http://www.nabble.com/Uboot-and-ML410-tf4951335.html#a14177109
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Uboot and ML410
2007-12-05 18:00 Uboot and ML410 khollan
@ 2007-12-05 18:16 ` Grant Likely
2007-12-05 21:01 ` John Hahn
1 sibling, 0 replies; 7+ messages in thread
From: Grant Likely @ 2007-12-05 18:16 UTC (permalink / raw)
To: khollan; +Cc: linuxppc-embedded
On 12/5/07, khollan <khollan@daktronics.com> wrote:
>
> Hi
>
> Is there a patch to include support for the ml410 in the Main git tree of
> u-boot? I tried compiling Xilinx's tree but it seems it won't compile
> correctly with my version of make (3.81).
I don't think there is.
> Also is there any support for the
> Hard TEMAC in u-boot? I tried looking for both of these questions but a lot
> of the threads were unanswered questions. Thanks for your help
No, unfortunately nobody has got a hard TEMAC driver into u-boot mainline.
Cheers,
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Uboot and ML410
2007-12-05 18:00 Uboot and ML410 khollan
2007-12-05 18:16 ` Grant Likely
@ 2007-12-05 21:01 ` John Hahn
2007-12-06 19:01 ` khollan
1 sibling, 1 reply; 7+ messages in thread
From: John Hahn @ 2007-12-05 21:01 UTC (permalink / raw)
To: linuxppc-embedded
We are also using 3.81 make (Centos 5 distro) with ELDK 4.1 version
downloaded from www.denx.de and have had no problems using the u-boot.zip
srcs from www.xilinx.com/ml410_p, though we use uboot for our ml403 based
development, we can build u-boot for ml403_config as well as ml410_config.
Cheers
John
_________________
John S Hahn
BCF Semiconductor
> -----Original Message-----
> From: linuxppc-embedded-bounces+jhahn=bcfsemi.com@ozlabs.org
> [mailto:linuxppc-embedded-bounces+jhahn=bcfsemi.com@ozlabs.org] On
> Behalf Of khollan
> Sent: Wednesday, December 05, 2007 10:00 AM
> To: linuxppc-embedded@ozlabs.org
> Subject: Uboot and ML410
>
>
> Hi
>
> Is there a patch to include support for the ml410 in the Main git tree
> of u-boot? I tried compiling Xilinx's tree but it seems it won't
> compile correctly with my version of make (3.81). Also is there any
> support for the Hard TEMAC in u-boot? I tried looking for both of
> these questions but a lot of the threads were unanswered questions.
> Thanks for your help
>
> kholland
> --
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Uboot and ML410
2007-12-05 21:01 ` John Hahn
@ 2007-12-06 19:01 ` khollan
2007-12-06 19:55 ` John Hahn
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: khollan @ 2007-12-06 19:01 UTC (permalink / raw)
To: linuxppc-embedded
John Hahn wrote:
>
> We are also using 3.81 make (Centos 5 distro) with ELDK 4.1 version
> downloaded from www.denx.de and have had no problems using the u-boot.zip
> srcs from www.xilinx.com/ml410_p, though we use uboot for our ml403 based
> development, we can build u-boot for ml403_config as well as ml410_config.
>
>
> Cheers
>
> John
>
When I try compiling with my tools I get the message
No rule to make target `hello_world.srec', needed by `all'
Any way to work around this. I have compiled everything else I use on my
system with these tools and it works fine. I did some research on this
problem and it seemed to be a problem with the newer versions of make, but
if thats not the case what is the problem? I don't really want to install
ELDK to keep things consistent.
Thanks
Kevin
--
View this message in context: http://www.nabble.com/Uboot-and-ML410-tf4951335.html#a14198812
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Uboot and ML410
2007-12-06 19:01 ` khollan
@ 2007-12-06 19:55 ` John Hahn
2007-12-06 19:55 ` Ben Warren
2007-12-08 1:02 ` Wolfgang Denk
2 siblings, 0 replies; 7+ messages in thread
From: John Hahn @ 2007-12-06 19:55 UTC (permalink / raw)
To: linuxppc-embedded
This thread really belongs in the u-boot mailing list, I will respond there:
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users
Cheers
John
> -----Original Message-----
> From: linuxppc-embedded-bounces+jhahn=bcfsemi.com@ozlabs.org
> [mailto:linuxppc-embedded-bounces+jhahn=bcfsemi.com@ozlabs.org] On
> Behalf Of khollan
> Sent: Thursday, December 06, 2007 11:01 AM
> To: linuxppc-embedded@ozlabs.org
> Subject: RE: Uboot and ML410
>
>
>
>
> John Hahn wrote:
> >
> > We are also using 3.81 make (Centos 5 distro) with ELDK 4.1 version
> > downloaded from www.denx.de and have had no problems using the
> > u-boot.zip srcs from www.xilinx.com/ml410_p, though we use uboot for
> > our ml403 based development, we can build u-boot for ml403_config as
> well as ml410_config.
> >
> >
> > Cheers
> >
> > John
> >
>
> When I try compiling with my tools I get the message No rule to make
> target `hello_world.srec', needed by `all'
> Any way to work around this. I have compiled everything else I use on
> my system with these tools and it works fine. I did some research on
> this problem and it seemed to be a problem with the newer versions of
> make, but if thats not the case what is the problem? I don't really
> want to install ELDK to keep things consistent.
> Thanks
> Kevin
> --
> View this message in context: http://www.nabble.com/Uboot-and-ML410-
> tf4951335.html#a14198812
> Sent from the linuxppc-embedded mailing list archive at Nabble.com.
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Uboot and ML410
2007-12-06 19:01 ` khollan
2007-12-06 19:55 ` John Hahn
@ 2007-12-06 19:55 ` Ben Warren
2007-12-08 1:02 ` Wolfgang Denk
2 siblings, 0 replies; 7+ messages in thread
From: Ben Warren @ 2007-12-06 19:55 UTC (permalink / raw)
To: khollan; +Cc: linuxppc-embedded
khollan wrote:
>
> John Hahn wrote:
>
>> We are also using 3.81 make (Centos 5 distro) with ELDK 4.1 version
>> downloaded from www.denx.de and have had no problems using the u-boot.zip
>> srcs from www.xilinx.com/ml410_p, though we use uboot for our ml403 based
>> development, we can build u-boot for ml403_config as well as ml410_config.
>>
>>
>> Cheers
>>
>> John
>>
>>
>
> When I try compiling with my tools I get the message
> No rule to make target `hello_world.srec', needed by `all'
> Any way to work around this. I have compiled everything else I use on my
> system with these tools and it works fine. I did some research on this
> problem and it seemed to be a problem with the newer versions of make, but
> if thats not the case what is the problem? I don't really want to install
> ELDK to keep things consistent.
> Thanks
> Kevin
>
This is an old problem that has been fixed in the U-boot make files for
probably a year or so. If you can't upgrade U-boot, just comment out the
'examples' line in U-boot's main Makefile like this:
SUBDIRS = tools \
# examples
regards,
Ben
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Uboot and ML410
2007-12-06 19:01 ` khollan
2007-12-06 19:55 ` John Hahn
2007-12-06 19:55 ` Ben Warren
@ 2007-12-08 1:02 ` Wolfgang Denk
2 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2007-12-08 1:02 UTC (permalink / raw)
To: khollan; +Cc: linuxppc-embedded
In message <14198812.post@talk.nabble.com> you wrote:
>
> When I try compiling with my tools I get the message
> No rule to make target `hello_world.srec', needed by `all'
> Any way to work around this. I have compiled everything else I use on my
Yes - just use a current version of the code (i. e. U-Boot 1.3.1).
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Misquotation is, in fact, the pride and privilege of the learned. A
widely-read man never quotes accurately, for the rather obvious
reason that he has read too widely.
- Hesketh Pearson _Common Misquotations_ introduction
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-12-08 1:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 18:00 Uboot and ML410 khollan
2007-12-05 18:16 ` Grant Likely
2007-12-05 21:01 ` John Hahn
2007-12-06 19:01 ` khollan
2007-12-06 19:55 ` John Hahn
2007-12-06 19:55 ` Ben Warren
2007-12-08 1:02 ` Wolfgang Denk
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).