Download JetPack from here.
Burn SD card using downloaded image above using Balena Etcher which can be downloaded from here.
Follow the instructions defined in the following article.
sudo apt-get install python3-pip
sudo pip3 install -r requirements.txt
The cloning of this repository needs to be done into $HOME/GitHub/sports-replay folder, as described here.
sudo bash $HOME/GitHub/sports-replay/Bash-Scripts/create_swap_file.sh
Note that Jetson will be automatically rebooted.
Read instructions here.
Read instructions here.
sudo bash $HOME/GitHub/sports-replay/Bash-Scripts/turn-10w-jetson-on.sh
sudo apt-get install python3-opencv
Make sure you reboot Jetson now.
cd $HOME/GitHub
sudo bash $HOME/GitHub/sports-replay/Bash-Scripts/install_opencv4.sh
From this point, you can disconnect the monitor, and access your device using SSH.
sudo vi /etc/hosts
sudo apt install ftp
Read instructions here.
Install Arrow using the following instructions.
Create symbolic links for aarch64 architecture (the stated instructions are for x86/x64).
sudo ln -s /usr/lib/aarch64-linux-gnu/libboost_regex.a /usr/lib/aarch64-linux-gnu/libboost_regex-mt.a
sudo ln -s /usr/lib/aarch64-linux-gnu/libboost_system.a /usr/lib/aarch64-linux-gnu/libboost_system-mt.a
sudo ln -s /usr/lib/aarch64-linux-gnu/libboost_filesystem.a /usr/lib/aarch64-linux-gnu/libboost_filesystem-mt.a
Building parquet-cpp master is no longer supported. Build from C++ codebase in https://github.com/apache/arrow with -DARROW_PARQUET=ON
cmake -DARROW_PLASMA=ON -DARROW_PYTHON=ON -DARROW_PARQUET=ON ..
cd $HOME/GitHub
git clone https://github.com/apache/arrow.git
cd arrow/cpp
mkdir release
cd release
cmake -DARROW_PLASMA=ON -DARROW_PYTHON=ON -DARROW_PARQUET=ON ..
make -j4
make install
pip install brain-plasma
docker pull nvcr.io/nvidia/deepstream-l4t:4.0.1-19.09-samples
sudo docker cp $HOME/GitHub/opencv-4.1.1/. xyzq:/home/GitHub/opencv-4.1.1
sudo docker run -it nvcr.io/nvidia/deepstream-l4t:4.0.1-19.09-samples
cd /home/GitHub/opencv-4.1.1/build make install
docker tag xyzq ibicom/sportsReplay docker push xyzq ibicom/sportsReplay