NVIDIA Thor
Getting Started with OM1 on Nvidia Thor Dev Kit
Basics
diskutil list
diskutil unmountDisk /dev/disk4 # customize this, obviously
diskutil eraseDisk FAT32 SANDISK /dev/disk4JetPack SDK
System Basics
sudo apt-get update
# browser
sudo apt install chromium-browser
# gihub desktop
# directly download from github. Use the most recent release for arm64, such as
# https://github.com/shiftkey/desktop/releases/download/release-3.4.13-linux1/GitHubDesktop-linux-arm64-3.4.13-linux1.deb
# install by double-clicking the .deb
# sublime
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo tee /etc/apt/keyrings/sublimehq-pub.asc > /dev/null
echo -e 'Types: deb\nURIs: https://download.sublimetext.com/\nSuites: apt/stable/\nSigned-By: /etc/apt/keyrings/sublimehq-pub.asc' | sudo tee /etc/apt/sources.list.d/sublime-text.sources
sudo apt-get update
sudo apt-get install sublime-text
# camera device info
v4ls-ctl --listdevices
# to test cameras
sudo apt install guvcview # FYI the cheese webcam app is broken on ThorSystem Info
OM1
RealSense Depth Camera
Robot Deployments
Done
Last updated
Was this helpful?
