Identify X86J4105

Is there a way to identify this board type using a software call.
Not a particular board but any X86J4105 board.
for example find the mother board unique ID or something like
I can find some work around but a unique method for the X86J4105
is preferable. Thanks much.

For this concern, we have not done research into this. But does MAC address suitable for your needs?

Under linux, you might be most interested in dmidecode.

2 Likes

to limit output run this comand:

sudo dmidecode -t system | grep UUID:

1 Like