Hi @JerryChang
I was trying to flash the 36.5 SDK for Orin nano, I was able to compile successfully
I tried to flash the device using
sudo BOARDID=3767 BOARDSKU=0003 FAB=300 BOARDREV=A.0 ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml” --showlogs --network usb0 jetson-orin-nano-devkit internal
but was not able to flash the board
sudo BOARDID=3767 BOARDSKU=0003 FAB=300 BOARDREV=A.0 ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml” --showlogs --network usb0 jetson-orin-nano-devkit internal
Please install the Secureboot package to use initrd flash for fused board
Entry added by NVIDIA initrd flash tool
/home/abalu/36.5/Linux_for_Tegra/tools/kernel_flash/tmp 127.0.0.1(rw,nohide,insecure,no_subtree_check,async,no_root_squash)
rpcbind: another rpcbind is already running. Aborting
Export list for localhost:
/home/abalu/36.5/Linux_for_Tegra/tools/kernel_flash/tmp 127.0.0.1
12:50:08.500 - Debug: Checking UFW status and NFS port rules…
12:50:08.774 - Debug: UFW is not active. NFS port is accessible.
12:50:08.775 - Debug: Checking VPN connections…
12:50:08.779 - Debug: IPSec service is not running.
12:50:08.780 - Debug: VPN routes none in tun|tap|ppp|vpn|gpd.
12:50:08.781 - Debug: No VPN connection detected.
/home/abalu/36.5/Linux_for_Tegra/tools/kernel_flash/l4t_initrd_flash_internal.sh --no-flash --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p -c bootloader/generic/cfg/flash_t234_qspi.xml --showlogs --network usb0 jetson-orin-nano-devkit internal
-
* -
Step 1: Generate flash packages *
-
*
Create folder to store images to flash
Generate image for internal storage devices
/home/abalu/36.5/Linux_for_Tegra/tools/kernel_flash/l4t_create_images_for_kernel_flash.sh: line 517: [: : integer expression expected
Generate images to be flashed
ADDITIONAL_DTB_OVERLAY=“” /home/abalu/36.5/Linux_for_Tegra/flash.sh --no-flash --sign -c bootloader/generic/cfg/flash_t234_qspi.xml jetson-orin-nano-devkit internal
###############################################################################
L4T BSP Information:
R36 , REVISION: 5.0
User release: 0.0
###############################################################################
ECID is 0x80012344705DE7468C00000010008300
Board ID(3767) version(300) sku(0003) revision(A.0)
Preset RAMCODE is
Parsing chip_info.bin information failed.
Error: failed to generate images
Cleaning up…
could you please help in this case?
What is causing this issue