Flashing Jetson Xavier
 
1. Download Jetpack 4.1 [1]   2. Flashing the Xavier just like flashing TX2 [2]     *If fails to install OpenCV or CUDA with the same problem as shown in the following picture       Solution:  Key in ps aux | egrep -v '(dnsmasq|grep)' | egrep --color=never '(apt|dpkg)'  on the Xavier terminal. [3]     3. Check if everything has been installed correctly. [4]   *sudo rm /var/lib/dpkg/lock-frontend  *apt --fix-broken install  *sudo apt-get install XXX    4. Copy the visionworks sample to ~/ and build [5]   5. Change nvpmode to 0 which enables 8 cores and test the samples [6]  6. Maximize the Jetson Xavier performance [7]  sudo ${ HOME } /jetson_clocks.sh       *If previous projects could not execute normally (report error:  no CUDA-capable device is detected ), it's necessary to renew the NVIDIA driver [8] or manually modify some related scripts. [9]    Reference:   [1]  https://developer.nvidia.com/embedded/jetpack   [2]  JetPack 4.1 - NVIDIA Jetson AGX Xavier   [3]  ...
