Skip to content

This script can be used by Toradex customers in userspace to grab information from the module and share it with Toradex support team

License

Notifications You must be signed in to change notification settings

toradex/tdx-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

tdx-info

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

If you are using BSP or TorizonCore with version 6 or later, simply run: 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.

For older versions of BSP or TorizonCore (versions 5 and older), run the following command to print the information: wget https://raw.githubusercontent.com/toradex/tdx-info/master/tdx-info --output-document=tdx-info && sudo sh ./tdx-info

If the JSON_OUTPUT environment variable is set, the script will output in JSON format.

About

This script can be used by Toradex customers in userspace to grab information from the module and share it with Toradex support team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages