how to enable avb on switch?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to enable avb on switch?

976 Views
jjc1
Contributor II

I'm using LS1028A RDB board and if I want to have AVB functionality such as gPTP, FQTSS etc on the switch, how to enable those on all switch ports?

3 Replies

768 Views
bpe
NXP Employee
NXP Employee

You can find the information on enabling/exercising all TSN/AVB
features currently supported in LS028A BSP in Layerscape LS1028A BSP
User Guide (LS1028ABSPUG), Section 4.2.13. The document can be found
here:

https://www.nxp.com/support/developer-resources/software-development-tools/qoriq-developer-resources...

Have a great day,
Platon

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

768 Views
jjc1
Contributor II

In document its mentioned for enabling ptp timestamping on switches we have to do 

devmem 0x1fc0900a0 w 0x00000004

section 4.2.13.4.2 . But this is failing for me saying,

-bash: devmem: command not found

although I'm using BSPv0.3.

Also in "Section 4.2.3 IEEE 1588", under notes, there is a mention about ptp4l on felix switch. Inorder to run ptp on all switch ports do we have to run ptp4l seperately on each switch ports?

0 Kudos

768 Views
bpe
NXP Employee
NXP Employee

You cannot run ptp4l directly on a switch port because it belongs
to the switch, not to the host. ptp4l can only run on a port
that directly connects to the host.

As of devmem, of you are working with Ubuntu root filesystem, you
can use apt package manager to get Ubuntu devmem2 package. See
LS1028A BSP, Section 3.2 for details.

Have a great day,
Platon

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------