Network settings crash on open

Just to clarify something, a dev kit from NVIDIA is an SD card module plus a carrier board. These do not have eMMC. There are eMMC modules, but they are not part of dev kits. Some of them have SD card slots, but those are on the carrier board, and not on the module. The software supporting them differs quite a bit, and the eMMC models do not boot from the SD card. So:

  • Dev kits flash the o/s to the SD card.
  • eMMC models flash the o/s to the eMMC.
  • SD card models put boot content on QSPI memory (part of the module, not the carrier board).
  • eMMC models flash the boot content to partitions on the eMMC.
  • Drivers present in boot will differ between the two models.
  • Regardless of model the boot content has to be compatible in release to the o/s partition. This implies that some SD card rootfs partitions won’t boot if the release is not compatible with the QSPI memory content.
  • SD card models flash the QSPI separately from the SD card.
  • eMMC models flash all to the eMMC.
  • It takes a Linux host PC (you’d want Ubuntu 18.04) to flash QSPI even if the SD card can be flashed separately with Etcher. This works if and only if the QSPI already has content valid for that SD card release. You must use the Ubuntu host to flash the QSPI content of the SD card model. You must use the Ubuntu host to flash the eMMC content of the eMMC models.
  • Because of differences in carrier board layout one must get the flash software from the manufacturer if the carrier board is not the dev kit (there are exceptions for the rare case when electrical layout of the carrier board is a match to the dev kit carrier board).

JetPack/SDK Manager is a front end to the actual flash software. “Linux for Tegra” (“L4T”) is what gets flashed, and is basically Ubuntu plus NVIDIA drivers. JetPack/SDKM and L4T releases are tied together. You can find instructions for dev kits at a given release here:

If you have third party carrier board, then you should check their software (the board support package).