07-20-2018, 04:25 PM
Does anybody know if I can find the serial number that is printed on the bottom of the board via CLI?
|
TinkerOS Serial Number CLI
|
|
07-20-2018, 04:25 PM
Does anybody know if I can find the serial number that is printed on the bottom of the board via CLI?
07-20-2018, 04:58 PM
(This post was last modified: 07-20-2018, 04:58 PM by Im4Tinker. Edited 1 time in total.)
Unless you've noted in a certain file, I suspect it won't be available.
For such a purpose you might save in a environment variable, written in your ~/.bashrc and just call it by the command Code: $ echo $SERIALNO
07-20-2018, 06:52 PM
(07-20-2018, 04:58 PM)Im4Tinker Wrote: Unless you've noted in a certain file, I suspect it won't be available. Yeah thats the route I think im going to have to go. I was hoping I could just cat some file like getting the CPU model number, but it doesn't seem to be the case
07-26-2018, 08:15 AM
(07-20-2018, 04:25 PM)appleorange Wrote: Does anybody know if I can find the serial number that is printed on the bottom of the board via CLI? Hi, We do not save the serial number which is printed on the bottom of the board. Instead, we saved another unique number onto board. You can use the below cmd to read it out. $ cat /sys/firmware/devicetree/base/system-id
07-26-2018, 08:26 AM
Based on James' reply.
That unique id "cat /sys/firmware/devicetree/base/system-id", actually you can find it on top of the audio jack, there have a 2D matrix barcode (not QR code). And this code is also available in our service center to provide you the same warranty as the serial number. Thanks.
07-26-2018, 09:08 AM
(This post was last modified: 07-26-2018, 09:22 AM by Mikerr. Edited 2 times in total.)
(07-26-2018, 08:26 AM)Tinker Board Wrote: That unique id "cat /sys/firmware/devicetree/base/system-id", I've found most QR/barcode scanners will read it directly: ![]() Code: $ cat /sys/firmware/devicetree/base/system-id |
|
« Next Oldest | Next Newest »
|