Hi,
I am trying to flash the BSP(Jetson Linux 35.5.0) to two identical Jetson Xavier NX 8 GB-DRAM devices(jetson-xavier-nx-devkit-emmc) at the same time by using the method in the developer guide:Flashing to Multiple Jetson Devices.
1.Run the following command:
2.Connect the two Jetson devices to the flashing hosts(Ubuntu18.04).
3.Ensure that the devices have the identical hardware revision.
4.Place all of the connected Jetson devices into RCM mode.
5.Run the following command:
I want to share the full log but I am not able to upload or paste the full log because of the information security rules of my company. And I don’t have too much time to input the full log manually.
Yes, I have tried to use initrd flash script to flash each board independently, and each flash was successful. This is the command:
Why you have 2 BOARDSKU here?
In your case, please use the following parameters:
BOARDID=3668
BOARDSKU=0001
FAB=300
It would be hard for us to check the issue in details. Please also review the full flash log and serial console log with the passed one to find if there’re other errors.
But it seems that this solution doesn’t work, I encounter the same problem.
2.I have reviewed the full flash log with the passed one and there are no other errors.
Could you add set -x in tools/kernel_flash/images/l4t_flash_from_kernel.sh as following to enable more logs and compare them again?
# Usage: ./l4t_flash_from_kernel.sh
# This script flashes the target from the Network File Systems on the target or
# from the host using the images inside the flash package generated by
# l4t_create_flash_image_in_nfs
set -e
+set -x