Flash without manually system configuration system setup

Hi WayneWWW,

I actually just tried.

u16042@desktop:~$ sudo dpkg --print-foreign-architectures
[sudo] password for u16042:
i386
arm64
u16042@desktop:~$

Thank you linuxdev and WayneWWW.

I did unpack the driver package manually and I also used sdkmanager.
Both don’t work now.

Followed the quick start guide to unpack the driver package manually:
To flash Jetson developer kit operating software

  1. Download the latest L4T release package and sample file system for your Jetson developer kit from:
    Jetson Linux Archive | NVIDIA Developer.
  2. Enter the following commands to untar the files and assemble the rootfs:
    sudo tar xpf ${L4T_RELEASE_PACKAGE}
    cd Linux_for_Tegra/rootfs/
    sudo tar xpf …/…/${SAMPLE_FS_PACKAGE}
    cd …
    sudo ./apply_binaries.sh

Thanks

Hi HuiW,

Actually, your issue is new to me.

Our engineer also hit some issues with qemu-user-static. It turned out the apt-get install wrong binary due to the arch.

Please try to un-install qemu-user-static and also remove arm64 from your foreign-arch. Then, do apt-update and re-install qemu-user-static again.

For your first unpack step, do not use sudo:

<s><i>sudo</i></s> tar xpf ${L4T_RELEASE_PACKAGE}

You may want to delete all of the content which was unpacked sudo, and then start again. The other sudo operations are correct, it is just the first one which should not be sudo.