Hi,
I try to flash a Xavier NX SOM on a A203v2 carrier board.
I replaced the dtb file (as there seems to be only one file to replace) and I tried to flash the board with the following commands (both failed).
sudo ./flash.sh -r jetson-xavier-nx-devkit-emmc mmcblk0p1
sudo ./flash.sh jetson-xavier-nx-devkit-emmc mmcblk0p1
It is always the same error. Here is the end of the log:
[ 11.6332 ] tegrarcm_v2 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt --download bct_mem mem_rcm_sigheader.bct.encrypt
[ 11.6361 ] Applet version 01.00.0000
[ 11.7259 ] Sending bct_bootrom
[ 11.7268 ] [................................................] 100%
[ 11.7291 ] Sending bct_mb1
[ 11.7313 ] [................................................] 100%
[ 11.7357 ] Sending bct_mem
[ 11.7846 ] [................................................] 100%
[ 11.7908 ] 0000000000000102: E> NONE: Invalid value MemBct dram size: 0MB for slot: 2.
[ 11.8068 ]
[ 11.8069 ]
Error: Return value 2
Command tegrarcm_v2 --download bct_bootrom br_bct_BR.bct --download bct_mb1 mb1_bct_MB1_sigheader.bct.encrypt --download bct_mem mem_rcm_sigheader.bct.encrypt
Failed flashing t186ref.
flashing with the sdk manager fails as well.
I use Jetpack 4.6 [Rev 3] and it does work with a TX2 NX on a A203v2 board.
thank you