
You will need the overlay to support the new SKU's with JP 4.5 and JP 4.5.1

1. Download the BSP release package and sample file system packages from Jetson downloads to a local Linux host.  
2. Download the overlay package required to support this new SKU to the same directory on the Linux host. 
3. On your local Linux Host do the following to set up and flash the unit - 

tar xf <L4T_RELEASE_PACKAGE>
tar xf <overlay package>
cd Linux_for_Tegra/rootfs/
sudo tar xpf ../../<SAMPLE_FS_PACKAGE>
cd ..
sudo ./apply_binaries.sh
sudo ./flash.sh <flashing config> mmcblk0p1
 