Complete the pre-built BSP after flashing the tarball.
#!/bin/bash
sudo apt-get update
# To prevent from the CH340 driver confliction
sudo apt remove -y brltty
# For IGN control
sudo apt-get install -y acpid
# Install CUDA
sudo apt-get install -y nvidia-jetpackLast updated