Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installGuides needs to be updated #1

Open
andrewraharjo opened this issue Mar 10, 2017 · 6 comments
Open

installGuides needs to be updated #1

andrewraharjo opened this issue Mar 10, 2017 · 6 comments
Assignees

Comments

@andrewraharjo
Copy link

andrewraharjo commented Mar 10, 2017

Merge preinstall and build/patch kernel as one package

#!/bin/bash
## Add repositories and install chromium
sudo apt-add-repository universe
sudo apt-add-repository multiverse
sudo apt-add-repository restricted
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install chromium-browser

# Kernel and Module Build
cd $HOME
git clone https://github.com/jetsonhacks/buildJetsonTX1Kernel.git
cd buildJetsonTX1Kernel
./getKernelSources.sh
./patchAndBuildKernel.sh
./copyImage.sh
@DJTobias DJTobias self-assigned this Mar 10, 2017
@hzb321
Copy link

hzb321 commented Apr 8, 2017

Does anyone find the TrainingIMG file under "path = '/ home / djtobias / Documents / Tensorflow / TrainingIMG'?

@DJTobias
Copy link
Owner

DJTobias commented Apr 8, 2017

Hey,

that path is the location of where I put the training dataset

you should modify this to suit your setup like such
/home/hzb321/Downloads/TrainingIMG

@hzb321
Copy link

hzb321 commented Apr 26, 2017

Thank you very much ! I would also like to ask another question: Is the ubuntu system installed in hostPC
Ubuntu16 or Ubuntu14? Because when flashing Jetson TX1 ,the system in HOSTPC is Ubuntu 14, and when installing the ROS ,is the Ubuntu16 version. thanks ~

@hzb321
Copy link

hzb321 commented Apr 26, 2017

1
`

This is the ROS installguide ,“ros-kinetic-desktop ” may required ubuntu16.04 ??

sudo apt-add-repository universe
sudo apt-add-repository multiverse
sudo apt-add-repository restricted
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116
sudo apt-get update
sudo apt-get install ros-kinetic-desktop-full
sudo rosdep init
rosdep update
echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
source ~/.bashrc
sudo apt-get install python-rosinstall

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
catkin_init_workspace
cd ~/catkin_ws
catkin_make
echo "source /home/$USER/catkin_ws/devel/setup.bash" >> ~/.bashrc
source ~/.bashrc`

@DJTobias
Copy link
Owner

DJTobias commented Apr 26, 2017

I used 16.04 for my host, you don't have to use 14.04 and I would not recommend it, since you would have different versions of ROS. To me it seemed better to have similar development setups on the TX1 and the host pc.

@hzb321
Copy link

hzb321 commented May 2, 2017

Thank you very much for your reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants