following the Flashing with initrd section. I get up to flashing the boards after setting up the environment and then try to flash a board it comes up with no devices to flash.
I have checked that the board is able to be seen using lsusb, but it can’t seem to find it to flash. I am not too sure where I need to go from here. Let me know what kind information is needed as well, not sure exactly what to look at
This is the file I have been using, it has workflow 6, which is similar to the one in the docs, and then it had a second one called workflow 7, called secure massflash
For the last part, I have an older Xavier with an image we have edited and made changes to, I then backup up the image using;
I am not sure, I was following workflow 6 and it kept returning unable to detect boards to flash, and I was able to detect the unflashed boards in recovery mode
Please share the full log when you refer to the steps in Workflow 6 from the host.
It would only restore the APP partition. Is that what you are looking for?
If your new module has not been flashed yet, then it would not boot if you just restore APP partition.
I think you can create a custom mass flash package(with all your required package installed), then performing mass flash for other devices.
I am not too sure what you mean here. Step 3 of the To clone a jetson indicates if the the system has never been flashed to run sudo ./flash.sh -r <board> mmcblk0p1
Correct me if I am wrong, but I have been doing that and I have been able to boot up and ssh into the boards.
I have tried this workflow as well. My board type is jetson-xavier-nx-devkit-emmc, and when I run the first command in that workflow sudo ./l4t_backup_restore.sh -b -c jetson-xavier-nx-devkit-emmc, it returns invalid board name for this. I was wondering if there was a way to get around this as I already have the image I want to use? Could I copy it into the tools/kernal_flash/images folder as a certain name?