• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » ARM® Processors » Sitara™ ARM® » AM3x Sitara ARM Processors Forum » All Tags » Ethernet
Share
Sitara™ ARM®
  • Forum
  • Announcements

Browse by Tags

Sitara™ ARM®

Welcome to the Sitara™ ARM® Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
Ethernet
  • AM335
  • AM335 RMII boot
  • AM3352
  • am3359
  • AM335x
  • AM335x EVM
  • AM335x pinmux RGMII McASP
  • am335x_evm_config
  • AM3505/17
  • AM3517 EVM
  • BeagleBone
  • boot
  • clock
  • CPSW
  • ethercat
  • linux
  • MLO
  • PRU
  • pruss
  • PSP
  • sdk
  • Sitara
  • starterware
  • uboot
  • u-boot
Related Posts
  • Forum Post: How constitute ethernet more than two?

    challenger challenger
    Hi, I need ethernet more than 2 ports(as router function) though our target device is AM3505. AM3505 only have one EMAC, so what is the most suitable way to constitute more than 2 ethernet port which function as a router ? Is this constitution similar with the AM3517EVM? (one ethernet on baseboard...
    on Aug 19, 2011
  • Forum Post: Re: AM335X ,Switching Between Ethernet and EtherCAT on the same port

    Frank Walzer Frank Walzer
    Dear Faraz, theoretically yes, but in reality it is a bit more complex. There is no 'EtherCAT port' connected to PRUSS first of all. PRUSS has two dedicated MII ports which can interface to Ethernet Phys. However the standard or protocol that then runs via the two ports is defined by software...
    on Feb 9, 2012
  • Forum Post: AM335 Ethernet Interupt pacing implementation??

    Charles H Charles H
    Is interrupt pacing implemented for Ethernet ports of AM3352? I saw this on TI web site. If lots of interrupts comes for every small packet from Ethernet port, it will slow down CPU. I think what they do is they hold back interrupts and generate one interrupt for multiple packets. See TI site below...
    on Feb 14, 2012
  • Forum Post: AM3359 GBit Ethercat support

    Marc-Oliver Borck Marc-Oliver Borck
    Hi! Is it possible to modify the TMDXICE3359 board (i.e. a newly designed custom board) with a Gbit Ethernet PHY (i.e. Vitesse VSC8641 or similar) to support Gbit EtherCAT ? Does the EtherCAT Industrial Communication Engine tool chain for linux provide software support for different Ethernet...
    on Mar 2, 2012
  • Forum Post: RGMII and OPP50 mode

    Andy Goulbourne Andy Goulbourne
    Hi, I notice from the data sheet and technical reference Manual that the RGMII interface is not available in OPP50 mode. Is this a performance issue, such that I cannot use 1G Ethernet in OPP50 mode, but can continue to use 100M Ethernet if I force my 1G Ethernet PHY to negotiate to 100M which is...
    on Mar 7, 2012
  • Forum Post: AM3358/Beaglebone Ethernet fails after ifdown

    Frank Hunleth Frank Hunleth
    I have tried the following under several Linux kernels and builds for the AM335x and seen the same behavior. The board that I am using is the Beaglebone. The sequence is: Connect Ethernet cable and verify that pinging other PCs works Disconnect Ethernet cable. See "PHY: 0:00 - Link is...
    on Mar 20, 2012
  • Forum Post: AM335x EVM interface with ethernet PHY

    Keldy Keldy
    Hi, i would like to do some testing using AM335x EVM and Micrel KSZ9021RL eval board before i design my custom board. in hardware connection, can i use RGMII2 on the AM335x EVM? the Expansion Connector - EXP3: Can we configure this Header to RGMII2 interface as below? so that i can use these...
    on Mar 21, 2012
  • Forum Post: AM335x GMII Ethernet PHY

    Keldy Keldy
    Hi, i plan to design a custom board by using AM335x interface with Ethernet PHY device through GMII interface. For hardware side, i use the AM335x EVM schematic as reference to connect AM335x with Ethernet PHY. for firmware side, can i just use the AM335x EVM sdk provided firmware to make the...
    on Mar 19, 2012
  • Forum Post: Can the am3358EVM boot from EMAC1?

    David Frith David Frith
    I can get the am3358EVM to do the first stage boot from MMC0 into u-boot and then do the second stage boot from Ethernet but I cannot get the first stage boot from Ethernet. Here's what I did :- Set up dnsmasq on our Ubuntu development box serving DHCP over a private ethernet link to the EVM...
    on Apr 2, 2012
  • Forum Post: Re: Access Ethernet PHY in U-Boot

    Keldy Keldy
    Hi, now i can read and write register of Micrel Ethernet PHY in u-boot. But still cant use ethernet. read and write process for register of PHY is consider using RGMII interface? or just using the MDIO and MDC lines? Thanks & Regards Keldy
    on Apr 4, 2012
  • Forum Post: Output 25Mhz RMII1_REFCLK

    Keldy Keldy
    Hi, Can RMII1_REFCLK output 25Mhz clock at u-boot level ? Thanks & Regards Keldy
    on Apr 9, 2012
  • Forum Post: Ethernet PHY software driver

    Keldy Keldy
    Hi, i facing problem about the AM335x and Micrel KSZ9021RL ethernet PHY RGMII interface, i found a micrel PHY driver in AM335x EVM SDK ("board-support/u-boot-2011.09-psp04.06.00.02/drivers/net/phy/micrel.c"), how i enable this micrel driver in u-boot? and how i disable the previous...
    on Apr 13, 2012
  • Forum Post: CPSW_CPDMA registers address problem

    Keldy Keldy
    Hi, According to AM335x Technical Reference Manual, Memory Map for CPSW_CPDMA has start address : 0x4A10_0800 , and end address : 0x4A10_0BFF Look into Register CPSW_CPDMA, the TX0_HDP register has offset 0xA00. CPSW_CPDMA.TX0_HDP address: 0x4A10_0800 + 0xA00 = 0x4A10_1200. Which is greater...
    on Apr 18, 2012
  • Forum Post: Initialization and Configuration of CPSW

    Keldy Keldy
    Hi, In AM335x TRM, session 14.4.6, i dont understand the third step which is Enable the 3PSW Ethernet Subsystem Clocks. See Section 14.2.2 and Section 8.1 to enable the appropriate clocks. Which registers the step refer to ? What registers i should configure ? Thanks & Regards Keldy
    on Apr 20, 2012
  • Forum Post: Access Ethernet PHY in U-Boot

    Keldy Keldy
    Hi, i'm using AM335x MPU, can i access my ethernet PHY in U-boot ? where the "mii" comand U-boot ? Thanks in advance Keldy
    on Mar 22, 2012
  • Forum Post: AM335X - Ethernet using RMII at 1V8

    Rodrigo Aznar Mendes Rodrigo Aznar Mendes
    Hi all, We are going to implement two ethernet ports 10/100 using two RMII interfaces. The phy we have chosen allow interface to AM335X at 1V8. Does someone have implemented RMII at 1V8? Is there any additional care to be taken in the design or layout? Thanks Rodrigo
    on Jun 11, 2012
  • Forum Post: AM3358 Starter Kit with 2 Ethernet ports?

    Charles H Charles H
    Is there a "starter Kit" being released for the AM3358 which will bring out both Ethernet ports? I had read there was something coming in Q3-2012, is this still the case? I am aware of the standard EVM which only has 1 ethernet port and the Industrial kit that has 2, but apparently is a newer...
    on Jun 25, 2012
  • Forum Post: RE: AM335x PRU support,

    Maneesh Maneesh
    Yes, it is possible to program the PRU by users and customers. There is documentation and PRU assembler available on this link: https://github.com/beagleboard/am335x_pru_package With this documentation, PRU subsystem can be used for various applications, but not for Ethernet MII or time-sync applications...
    on Jul 3, 2012
  • Forum Post: AM3359 power down ethernet at runtime.

    ed mcnicholas ed mcnicholas
    Hello, I am currently using the AM3359 with the smsc LAN8710A ethernet controller and a linux kernel based on the last release of the sdk. We currently have several configurations for the same board and in some of these we would like to power down the Ethernet interface. What i am wondering is if there...
    on Jul 18, 2012
  • Forum Post: Ethernet PHY connection and configuration

    Keldy Keldy
    Hi, i'm using Micrel PHY KSZ9021RL on AM335x MPU, by using the AM335x EVM as reference design, here my connection: Am335x Pin connect to Micrel PHY KSZ9021RL GMII1_TXCLK GTX_CLK GMII1_TXD0 TXD0 GMII1_TXD1 TXD1 GMII1_TXD2 ...
    on Apr 11, 2012
  • Forum Post: RE: Evaluating PRU - Some questions

    B. R. B. R.
    Thank you so far Manessh! Maneesh 4. The pr1_mii0/1 are two Ethernet ports independent of the gigabit switch ports. There are internal connections in the device where PRUs can also send/receive data from memory and receive/send to pr1_mii0/1 ports. Can you go more in detail on this statement, please...
    on Aug 10, 2012
  • Forum Post: RE: Packet Receive Operation for CPSW on AM335x

    Sean Summers Sean Summers
    Awais Masood Yes, I have used the SDK that came with the board i.e. v5.03. I am working on the EVM. Have tried the uboot dhcp command. u-boot does not seem to respond to the DHCP offer packets from the DHCP server. I have this problem. I can't get an IP Address via DHCP in u-boot. I can't...
    on Sep 13, 2012
  • Forum Post: Phy GigaEthernet to replace AR8031 with KSZ9021 (micrel)

    Keldy Keldy
    Hi, I'm using AM335x MPU, i'm planing to use micrel KSZ9021RL gigabit PHY on AM335x. is the ethernet device drive from AM335x EVM SDK is generic? Thanks Keldy
    on Apr 16, 2012
  • Forum Post: Ethernet CPDMA

    Keldy Keldy
    Hi, in AM335x TRM, session 14.3.2.4.1 CCPI Buffer Descriptors, the Note mention that CPPI RAM begin at address 0x4a102000 and end at 0x4a103FFF. but when i print the value "&(prev->hw_mode)" in u-boot, it shown 0x8ff77204, which is exceed the range of CPPI RAM as mention above...
    on Apr 19, 2012
  • Forum Post: Socket Communication on TI's AM335x EVM

    Nitin Singh1 Nitin Singh1
    Hi All, We have a host PC which is generating some continuous string data. This system is x86 based. Whatever the continuous data is being generated on the system1, has to transfer to EVM board. Both the systems are connected either through Ethernet or Wi-Fi in peer-to-peer connection. To transfer...
    on Oct 5, 2012
12
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use