You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fbootloader_secure_boot.html%23wwpID0E0ZH0HA
set -e
cd `dirname $0`
source ./downloadfilenames
sudo tar xvjf ${SECUREBOOT_PACKAGE}
cd Linux_for_Tegra
# See https://github.com/madisongh/meta-tegra/issues/193