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.

AM6442: Bridge setting for OPC-UA UADP MC telegram? [SK-AM64X]

Part Number: AM6442


Currently I'm evaluating SK-AM64X with OPEN62541 for OPC-UA  Pub/Sub TSN application. the system configuration is like:

I enable the bridge according to 3.2.2.5. CPSW3g — Processor SDK AM64X Documentation, via :

devlink dev param set platform/8000000.ethernet \
name switch_mode value true cmode runtime

ip link add name br0 type bridge
ip link set dev br0 type bridge ageing_time 1000
ip link set dev eth0 up
ip link set dev eth1 up
ip link set dev eth0 master br0
ip link set dev eth1 master br0
ip link set dev br0 up

But the CPSW3g won't forward the MC 01-00-5E-7F-00-01:8.3 and 01-00-5E-7F-00-01:8.3. I check the ALE and there is no entry for it.
How to enable the forwarding of this MC telegram in AM64X?