Hello,
I have been taking the temp_initrdflash/bootloader0 and rootfs and compressing this to distribute.
(if this is sub optimal for creating a kernal image for flashing please let me know)
The issue I have is temp_initrdflash/bootloader0 isn’t created until I flash the ORIN AGX
is there a way to create this without needing to be connected to an ORIN?
I have tried with --no-flash --keep --sparse arguments but still don’t get the desired directory.
Any help would be appreciated.
This is the command I currently use to create the bootloader0 folder, but it requires me to flash an ORIN
also just a general question how does temp_initrdflash/bootloader0 differ from bootloader?
seems I can’t generate the temp_initrdflash/bootloader0 without connecting to RCM ORIN
just wondering if I actually need this to flash if I want to use sparse image.
I am using an orin agx devkit. I have run that command with --no-flash and I dont have the temp_initrdflash/bootloader0 folder
My objective is to be able to compile/build an OS image for distribution to other team members, so if I don’t need temp_initrdflash/bootloader0 for this then maybe I’m on the wrong path. but when I run with --flash-only it hangs without these files"
they seem to only generate when actually flashing an ORIN AGX
It seems you want to prepare the package for others to use.
Have you also referred to backup/restore scripy?
You can find more details in <Linux_for_Tegra>/tools/backup_restore/README_backup_restore.txt