Git Product home page Git Product logo

install_tools's Introduction

Installing Software for the MIT RACECAR platform

Setting up your new Jetson TX1 board

#From a Ubuntu machine that's running version >= 14.04LTS

mkdir ~/MIT_RACECAR_OS
cd ~/MIT_RACECAR_OS

# Download flash utilities
wget -O Tegra210_Linux_R24.2.1_aarch64.tbz2 https://developer.nvidia.com/embedded/dlc/l4t-jetson-tx1-driver-package-24-2-1
bzip2 -d Tegra210_Linux_R24.2.1_aarch64.tbz2
tar xf Tegra210_Linux_R24.2.1_aarch64.tar
cd Linux_for_Tegra/bootloader

#Download the base image
wget https://dl.dropboxusercontent.com/u/380036122/BWSI/Software_Images/car_22_backup.img.tar.gz
tar -xzvf car_22_backup.img.tar.gz

# Connect your TX1 to your computer using USB
# Put the TX1 into DFU mode

# Flash the TX1, must use root privileges
sudo ./tegraflash.py --bl ./t210ref/cboot.bin --applet nvtboot_recovery.bin --chip 0x21 --cmd "write APP car_22_backup.img"

# Run postinstall script. This will prompt you for the current password (ubuntu)
# It will also prompt you for a new password
ssh ubuntu@YOUR_CAR_IP 'wget https://raw.githubusercontent.com/mit-racecar/install_tools/master/post_install_jetson.sh | bash'

# You can now SSH into the car using username: ubuntu, password: the password you entered above

# To access the default workspace for creating ROS packages that utilize MIT RACECAR components
cd ~/racecar-ws/src/

install_tools's People

Contributors

winter-guerra avatar arii avatar brenn10 avatar czhao39 avatar

Watchers

James Cloos avatar jiandong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.