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.

AM5718: Latest SITARA AM57x SDK Linux not loading PRP/HSR firmware to PRUSS

Part Number: AM5718

Hello TI,

From SDK’s documentation regarding PRP/HSR, https://software-dl.ti.com/processor-sdk-linux/esd/AM57X/08_02_01_00/exports/docs/linux/Industrial_Protocols_HSR_PRP.html,

Configure offload feature, and create HSR/PRP interface

.- HSR

        ethtool -K eth1 hsr-rx-offload on && ethtool -K eth2 hsr-rx-offload on 

.- PRP

        ethtool -K eth1 prp-rx-offload on && ethtool -K eth2 prp-rx-offload on

 

But those flags does not exist:

root:~# ethtool -K eth1 hsr-rx-offload on

  netlink error: bit name not found (offset 56)

  netlink error: Operation not supported

 

root:~# ethtool -K eth1 prp-rx-offload on

  netlink error: bit name not found (offset 56)

  netlink error: Operation not supported

Is the documentation out of date? Is there a different way to do it in the latest SDK?

Best regards,

Gonzalo