Hi, trying to reflash my Orin AGX 64Gb Dev Kit to R36 with JetPack dependencies. I can successfully reflash the board, but after when throwing the debian packages onto it I get this error log:
Internet connection.: Internet connection check failure.
command < ssh -F /dev/null -o PreferredAuthentications=password -o PubkeyAuthentication=no -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ConnectTimeout=5 kasti@192.168.55.1 ‘ping -c 3 nvidia.com || wget --spider -T 5 -t 1 www.nvidia.com’ > terminated with error, exitCode: 5.
Access to APT repository and ability to install Debian packages with it.: Apt repository check failure (1. sudo apt-get update && sudo apt-get check; 2. sudo dpkg --audit).
E: Release file for http://ports.ubuntu.com/ubuntu-ports/dists/jammy/InRelease is not valid yet (invalid for another 19103d 15h 52min 29s). Updates for this repository will not be applied.
E: Release file for http://ports.ubuntu.com/ubuntu-ports/dists/jammy-updates/InRelease is not valid yet (invalid for another 19803d 14h 9min 30s). Updates for this repository will not be applied.
E: Release file for http://ports.ubuntu.com/ubuntu-ports/dists/jammy-backports/InRelease is not valid yet (invalid for another 19800d 17h 19min 42s). Updates for this repository will not be applied.
E: Release file for http://ports.ubuntu.com/ubuntu-ports/dists/jammy-security/InRelease is not valid yet (invalid for another 19803d 14h 28min 40s). Updates for this repository will not be applied.
My Jetson is successfully connected to the internet, how could I fix this issue?