Open yuzhenning opened 5 years ago
a SD card with 16GB storage. In stall OpenCV according to Jetson official guide: https://www.jetsonhacks.com/2017/09/05/build-opencv-on-the-nvidia-jetson-tx1/ https://www.jetsonhacks.com/2018/06/04/build-opencv-3-4-with-cuda-on-nvidia-jetson-tx1/
To download the source and build OpenCV:
$ git clone https://github.com/jetsonhacks/buildOpenCVTX1.git
$ cd buildOpenCVTX1
$ ./buildOpenCV.sh
You can remove the sources and build files after you are done:
$ ./removeOpenCVSources.sh -s <file directory>
The buildOpenCV script has two optional command line parameters:
-s | –sourcedir Directory in which to place the opencv sources (default $HOME)
-i | –installdir Directory in which to install opencv libraries (default /usr/local)
For example, to run the the build file:
$ ./buildOpenCV.sh -s <file directory>
This will build OpenCV is the given file directory and install OpenCV is the /usr/local directory.
Therefore, we need install JetPack in Ubuntu laptop firstly, and install TX1 system again. The TX1 is just suitable for JetPack 3.2.1 (The last version is 4.2 in Oct 2019). We download JetPack package in : https://developer.nvidia.com/embedded/jetpack-archive Download : Linux for Tegra R28.2
install OpenCV on jetson tx1