Created
July 3, 2017 10:34
-
-
Save aakbar5/072f3252331a1add2974f683f674824c to your computer and use it in GitHub Desktop.
determine device tree model used by the kernel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # To determine device tree model (dts/dtb) used by the linux kernel | |
| cat /proc/device-tree/model | |
| # For example: | |
| # root@nitrogen6x:~# cat /proc/device-tree/model | |
| # Freescale i.MX6 Quad SABRE Lite Board |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment