Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.
/ tdx-info Public archive

Script to get useful information about Toradex hardware and software.

License

Notifications You must be signed in to change notification settings

hiagofranco/tdx-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tdx-info

DEPRECATED, MOVE TO TORADEX REPO

This repo is deprecated now. It moved to Toradex official repo: https://github.com/toradex/tdx-info

All instructions below are old and this repo should not be used anymore.

Objective

Script to get useful information about Toradex Hardware. The goal of this script is to run it once and get useful information about hardware and software.

Usage

Usage: ./tdx-info [OPTION]

  • If no parameter was passed, this script will display hardware and software information by default.
  • --bootloader, -b : Display bootloader related information (U-Boot and GRUB only).
  • --devices, -d : List all devices in /dev/.
  • --device-tree, -dt : Display device tree and overlays related information.
  • --dmesg, -dm : Export the dmesg output in a txt file at ~.
  • --hardware, -w : Display only hardware information.
  • --help, -h : Display this message.
  • --no-devices, -nd : Display hardware and software information without listing devices.
  • --software, -s : Display only software information.
  • --all, -a : Display all information shown above without the dmesg log.