Accessing the BOARD INFO ID

Discussion in 'UDOO NEO' started by Guðmundur Sævarsson, Oct 24, 2016.

  1. Guðmundur Sævarsson

    Guðmundur Sævarsson New Member

    Joined:
    Oct 24, 2016
    Messages:
    1
    Likes Received:
    0
    Is there a way to access the board info id that is shown on the UDOO NEO webpage? I am using python so a python example would be helpful. I plan on using the ID to identify the device externally.

    Thanks
     
  2. Cyril BOSSELUT

    Cyril BOSSELUT New Member

    Joined:
    Oct 30, 2015
    Messages:
    23
    Likes Received:
    14
    The board ID is composed with the content of those two files:
    /sys/fsl_otp/HW_OCOTP_CFG0
    /sys/fsl_otp/HW_OCOTP_CFG1

    The board model is in:
    /proc/device-tree/model
     

Share This Page