Dear Ti
Custom board with SDK8.4, MCU2_0 with ethfw.
We need A72 and MCU1_0 both can send and receive multicast.
Core | Multicast Receive | Multicast Send |
A72(Virtual MAC) | OK | OK |
MCU1_0(CPSW2G) | OK | Not OK |
What we do is config multicast address in A72 with command "ip maddr add 01:00:5E:7F:ff:01 dev eth0"
Confirm by registers:
[root@AOS ~]# cpsw_all_reg_print --------------------------------------------- Entry 19 - Multicast --------------------------------------------- PORT_MASK = 15 SUPER = 0 MCAST IGNORE BITS= 0 MCAST_FWD_STATE = 0 ENTRY_TYPE = 1 MULTICAST_ADDR = 100 5e7fff01
Thanks!