Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save aakbar5/072f3252331a1add2974f683f674824c to your computer and use it in GitHub Desktop.

Select an option

Save aakbar5/072f3252331a1add2974f683f674824c to your computer and use it in GitHub Desktop.
determine device tree model used by the kernel
# 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