How to flash the X24x carriers with auvidea firmware
####################################################################################
This manual is written for the Jetson Thor

!!! Host PC should be Ubuntu 20.04 or higher !!!

You can use the "prepare_JP7_2_L4T_folder.sh" script in the auvidea sources to prepare the flashing folder and skip to step 6.

1. Download the following archives:
-> wget https://developer.nvidia.com/downloads/embedded/L4T/r39_Release_v2.0/release/Jetson_Linux_R39.2.0_aarch64.tbz2
-> wget https://developer.nvidia.com/downloads/embedded/L4T/r39_Release_v2.0/release/Tegra_Linux_Sample-Root-Filesystem_R39.2.0_aarch64.tbz2

2. unpack the archives
-> tar vxf Jetson_Linux_R39.2.0_aarch64.tbz2
-> sudo tar vxpf Tegra_Linux_Sample-Root-Filesystem_R39.2.0_aarch64.tbz2 -C Linux_for_Tegra/rootfs/

3. unpack the kernel_out folder into the Linux_for_Tegra folder
-> tar xvf kernel_out.tar.xz -C Linux_for_Tegra/

4. run apply_binaries.sh and l4t_flash_orerequisites.sh in the  Linux_for_Tegra folder	
-> cd Linux_for_Tegra/
-> sudo ./apply_binaries.sh --openrm
-> sudo ./tools/l4t_flash_prerequisites.sh

5. unpack auvidea_rootfs into the nvidia rootfs folder
-> cd ..
-> sudo tar vxpf auvidea_rootfs.tar.gz -C Linux_for_Tegra/rootfs/
-> cd Linux_for_Tegra/

6a. for X242 & T4000:
-> sudo ./l4t_initrd_flash.sh auvidea-p3834-0000-x242 internal

6b. for X242 & T5000:
-> sudo ./l4t_initrd_flash.sh auvidea-p3834-0008-x242 internal




