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.
From: Grant Likely <hidden> Date: 2007-12-05 18:16:52
On 12/5/07, khollan [off-list ref] 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
From: John Hahn <hidden> Date: 2007-12-05 21:59:42
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
--
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.
-----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:
quoted
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.
quoted
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
From: Ben Warren <hidden> Date: 2007-12-06 19:55:56
khollan wrote:
John Hahn wrote:
quoted
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