I have successfully configured the EVAL-ADIN6310 board from Windows and now am trying the Linux example-app. The app runs, but returns SES AddDevice error -1. I have built the app on a Beaglebone Black running Debian Trixie. The app and example.xml file are in the same directory. I copied the yang modules from sysrepo-glue-srv to /usr/share/yang/modules/. (Note that without sudo, I get error -602, which I believe indicates the app is unable to access the Ethernet port.)
$ sudo ./ses-example-app -f example-eval-6310.xml -p f4:b8:98:86:3f:bd -i production
Board settings file is located at example-eval-6310.xml
Yang modules folder /usr/share/yang/modules/
libyang[0]: Value "7A" was not found in the dictionary.
libyang[1]: String "7A" not freed from the dictionary, refcount 1
Device MAC: 7A:C6:BB:11:11:11
Init with host MAC: F4:B8:98:86:3f:bd
SES AddDevice error -1
I ran tcpdump and can see activity from the beaglebone but there is no response from the ADIN6310. The board strapping is the same as what works for windows (all jumpers in place except Timer2). Link lights are on at both ends and ifconfig says the link is UP.
$ sudo tcpdump -i eth0 ether proto 0xAAC5 -XX
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
15:31:26.246382 f4:b8:98:86:3f:bd (oui Unknown) > 7a:c6:bb:11:11:11 (oui Unknown), ethertype Unknown (0xaac5), length 60:
0x0000: 7ac6 bb11 1111 f4b8 9886 3fbd aac5 f000 z.........?.....
0x0010: 0000 1900 5600 1400 0100 0000 0900 0000 ....V...........
0x0020: 0800 0000 6800 0000 0200 0000 0000 0000 ....h...........
0x0030: 0000 0000 0000 0000 0000 0000 ............
15:31:27.247781 f4:b8:98:86:3f:bd (oui Unknown) > 7a:c6:bb:ff:fe:00 (oui Unknown), ethertype Unknown (0xaac5), length 60:
0x0000: 7ac6 bbff fe00 f4b8 9886 3fbd aac5 f000 z.........?.....
0x0010: 0000 1900 5600 1400 0200 0000 0900 0000 ....V...........
0x0020: 0800 0000 6800 0000 0200 0000 0000 0000 ....h...........
0x0030: 0000 0000 0000 0000 0000 0000 ............
I see other people were stuck at this same point using SPI, but I am using Ethernet.
Can anyone suggest next steps to troubleshoot? TIA, -Steve
Edit Notes
[locked by: CatherineR at 8:41 AM (GMT -4) on 7 Aug 2026]