Cryptimo Posted October 7, 2022 Posted October 7, 2022 /proc/cpuinfo does not list serial number How do I read the chip serial number? 0 Quote
tipine9824 Posted October 7, 2022 Posted October 7, 2022 (edited) dtc --sort -I fs -O dts /sys/firmware/devicetree/base 2>/dev/null|grep serial-number or just : cat /sys/firmware/devicetree/base/serial-number Edited October 7, 2022 by tipine9824 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.