I don't know how to flash Jatpack4.5.1 to Jetson Nano production CPU Module

  1. https://developer.nvidia.com/embedded/jetson-nano
    2.EN715 - AVerMedia

I bought the above two products.
To flash jetpack 4.5.1 on jetson nano production module
Should I use the sdk manager ?
Is there a way to use it by flashing it to the sd card like devkit?

hello sanzarak,

SDKManager only able to support flash the DevKits directly.
if you’re using AVerMedia’s carrier board, you should use the flash.sh, please assign the correct board configuration file to perform flash manually.
thanks

https://developer.nvidia.com/embedded/jetson-nano
How can I flash jatpack to the above products?
I have a jetson Nano Developer Kit (b01) and a carrier board from Avermedia.

2021년 10월 18일 (월) 오후 12:49, JerryChang via NVIDIA Developer Forums <nvidia@discoursemail.com>님이 작성:

hello sanzarak,

please install JetPack release image by SDKManager, then, you’ll see flash.sh script file,
i.e. ~/nvidia/nvidia_sdk/JetPack_<version>_<platform>/Linux_for_Tegra/

there’s flash script usage, $ sudo ./flash.sh [options] <board> <rootdev>
<board>, specifies the configuration to be applied to the device to be flashed.
it’s jetson-nano-devkit by default, please contact with AVerMedia for the board configuration file. thanks