Failed to flash the Jetson release onto the Jetson developer kit

Hi, I’m following this instruction(https://docs.nvidia.com/jetson/archives/r35.5.0/DeveloperGuide/IN/QuickStart.html#to-determine-whether-the-developer-kit-is-in-force-recovery-mode) to flash Jetson Orin NX 8GB module on Jetson Orin Nano Dev Kit(https://developer.nvidia.com/embedded/downloads#?search=Jetson%20Orin%20Nano%20Developer%20Kit%20Carrier%20Board%20Specification) which is previous version to the super orin nano dev kit.

Current setup I used:
Host Machine : Window laptop partition

No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.5 LTS
Release:	22.04
Codename:	jammy

Connected 128G usb drive on NVidia Jetson Nano Dev Kit
Connected host machine and dev kit with USB-A to USB-C cable
Successfully enter force recovery mode as I could verify as

Bus 001 Device 014: ID 0955:7423 NVIDIA Corp. APX

I encountered issue when running

$ sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device sda1 \
  -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
  --showlogs --network usb0 jetson-orin-nano-devkit internal

I also tried different Jetson Linux version to see if it’s version specific error.

flash_error.txt (28.1 KB)

If I add argument ‘----use-backup-image’, it also fails.
flash_error_2.txt (103.1 KB)

Hi,
Do you install rootfs and bsp?
And execute below commands before flash?

$ 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

Thanks