This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x PRU Ethernet

Hi Team,

Can you please share all the details regarding the PRU ethernet for am335x .

we using tlk110 connected at pru mii (connectivity reference is taken from am335x_ICE board ),

i have taken pin muxing reference from the processor sdk-3.00.00.04 from am33xx.dtsi and am335x-icev2.dts

·         pru emac functionality

o   http://git.ti.com/processor-sdk/processor-sdk-linux/blobs/processor-sdk-linux-rt-03.00.00/drivers/net/ethernet/ti/prueth.c

·         pruss core driver which deals with pruss initialization and INTC configuration

o   http://git.ti.com/processor-sdk/processor-sdk-linux/blobs/processor-sdk-linux-rt-03.00.00/drivers/remoteproc/pruss.c

·         pru_rproc driver which takes care of booting and debug

o   http://git.ti.com/processor-sdk/processor-sdk-linux/blobs/processor-sdk-linux-rt-03.00.00/drivers/remoteproc/pru_rproc.c

  included al these drivers.

and fallowed the steps in processors.wiki.ti.com/.../PRU-ICSS_Ethernet

still pru Ethernet is not coming up . can u share all the details regarding the same.