< >
Home » MIT-RaceCar入门教程 » MIT-RACECAR入门教程-安装

MIT-RACECAR入门教程-安装

MIT-RACECAR入门教程-安装

说明:

  • 介绍如何完成MIT-RACECAR平台安装,包括系统,软件,配置等

安装步骤:

#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/

流程:

  • PC下载刷机工具

  • PC下载TX1备份包

  • 开发板进入DFU模式

  • 进行刷机

  • 安装racecar软件

参考:

  • https://github.com/mit-racecar/install_tools

纠错,疑问,交流: 请进入讨论区点击加入Q群

获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号


标签: mit-racecar入门教程