Finally, I renounced to install JetPack 6 from SDKMANAGER.
I directly flashed the jetson bios to update QSPI bootloader from the terminal with commands and separatly I flashed the sd card from my windows system.
It works fine.
Here, the useful post to realize it :
https://forums.developer.nvidia.com/t/sdkmanager-2-0-0-file-system-and-os-install-error-on-wsl2-ubuntu-22-04/277515/15
I used standalone ubuntu not Wsl, so I followed only the steps for ubuntu.
Useful documentation :
https://docs.nvidia.com/jetson/archives/r36.2/DeveloperGuide/IN/QuickStart.html
It’s so faster and easier than to use Sdk manager… I lost 2 days trying with sdk manager…
Summary of this post without wsl :
1 Donwload this 2 files
https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v2.0/release/jetson_linux_r36.2.0_aarch64.tbz2
https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v2.0/release/tegra_linux_sample-root-filesystem_r36.2.0_aarch64.tbz2
2 Execute these commands (see [documentation])(Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation)
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
3 Put your Orin Nano Dev Kit into Force Recovery Mode
4 Verify Orin Nano Dev Kit is attached with lsusb
command
5 Change to Linux_for_Tegra
directory
6 Flash with this command
sudo ./flash.sh --no-systemimg -c bootloader/generic/cfg/flash_t234_qspi.xml jetson-orin-nano-devkit mmcblk0p