Serial, dmidecode, To be filled by O.E.M.

Options
Jaap Cammeraat
Jaap Cammeraat New Member Posts: 28
We are using the UP in new systems we sell and want to give them a serialnumber/licensecode.
We found command: dmidecode -t 1
It gives info like: To be filled by O.E.M.

Question: where, in which file, can we put something unique automatically by our software to gice the board kind of licensecode?

Comments

  • Robert Alexander
    Robert Alexander New Member Posts: 16
    Options

    We too would like to set the serial number. Can this be done via the BIOS or would it be set via the JTAG connector (CN34 "Update CPLD" on UP-CHT01)

  • ccalde
    ccalde New Member Posts: 348 ✭✭✭
    Options

    Hi!

    The values from dmidecode are generated in kernel code.
    As they aren't "real" files, just a "link" to kernel functionalities (around sysfs), you have to edit that files in kernel compilation and rebuild and reboot it.

    Cheers!