element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Mini-ITX Hardware Design Ethernet only working in Gigabit mode (not 100Mbit/s)
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 7 replies
  • Subscribers 335 subscribers
  • Views 726 views
  • Users 0 members are here
Related

Ethernet only working in Gigabit mode (not 100Mbit/s)

Former Member
Former Member over 11 years ago

I have a Gigabit ethernet card in my primary development computer. When I connect the Mini-ITX Zynq board directly to that (with static IPs on both), it works fine (testing with "ping <address>". However, if it connects through a 10/100Mbit/s switch, it fails to work. Similarly, another development computer with only a 10/100Mbit/s ethernet card directly connected does not work. This makes me conclude that ethernet in anything less than 1Gbit/s mode on the Mini-ITX does not work. I am using the stock standard microSD to boot up. I have also built up my own Linux kernel and image, which also has exactly the same issue.

I also have a Zedboard. With the stock standard SD to boot up, this does work in 100Mbit/s mode through the switch, and with the 100Mbit/s ethernet card in the development computer.

Is this a limitation of the hardware, or is it a software configuration thing (in the kernel?)? If it is configurable, how do I make it work in 100Mbit/s mode? I have never heard of a Gigabit ethernet device not working with lesser speeds before. It seems like quite a limitation that would affect a number of people!

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 11 years ago

    Additional info: In uboot (pressed the 'any' key to stop autoboot), I did set the static IP using "setenv serverip <address>" and "setenv ipaddr <address>", then "ping <otheraddress>", and it did work in 100Mbit/s mode. Resetting and attempting the same ping within Linux fails in 100Mbit/s, as expected. This suggests the hardware is capable of working at slower link speeds, but something in Linux is not configured correctly.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago

    Hello Sam,

     

    Sorry for the slow reply, it took a little while to assemble the equipment and duplicate the problem. You are correct the Out Of Box Linux only links correctly to a 1 Gig Ethernet link. The Mini-ITX hardware is fine, it is an issue with  PetaLinux 2013.10.

     

    I have verified that the Mini-ITX Ethernet link works correctly with PetaLinux 2014.2. We do have PetaLinux 2014.2 BSP files on the Mini-ITX 'Reference Designs/Tutorials' page: http://zedboard.org/support/design/2056/17

     

    You can follow the instructions in UG977 from Xilinx on how to create a new project. You could also just un-compress the BSP files and copy the boot.bin and uimage.ub files and replace those on your microSD card for a quick test.

     

    -Gary

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago

    Thanks Gary. I hope to test the PetaLinux 2014.2 boot files soon.
    The funny thing is that I built my own Linux kernel using OpenEmbedded and the latest meta-xilinx layer: http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/. It has the same faulty Ethernet behaviour, which I thought was strange, as I would have expected it to be fixed in that repository.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    Sorry, that's not quite right. I switched to using the kernel from: https://github.com/Xilinx/linux-xlnx (because I couldn't get the PCIe slot working with OpenEmbedded). Which should still include all the latest fixes, so it's still strange the Ethernet isn't working there either.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    Gary, do you happen to know what sources/repositories are used to make PetaLinux?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago in reply to Former Member

    Hi,
    I just had the same Problem, and it is related to the Devicetree.
    Once I changed the values of the phy entry to the ones given in the
    2014.2 design it worked:
                                    phy0: phy@7 {
    -                                       compatible = "marvell,88e1116r";
    +                                       compatible = "marvell,88e1510";
                                            device_type = "ethernet-phy";
    -                                        reg = <7>;
    +                                        reg = <0>;
    +                                        marvell,reg-init=<3 16 0xff00 0x1e 3 17 0xfff0 0x0a>;
                                    } ;
                            } ;
    whether I should also change the phy@7 to a phy@0 I am currently investigating.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 11 years ago

    this setting will program PHY LEDs in DUAL LED MODE 3, with open drain outputs, is that what you intended todo?

    My guess is that the LEDS are not connected in dual mode on the ITX board.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube