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.
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.