Texas Instruments Hardware Support
- SK-AM62 (AM62)
- SK-AM62P-LP (AM62P)
- TMDS62LEVM (AM62L)
- BeagleY AI
How to Get Started
- Download the appropriate Torizon OS image from the Toradex Download Center.
- Flash the
.wicfile to a micro SD card and insert it into the board. For example, if usingddto flash the image, double-check the device name of the SD card withlsblk, make sure it's unmounted, then run the command below:$ sudo dd if=<image-name>.wic of=/dev/<sdcard-device-name> bs=4M status=progress - Configure the board for SD card boot and connect the UART interface to the host PC:
For more information regarding hardware setup, refer to TI's Resource Explorer.
For more information regarding hardware setup, refer to TI's Resource Explorer.
For more information regarding hardware setup, refer to TI's Resource Explorer.
For more information regarding hardware setup, refer to TI's Resource Explorer.
- Establish a serial connection with the board (e.g. using
picocom) and login with the default credentials. The default password for the usertorizonistorizon. You will be prompted to change it on the first login:$ picocom -b 115200 /dev/ttyUSBx - Create an account on https://app.torizon.io/.
- Go to the
Hardware > Devicestab and click "Provision Device" to connect your device to the Torizon Cloud. - Access the Torizon Demo Gallery, select your hardware on the sidebar filter and remotely deploy a sample application to the board.
For more information, or if you want to build Torizon OS using Yocto, read the full documentation for Texas Instruments boards available on the Torizon GitHub.