Jetson nano from working fine to boot failed

I am overwhelmed…it worked!
For all those who have the same problem, here is my solution (I used an Ubuntu 18.04 PC):

  1. Driver Package (BSP)
  2. Simple Root Filesystem
$ tar xf ${L4T_RELEASE_PACKAGE}
$ sudo tar xpf ${SAMPLE_FS_PACKAGE} -C Linux_for_Tegra/rootfs/
$ cd Linux_for_Tegra/
$ sudo ./apply_binaries.sh
$ sudo ./tools/l4t_flash_prerequisites.sh
  • the Jetson should be in recovery mode (connect FC REC to GND)
  • now do the following:
  • for me, the flashing was successful at this point

Special thanks to DaveYYY!