I am using Orin NX 16GB with NVME SSD. I am able to flash single device but I want to do Mass Flash. Can you help me to know how do i flash multiple devices via ethernet protocol. And how do I get the target IP, as the new SSD having no OS image.
This is what i found inside Linux_for_Tegra/tools/kernel_flash/README_initrd_flash.txt
Use --network if you want the flash process to happen through Ethernet protocol
instead of USB protocol.
can be “usb0” when flashing using ethernet protocol through the usb
flashing cable or “eth0:/:” when flashing using
ethernet protocol through the RJ45 cable.
Can you provide me commands to flash multiple devices( mass flash) via ethernet protocol.
I want to flash my device via ethernet instead of usb. How do i find target IP which having no OS image.
This is what i found inside Linux_for_Tegra/tools/kernel_flash/README_initrd_flash.txt
Use --network if you want the flash process to happen through Ethernet protocol
instead of USB protocol.
can be “usb0” when flashing using ethernet protocol through the usb
flashing cable or “eth0:/:” when flashing using
ethernet protocol through the RJ45 cable.
The main challenge for me is to find the target ip.
Please provide me mass flashing command for ethernet protocol instead of usb.
This will not work with Massflash because you will get different IP addresses with different Ethernet cables.
Flashing with a Ethernet cable will only work for one device.
Also, you stll need the USB cable to be plugged in, even if you specify flashing to happen via Ethernet.
The Ethernet cable is only effective after the device boots into kernel, and everything prior to this still has to be done via USB cable.