Hello:
Yes, I am able to open minicom and receive the expected chatter on the now-working board that I was able to flash through SDK Manager (so the cable should be good). There is no output from the non-working board using the same method (minicom -D /dev/ttyUSB0, which is the correct device). The cursor just blinks or will occasionally put out a single character when the device is turned on but nothing thereafter.
Attempting to flash the board using “sudo ./flash.sh jetson-nano-devkit mmcblk0p1” yields:
sudo ./flash.sh jetson-nano-devkit mmcblk0p1
###############################################################################
# L4T BSP Information:
# R32 , REVISION: 7.3
###############################################################################
# Target Board Information:
# Name: jetson-nano-devkit, Board Family: t210ref, SoC: Tegra 210,
# OpMode: production, Boot Authentication: ,
# Disk encryption: disabled ,
###############################################################################
./tegraflash.py --chip 0x21 --applet "/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery.bin" --skipuid --cmd "dump eeprom boardinfo cvm.bin"
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands
[ 0.0011 ] Generating RCM messages
[ 0.0030 ] tegrarcm --listrcm rcm_list.xml --chip 0x21 0 --download rcm /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery.bin 0 0
[ 0.0036 ] RCM 0 is saved as rcm_0.rcm
[ 0.0040 ] RCM 1 is saved as rcm_1.rcm
[ 0.0040 ] List of rcm files are saved in rcm_list.xml
[ 0.0040 ]
[ 0.0040 ] Signing RCM messages
[ 0.0056 ] tegrasign --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.0061 ] Assuming zero filled SBK key
[ 0.0099 ]
[ 0.0099 ] Copying signature to RCM mesages
[ 0.0116 ] tegrarcm --chip 0x21 0 --updatesig rcm_list_signed.xml
[ 0.0125 ]
[ 0.0125 ] Boot Rom communication
[ 0.0143 ] tegrarcm --chip 0x21 0 --rcm rcm_list_signed.xml --skipuid
[ 0.0152 ] RCM version 0X210001
[ 0.1142 ] Boot Rom communication completed
[ 1.1213 ]
[ 1.1215 ] dump EEPROM info
[ 1.1252 ] tegrarcm --oem platformdetails eeprom /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
[ 1.1270 ] Applet version 00.01.0000
[ 1.2049 ] Saved platform info in /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
[ 1.2813 ]
[ 1.2857 ] tegrarcm --reboot recovery
[ 1.2877 ] Applet version 00.01.0000
[ 1.3608 ]
Parsing board information failed.
Whereas attempting to flash the board using “sudo BOARDID=3448 FAB=000 ./flash.sh jetson-nano-devkit mmcblk0p1” yields:
$ sudo BOARDID=3448 FAB=000 ./flash.sh jetson-nano-devkit mmcblk0p1
###############################################################################
# L4T BSP Information:
# R32 , REVISION: 7.3
###############################################################################
# Target Board Information:
# Name: jetson-nano-devkit, Board Family: t210ref, SoC: Tegra 210,
# OpMode: production, Boot Authentication: ,
# Disk encryption: disabled ,
###############################################################################
Board ID(3448) version(000)
copying bctfile(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/t210ref/BCT/P3448_A00_lpddr4_204Mhz_P987.cfg)... done.
copying bootloader(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/t210ref/cboot.bin)... done.
copying initrd(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/l4t_initrd.img)... done.
Making Boot image... done.
Existing sosfile(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery.bin) reused.
copying tegraboot(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/t210ref/nvtboot.bin)... done.
copying cpu_bootloader(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/t210ref/cboot.bin)... done.
copying bpffile(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/t210ref/sc7entry-firmware.bin)... done.
copying wb0boot(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/t210ref/warmboot.bin)... done.
Existing tosfile(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/tos-mon-only.img) reused.
Existing eksfile(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/eks.img) reused.
copying dtbfile(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/tegra210-p3448-0000-p3449-0000-a00.dtb)... done.
Copying nv_boot_control.conf to rootfs
populating kernel to rootfs... done.
populating initrd to rootfs... done.
populating kernel_tegra210-p3448-0000-p3449-0000-a00.dtb to rootfs... done.
Making system.img...
populating rootfs from /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/rootfs ... populating /boot/extlinux/extlinux.conf ... done.
Sync'ing system.img ... done.
Converting RAW image to Sparse image... done.
system.img built successfully.
Existing tbcfile(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/nvtboot_cpu.bin) reused.
copying tbcdtbfile(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/kernel/dtb/tegra210-p3448-0000-p3449-0000-a00.dtb)... done.
copying cfgfile(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/t210ref/cfg/flash_l4t_t210_max-spi_sd_p3448.xml) to flash.xml... done.
copying flasher(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/t210ref/cboot.bin)... done.
Existing flashapp(/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py) reused.
./tegraflash.py --bl cboot.bin --bct P3448_A00_lpddr4_204Mhz_P987.cfg --odmdata 0xa4000 --bldtb kernel_tegra210-p3448-0000-p3449-0000-a00.dtb --applet nvtboot_recovery.bin --cmd "flash; reboot" --cfg flash.xml --chip 0x21 --skipuid --bins "EBT cboot.bin; DTB tegra210-p3448-0000-p3449-0000-a00.dtb"
saving flash command in /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/flash_win.bat
assign_value: crc-flash.xml.bin 1 65520 1
printf '\x1' | dd of=crc-flash.xml.bin bs=1 seek=65520 count=1 conv=notrunc
1+0 records in
1+0 records out
1 byte copied, 4.5305e-05 s, 22.1 kB/s
assign_value: crc-flash.xml.bin 0 65521 1
printf '\x0' | dd of=crc-flash.xml.bin bs=1 seek=65521 count=1 conv=notrunc
1+0 records in
1+0 records out
1 byte copied, 4.4007e-05 s, 22.7 kB/s
assign_string: crc-flash.xml.bin PTHD 65528 4
echo PTHD | dd of=crc-flash.xml.bin bs=1 seek=65528 count=4 conv=notrunc
4+0 records in
4+0 records out
4 bytes copied, 5.036e-05 s, 79.4 kB/s
*** Flashing target device started. ***
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands
[ 0.0031 ] tegrasign --getmode mode.txt --key None
[ 0.0040 ] Assuming zero filled SBK key
[ 0.0078 ]
[ 0.0079 ] Generating RCM messages
[ 0.0107 ] tegrarcm --listrcm rcm_list.xml --chip 0x21 0 --download rcm nvtboot_recovery.bin 0 0
[ 0.0115 ] RCM 0 is saved as rcm_0.rcm
[ 0.0147 ] RCM 1 is saved as rcm_1.rcm
[ 0.0150 ] List of rcm files are saved in rcm_list.xml
[ 0.0151 ]
[ 0.0151 ] Signing RCM messages
[ 0.0172 ] tegrasign --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.0182 ] Assuming zero filled SBK key
[ 0.0260 ]
[ 0.0261 ] Copying signature to RCM mesages
[ 0.0285 ] tegrarcm --chip 0x21 0 --updatesig rcm_list_signed.xml
[ 0.0305 ]
[ 0.0306 ] Parsing partition layout
[ 0.0323 ] tegraparser --pt flash.xml.tmp
[ 0.0330 ]
[ 0.0331 ] Using default ramcode: 0
[ 0.0331 ] Disable BPMP dtb trim, using default dtb
[ 0.0331 ]
[ 0.0331 ] Creating list of images to be signed
[ 0.0348 ] tegrahost --chip 0x21 0 --partitionlayout flash.xml.bin --list images_list.xml
[ 0.0412 ]
[ 0.0412 ] Generating signatures
[ 0.0431 ] tegrasign --key None --list images_list.xml --pubkeyhash pub_key.key
[ 0.0438 ] Assuming zero filled SBK key
[ 0.0912 ]
[ 0.0912 ] Generating br-bct
[ 0.0943 ] tegrabct --bct P3448_A00_lpddr4_204Mhz_P987.cfg --chip 0x21 0
[ 0.1009 ]
[ 0.1009 ] Updating boot device parameters
[ 0.1027 ] tegrabct --bct P3448_A00_lpddr4_204Mhz_P987.bct --chip 0x21 0 --updatedevparam flash.xml.bin
[ 0.1033 ] Warning: No sdram params
[ 0.1035 ]
[ 0.1035 ] Updating bl info
[ 0.1053 ] tegrabct --bct P3448_A00_lpddr4_204Mhz_P987.bct --chip 0x21 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[ 0.1063 ]
[ 0.1063 ] Updating secondary storage information into bct
[ 0.1082 ] tegraparser --pt flash.xml.bin --chip 0x21 0 --updatecustinfo P3448_A00_lpddr4_204Mhz_P987.bct
[ 0.1091 ]
[ 0.1092 ] Updating Odmdata
[ 0.1110 ] tegrabct --bct P3448_A00_lpddr4_204Mhz_P987.bct --chip 0x21 0 --updatefields Odmdata =0xa4000
[ 0.1117 ] Warning: No sdram params
[ 0.1119 ]
[ 0.1119 ] Get Signed section of bct
[ 0.1139 ] tegrabct --bct P3448_A00_lpddr4_204Mhz_P987.bct --chip 0x21 0 --listbct bct_list.xml
[ 0.1147 ]
[ 0.1148 ] Signing BCT
[ 0.1188 ] tegrasign --key None --list bct_list.xml --pubkeyhash pub_key.key
[ 0.1195 ] Assuming zero filled SBK key
[ 0.1201 ]
[ 0.1201 ] Updating BCT with signature
[ 0.1221 ] tegrabct --bct P3448_A00_lpddr4_204Mhz_P987.bct --chip 0x21 0 --updatesig bct_list_signed.xml
[ 0.1231 ]
[ 0.1231 ] Copying signatures
[ 0.1251 ] tegrahost --chip 0x21 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[ 0.1293 ]
[ 0.1294 ] Updating BFS information on BCT
[ 0.1315 ] tegrabct --bct P3448_A00_lpddr4_204Mhz_P987.bct --chip 0x21 0 --updatebfsinfo flash.xml.bin
[ 0.1327 ]
[ 0.1328 ] Boot Rom communication
[ 0.1349 ] tegrarcm --chip 0x21 0 --rcm rcm_list_signed.xml --skipuid
[ 0.1359 ] RCM version 0X210001
[ 0.2398 ] Boot Rom communication completed
[ 1.2472 ]
[ 1.2473 ] Sending BCTs
[ 1.2516 ] tegrarcm --download bct P3448_A00_lpddr4_204Mhz_P987.bct
[ 1.2542 ] Applet version 00.01.0000
[ 1.3268 ] Sending bct
[ 1.3271 ] [................................................] 100%
[ 1.4123 ]
[ 1.4168 ] tegrahost --chip 0x21 --align cboot.bin
[ 1.4195 ]
[ 1.4237 ] tegrahost --magicid EBT --appendsigheader cboot.bin cboot.bin_blheader
[ 1.4271 ]
[ 1.4291 ] tegrasign --key None --list cboot.bin_list.xml
[ 1.4299 ] Assuming zero filled SBK key
[ 1.4412 ]
[ 1.4430 ] tegrahost --updatesigheader cboot.bin_blheader.encrypt cboot.bin_blheader.hash zerosbk
[ 1.4440 ]
[ 1.4461 ] tegrahost --chip 0x21 --align tegra210-p3448-0000-p3449-0000-a00.dtb
[ 1.4467 ]
[ 1.4484 ] tegrahost --magicid DTB --appendsigheader tegra210-p3448-0000-p3449-0000-a00.dtb tegra210-p3448-0000-p3449-0000-a00.dtb_blheader
[ 1.4495 ]
[ 1.4516 ] tegrasign --key None --list tegra210-p3448-0000-p3449-0000-a00.dtb_list.xml
[ 1.4524 ] Assuming zero filled SBK key
[ 1.4584 ]
[ 1.4604 ] tegrahost --updatesigheader tegra210-p3448-0000-p3449-0000-a00.dtb_blheader.encrypt tegra210-p3448-0000-p3449-0000-a00.dtb_blheader.hash zerosbk
[ 1.4613 ]
[ 1.4616 ] Sending bootloader and pre-requisite binaries
[ 1.4634 ] tegrarcm --download ebt cboot.bin.encrypt 0 0 --download rp1 tegra210-p3448-0000-p3449-0000-a00.dtb.encrypt 0
[ 1.4640 ] Applet version 00.01.0000
[ 1.5369 ] Sending ebt
[ 1.6013 ]
Error: Return value 1
Command tegrarcm --download ebt cboot.bin.encrypt 0 0 --download rp1 tegra210-p3448-0000-p3449-0000-a00.dtb.encrypt 0
Failed flashing t210ref.
Attempting to flash using SDK Manager provides:
17:35:25 DEBUG: Flash Jetson Nano - flash: using adapter to install NV_L4T_FLASH_NANO_WITH_OS_IMAGE_COMP@JETSON_NANO_TARGETS to /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS
17:35:25 INFO: Flash Jetson Nano - flash: [ Component Install Started ]
17:35:25 INFO: Flash Jetson Nano - flash: sudo ./nvsdkmanager_flash.sh --nv-auto-config --username tim
17:35:25 INFO: Flash Jetson Nano - flash: [OEMPreconfig] SDKM_INSTALL_ERROR Password for L4T new user tim:
17:35:25 INFO: Flash Jetson Nano - flash: *** Checking ONLINE mode ... OK.
17:35:25 INFO: Flash Jetson Nano - flash: *** Checking target board connection ... 1 connections found.
17:35:25 INFO: Flash Jetson Nano - flash: *** Reading ECID ... FUSELEVEL=fuselevel_production hwchipid=0x21 bootauth=
17:35:25 INFO: Flash Jetson Nano - flash: *** Reading EEPROM ... "/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/tegraflash.py" --chip 0x21 --applet "/home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery.bin" --skipuid --cmd "dump eeprom boardinfo cvm.bin; dump eeprom baseinfo bbd.bin"
17:35:25 INFO: Flash Jetson Nano - flash: [ 0.0031 ] tegrarcm --listrcm rcm_list.xml --chip 0x21 0 --download rcm /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery.bin 0 0
17:35:25 INFO: Flash Jetson Nano - flash: [ 0.0067 ] tegrasign --key None --list rcm_list.xml --pubkeyhash pub_key.key
17:35:25 INFO: Flash Jetson Nano - flash: [ 0.0075 ] Assuming zero filled SBK key
17:35:25 INFO: Flash Jetson Nano - flash: [ 0.0159 ] tegrarcm --chip 0x21 0 --updatesig rcm_list_signed.xml
17:35:25 INFO: Flash Jetson Nano - flash: [ 0.0194 ] RCM version 0X210001
17:35:26 INFO: Flash Jetson Nano - flash: [ 1.1306 ] tegrarcm --oem platformdetails eeprom /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/cvm.bin
17:35:26 INFO: Flash Jetson Nano - flash: [ 1.1319 ] Applet version 00.01.0000
17:35:27 INFO: Flash Jetson Nano - flash: [ 1.2400 ] tegrarcm --reboot recovery
17:35:27 INFO: Flash Jetson Nano - flash: [ 1.2412 ] Applet version 00.01.0000
17:35:29 INFO: Flash Jetson Nano - flash: [ 3.2740 ] tegrarcm --listrcm rcm_list.xml --chip 0x21 0 --download rcm /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/nvtboot_recovery.bin 0 0
17:35:29 INFO: Flash Jetson Nano - flash: [ 3.2807 ] Assuming zero filled SBK key
17:35:29 INFO: Flash Jetson Nano - flash: [ 3.2893 ] tegrarcm --chip 0x21 0 --updatesig rcm_list_signed.xml
17:35:29 INFO: Flash Jetson Nano - flash: [ 3.2926 ] BR_CID: 0x32101001642a17092000000003048480
17:35:29 INFO: Flash Jetson Nano - flash: [ 3.3187 ] RCM version 0X210001
17:35:30 INFO: Flash Jetson Nano - flash: [ 4.3740 ] tegrarcm --oem platformdetails eeprom /home/tim/nvidia/nvidia_sdk/JetPack_4.6.3_Linux_JETSON_NANO_TARGETS/Linux_for_Tegra/bootloader/bbd.bin
17:35:30 INFO: Flash Jetson Nano - flash: [ 4.3755 ] Applet version 00.01.0000
17:35:30 INFO: Flash Jetson Nano - flash: [ 4.4842 ] tegrarcm --reboot recovery
17:35:30 INFO: Flash Jetson Nano - flash: [ 4.4855 ] Applet version 00.01.0000
17:35:32 INFO: Flash Jetson Nano - flash: [ 4.5134 ]
17:35:32 ERROR: Flash Jetson Nano - flash: --- Parsing board SKU (ERROR: calculated CRC8 0x38 != stored CRC8 0xbc) succeeded.
17:35:32 ERROR: Flash Jetson Nano - flash: command terminated with error
17:35:32 SUMMARY: DateTime Target Setup - target: Depends on failed component
As to the SDK Manager result, I am using a fresh 18.04 install on bare metal and have checked for missing or broken packages with “sudo apt --fix-broken install” and “sudo apt --fix-missing install,” and neither showed anything amiss.
Any advice or insight would be appreciated. Thank you in advance.