In AM62xx-evm SDK, there are 4 filesystem images, namely "base image", "default image", " boot-strap image", "thinlinux image".
After extracting the compressed folder, what is the appropriate way to recompress it back into it's tar.xz format to be able to flash into the SK-AM62 board?
Currently we have tried using the direct compression option on Linux, however the u-boot interface will state it is "Bad Linux ARM64 image magic!"
Our question is: What's the correct way to re-compress the image to be able to be used as filesystem again?
PS: The original "base image" file contents are not modified, however after direct re-compression the filesystem cannot be used after flashing into the board.
Thanks in advance,
Chris