L4T36.3,orin nano4g,sudo ./flash.sh -N <ip_addr>:<root_path> eth0 是通过此条命令实现Flashing for NFS as Root 吗? 刚试了一下,失败,以下是刷机信息和串口信息,
串口.txt (82.1 KB)
flashing.log (93.7 KB)
Hi Olivia798,
Are you using the devkit or custom board for AGX Orin?
Are you trying to flash R35.5.0 or R36.3.0?
From your post, it seems R36.3.0.
From your flash log, it seems R35.5.0.
nvidia@irx8:~/nvidia/nvidia_sdk/JetPack_5.1.3_Linux_JETSON_ORIN_NANO_TARGETS$ sudo ./n.sh
###############################################################################
# L4T BSP Information:
# R35 , REVISION: 5.0
# User release: 0.0
Did you create the custom n.sh
script?
What are you running inside?
1、是custom board
2、更正下,更正下,是R35.5.0
3、n.sh如下
#!/bin/bash
script_dir=$(dirname $(readlink -f ${BASH_SOURCE}))
l4t_dir=${script_dir}/Linux_for_Tegra
board=jetson-orin-nano-devkit
rootfs=${l4t_dir}/rootfs
s_ip=192.168.32.200
c_ip=192.168.32.103
gateway=192.168.32.1
netmask=255.255.255.0
cd ${l4t_dir}
#sudo ./flash.sh -N ${s_ip}:${rootfs} -n ${c_ip}:${s_ip}:${gateway}:${netmask} --rcm-boot ${board} eth0
sudo ./flash.sh -N ${s_ip}:${rootfs} ${board} eth0
[ 0.1840 ] BL: version 1.4.0.1-t234-54845784-08e631ca last_boot_error: 0
[ 0.3450 ] Sending bct_mem
[ 0.3704 ] Sending blob
[ 2.6763 ] RCM-boot started
Does your flash process stop here?
是的,停这里了
There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
It seems not the failed log.
Could you restart the flash process and check if it would stop at the same line?