Setup: I have a laptop with Ubuntu 18.06.4, Nvidia SDK L4T 4.6.4, and a Jetson TX2.
I have a cloned version of a development environment of my Jetson on L4T 4.2. I used to be able to flash it onto my Jetson and successfully go into the environment as expected. However, once I flashed a vanilla 4.6.4 image, I am unable to reflash my old 4.2 image back onto it (it keeps bootlooping/showing the Nvidia screen).
I am also trying to get the UART debug log but I do not have cables for it at this point.
What do you mean with a cloned version of a development environment?
You mean like the system.img?
If the image is 4.2, and the bootloader stuff is 4.6.4, then it’s definitely not going to work.
Yes a system.img. I was creating backups of my environment by cloning my working environment using the steps outlined here: https://elinux.org/Jetson/Clone
And yes it seems that after I pulled down 4.2 sdk, I was able to successfully re-flash my old image.
Is there a way to apply patches for my older image from 4.2 to 4.6.4?