Flash Jetson OS fails on Jetson AGX Xavier.....stuck at 99.8%

I am using Jetpack 4.2.1 and am trying to flash the Jetson OS onto my AGX Xavier. The flash gets stuck at 99.8%, and gives me a message saying the installation is taking longer than usual and asks me if I want to continue at around 70%. I have already tried re-flashing it 5 times and the same thing keeps on happening.
I have attached a link to the log files

[url]SDKM_logs_JetPack_4.2.1_(rev.1)_Linux_for_Jetson_AGX_Xavier_2019-09-06_07-34-37.zip - Google Drive

I have had the same “taking longer than usual” on slower hard drives (such as a dual core Atom system), and waiting works. However, there have also been times when it really does stall. Host PC systems with an SSD tend to be a lot faster…how fast is your hard drive? How long did you wait (I’ve had to accept the “keep going” and wait up to a couple of hours on a really slow system)?

Also, if this is a VM, then this tends to happen due to VMs losing connection.

Hello,

The hard drive I am using is an SSD, and I am not using a VM. I’ve waited a few hours each time, but it would still get stuck at 99.8% and keep giving me the same message. I don’t really know what is going on.

We have a module doing the same thing - should we file for RMA?

An SSD waiting for a few hours is indeed incorrect behavior. However, this isn’t necessarily hardware failure. There have been cases of using an incorrect USB cable, or even a particular port on a particular host not working correctly. Sometimes there is just a download problem with a file. In some older Ubuntu (host side) updates there was a bug in the bzip2/bunzip2 causing problems (I think the newest JetPack/SDKM accounts for this, but a slightly older release does not…I’m thinking 4.2.1 is ok):
[url]Jetpack 4.2 Xavier Install Failed - Jetson AGX Xavier - NVIDIA Developer Forums

For @Dan_B, what JetPack/SDK Manager release are you using? Also, everyone should give detailed description of the host PC.

As painful as it may sound I suspect just testing on another host (if possible) would be the best test. If this fails the same way on another host it could still be network issues, but would more likely be a hardware issue.

Someone else would need to comment on whether this is too early for RMA.

Please share the result of below

cd Linux_for_Tegra/ # this should be installed by sdkmanager on your host
sudo flash.sh jetson-tx2 mmcblk0p1

This is the result when I type that command:

sudo: flash.sh: command not found

It should be “./flash.sh”. May be a typo there.

Ah okay, when I ran ./flash.sh I got this:

###############################################################################

L4T BSP Information:

R32 , REVISION: 2.1

###############################################################################

Target Board Information:

Name: jetson-tx2, Board Family: t186ref, SoC: Tegra 194,

OpMode: production, Boot Authentication: NS,

###############################################################################
Error: The Actual SoC ID(0x19) mismatches intended jetson-tx2 SoC ID(0x18).

I am assuming that you wish to flash the Xavier so the right command should be:

sudo ./flash.sh jetson-xavier mmcblk0p1

Changed it to jetson-xavier, and I got this message:

###############################################################################

L4T BSP Information:

R32 , REVISION: 2.1

###############################################################################
Error: probing the target board failed.
Make sure the target board is connected through
USB port and is in recovery mode.

This is after I put the Xavier in recovery mode and waited about 10 minutes before I ran the command. I rebooted the Xavier in recovery mode once again and ran the command right after I booted it, and I got this output:

###############################################################################

L4T BSP Information:

R32 , REVISION: 2.1

###############################################################################

Target Board Information:

Name: jetson-xavier, Board Family: t186ref, SoC: Tegra 194,

OpMode: production, Boot Authentication: NS,

###############################################################################
copying soft_fuses(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)… done.
./tegraflash.py --chip 0x19 --applet “/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod.bin” --skipuid --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg --bins “mb2_applet nvtboot_applet_t194.bin” --cmd “dump eeprom boardinfo cvm.bin;reboot recovery”
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.0028 ] Generating RCM messages
[ 0.0038 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod.bin zerosbk
[ 0.0046 ] Header already present for /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod.bin
[ 0.0077 ]
[ 0.0086 ] tegrasign_v2 --key None --getmode mode.txt
[ 0.0093 ] Assuming zero filled SBK key
[ 0.0094 ]
[ 0.0106 ] tegrasign_v2 --key None --file /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin --offset 2960 --length 1136 --pubkeyhash pub_key.key
[ 0.0115 ] Assuming zero filled SBK key
[ 0.0122 ]
[ 0.0138 ] tegrahost_v2 --chip 0x19 0 --updatesigheader /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.hash zerosbk
[ 0.0177 ]
[ 0.0186 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg.pdf sfuse.bin
[ 0.0195 ]
[ 0.0202 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod_sigheader.bin 0 0
[ 0.0209 ] RCM 0 is saved as rcm_0.rcm
[ 0.0236 ] RCM 1 is saved as rcm_1.rcm
[ 0.0236 ] RCM 2 is saved as rcm_2.rcm
[ 0.0236 ] List of rcm files are saved in rcm_list.xml
[ 0.0236 ]
[ 0.0236 ] Signing RCM messages
[ 0.0244 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 0.0250 ] Assuming zero filled SBK key
[ 0.0255 ]
[ 0.0255 ] Copying signature to RCM mesages
[ 0.0262 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[ 0.0272 ]
[ 0.0273 ] Boot Rom communication
[ 0.0280 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml --skipuid
[ 0.0287 ] RCM version 0X190001
[ 0.0296 ] Boot Rom communication completed
[ 1.0459 ]
[ 2.0523 ] tegrarcm_v2 --isapplet
[ 2.0571 ] Applet version 01.00.0000
[ 2.0762 ]
[ 2.0806 ] tegrarcm_v2 --ismb2
[ 2.1086 ]
[ 2.1129 ] tegrahost_v2 --chip 0x19 --align nvtboot_applet_t194.bin
[ 2.1169 ]
[ 2.1217 ] tegrahost_v2 --chip 0x19 0 --magicid PLDT --appendsigheader nvtboot_applet_t194.bin zerosbk
[ 2.1268 ] adding BCH for nvtboot_applet_t194.bin
[ 2.1352 ]
[ 2.1387 ] tegrasign_v2 --key None --list nvtboot_applet_t194_sigheader.bin_list.xml
[ 2.1410 ] Assuming zero filled SBK key
[ 2.1423 ]
[ 2.1480 ] tegrahost_v2 --chip 0x19 0 --updatesigheader nvtboot_applet_t194_sigheader.bin.encrypt nvtboot_applet_t194_sigheader.bin.hash zerosbk
[ 2.1537 ]
[ 2.1561 ] tegrarcm_v2 --download mb2 nvtboot_applet_t194_sigheader.bin.encrypt
[ 2.1580 ] Applet version 01.00.0000
[ 2.1749 ] Sending mb2
[ 2.1750 ] […] 100%
[ 2.1880 ]
[ 2.1897 ] tegrarcm_v2 --boot recovery
[ 2.1918 ] Applet version 01.00.0000
[ 2.2144 ]
[ 3.2207 ] tegrarcm_v2 --isapplet
[ 3.2387 ]
[ 3.2400 ] tegrarcm_v2 --ismb2
[ 3.2410 ] MB2 Applet version 01.00.0000
[ 3.2756 ]
[ 3.2799 ] tegrarcm_v2 --ismb2
[ 3.2849 ] MB2 Applet version 01.00.0000
[ 3.3077 ]
[ 3.3119 ] Retrieving EEPROM data
[ 3.3129 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/cvm.bin
[ 3.3213 ] MB2 Applet version 01.00.0000
[ 3.3423 ] Saved platform info in /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/cvm.bin
[ 3.3770 ]
[ 3.3772 ] Rebooting to recovery mode
[ 3.3795 ] tegrarcm_v2 --ismb2
[ 3.3818 ] MB2 Applet version 01.00.0000
[ 3.4029 ]
[ 3.4030 ] Rebooting to recovery mode
[ 3.4056 ] tegrarcm_v2 --reboot recovery
[ 3.4078 ] MB2 Applet version 01.00.0000
[ 3.4503 ]
Board ID(2888) version(400) sku(0001) revision(J.0)
copying bctfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-memcfg-p2888.cfg)… done.
copying bctfile1(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-memcfg-sw-override.cfg)… done.
copying uphy_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg)… done.
copying device_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-bct-device-sdmmc.cfg)… done.
copying misc_cold_boot_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-l4t.cfg)… done.
copying misc_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-misc-flash.cfg)… done.
copying pinmux_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg)… done.
copying gpioint_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg)… done.
copying pmic_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg)… done.
copying pmc_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg)… done.
copying prod_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg)… done.
copying scr_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)… done.
copying scr_cold_boot_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-scr-cbb-mini.cfg)… done.
copying bootrom_config(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg)… done.
copying dev_params(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-br-bct-sdmmc.cfg)… done.
Existing bootloader(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
copying initrd(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/l4t_initrd.img)… done.
populating kernel to rootfs… done.
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.0007 ] Generating signature
[ 0.0015 ] tegrasign_v2 --key --getmode mode.txt
[ 0.0022 ] Assuming zero filled SBK key
[ 0.0025 ]
[ 0.0026 ] header_magic: 805514
[ 0.0034 ] tegrahost_v2 --chip 0x19 --align 1_Image
[ 0.0041 ]
[ 0.0049 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_Image zerosbk
[ 0.0056 ] adding BCH for 1_Image
[ 0.6970 ]
[ 0.6981 ] tegrasign_v2 --key --list 1_Image_sigheader_list.xml
[ 0.6987 ] Assuming zero filled SBK key
[ 0.7355 ]
[ 0.7371 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_Image_sigheader.encrypt 1_Image_sigheader.hash zerosbk
[ 1.0942 ]
[ 1.1169 ] Signed file: /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/rootfs/boot/Image_sigheader.encrypt
Generate header for Image_sigheader.encrypt
Generate 16-byte-size-aligned base file for Image_sigheader.encrypt
Remove temporary file
done.
populating initrd to rootfs… done.
populating /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb to rootfs… done.
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.0007 ] Generating signature
[ 0.0017 ] tegrasign_v2 --key --getmode mode.txt
[ 0.0025 ] Assuming zero filled SBK key
[ 0.0025 ]
[ 0.0026 ] header_magic: d00dfeed
[ 0.0034 ] tegrahost_v2 --chip 0x19 --align 1_tegra194-p2888-0001-p2822-0000.dtb
[ 0.0042 ]
[ 0.0049 ] tegrahost_v2 --chip 0x19 0 --magicid DATA --appendsigheader 1_tegra194-p2888-0001-p2822-0000.dtb zerosbk
[ 0.0056 ] adding BCH for 1_tegra194-p2888-0001-p2822-0000.dtb
[ 0.0114 ]
[ 0.0124 ] tegrasign_v2 --key --list 1_tegra194-p2888-0001-p2822-0000_sigheader.dtb_list.xml
[ 0.0131 ] Assuming zero filled SBK key
[ 0.0136 ]
[ 0.0156 ] tegrahost_v2 --chip 0x19 0 --updatesigheader 1_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt 1_tegra194-p2888-0001-p2822-0000_sigheader.dtb.hash zerosbk
[ 0.0198 ]
[ 0.0202 ] Signed file: /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/rootfs/boot/tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
Generate header for tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
Generate 16-byte-size-aligned base file for tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt
Remove temporary file
done.
Making Boot image… done.
Existing sosfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing tegraboot(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/nvtboot_t194.bin) reused.
Existing cpu_bootloader(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/nvtboot_cpu_t194.bin) reused.
Existing mb2blfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/nvtboot_recovery_t194.bin) reused.
Existing mtspreboot(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/preboot_c10_prod_cr.bin) reused.
Existing mcepreboot(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mce_c10_prod_cr.bin) reused.
Existing mtsproper(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mts_c10_prod_cr.bin) reused.
Existing mb1file(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/mb1_t194_prod.bin) reused.
Existing bpffile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/bpmp_t194.bin) reused.
copying bpfdtbfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/tegra194-a02-bpmp-p2888-a04.dtb)… done.
Existing scefile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/camera-rtcpu-sce.img) reused.
Existing camerafw(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/camera-rtcpu-rce.img) reused.
Existing spefile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/spe_t194.bin) reused.
Existing drameccfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/dram-ecc.bin) reused.
Existing badpagefile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/badpage.bin) reused.
Existing wb0boot(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/warmboot_t194_prod.bin) reused.
Existing tosfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/tos-trusty_t194.img) reused.
Existing eksfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/eks.img) reused.
copying soft_fuses(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/BCT/tegra194-mb1-soft-fuses-l4t.cfg)… done.
copying dtbfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)… done.
Copying nv_boot_control.conf to rootfs
Making system.img…
populating rootfs from /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/rootfs … done.
Sync’ing system.img … done.
Converting RAW image to Sparse image…

---- Raw to Sparse Image Converter v1.0 ----------------------------
0: RAW: 4255744( 1039 blks) ==> 28:4255756
1: SKP: 8192( 2 blks) ==> 4255784:12
2: RAW: 4096( 1 blks) ==> 4255796:4108
3: SKP: 61440( 15 blks) ==> 4259904:12
4: RAW: 598016( 146 blks) ==> 4259916:598028
5: SKP: 32956416( 8046 blks) ==> 4857944:12
6: RAW: 897024( 219 blks) ==> 4857956:897036
7: SKP: 95436800( 23300 blks) ==> 5754992:12
8: RAW: 12288( 3 blks) ==> 5755004:12300
9: SKP: 4440064( 1084 blks) ==> 5767304:12
10: RAW: 3448832( 842 blks) ==> 5767316:3448844
11: SKP: 8192( 2 blks) ==> 9216160:12
12: RAW: 114688( 28 blks) ==> 9216172:114700
13: SKP: 8192( 2 blks) ==> 9330872:12
14: RAW: 15904768( 3883 blks) ==> 9330884:15904780
15: SKP: 49152( 12 blks) ==> 25235664:12
16: RAW: 147456( 36 blks) ==> 25235676:147468
17: SKP: 4096( 1 blks) ==> 25383144:12
18: RAW: 77824( 19 blks) ==> 25383156:77836
19: SKP: 4096( 1 blks) ==> 25460992:12
20: RAW: 331776( 81 blks) ==> 25461004:331788
21: SKP: 4096( 1 blks) ==> 25792792:12
22: RAW: 790528( 193 blks) ==> 25792804:790540
23: SKP: 4096( 1 blks) ==> 26583344:12
24: RAW: 57344( 14 blks) ==> 26583356:57356
25: SKP: 8192( 2 blks) ==> 26640712:12
26: RAW: 143360( 35 blks) ==> 26640724:143372
27: SKP: 290816( 71 blks) ==> 26784096:12
28: RAW: 4190208( 1023 blks) ==> 26784108:4190220
29: SKP: 4096( 1 blks) ==> 30974328:12
30: RAW: 196608( 48 blks) ==> 30974340:196620
31: SKP: 274432( 67 blks) ==> 31170960:12
32: RAW: 278528( 68 blks) ==> 31170972:278540
33: SKP: 8192( 2 blks) ==> 31449512:12
34: RAW: 434176( 106 blks) ==> 31449524:434188
35: SKP: 4096( 1 blks) ==> 31883712:12
36: RAW: 4096( 1 blks) ==> 31883724:4108
37: SKP: 1339392( 327 blks) ==> 31887832:12
38: RAW: 49152( 12 blks) ==> 31887844:49164
39: SKP: 368640( 90 blks) ==> 31937008:12
40: RAW: 20480( 5 blks) ==> 31937020:20492
41: SKP: 4096( 1 blks) ==> 31957512:12
42: RAW: 16384( 4 blks) ==> 31957524:16396
43: SKP: 4096( 1 blks) ==> 31973920:12
44: RAW: 4096( 1 blks) ==> 31973932:4108
45: SKP: 16384( 4 blks) ==> 31978040:12
46: RAW: 4096( 1 blks) ==> 31978052:4108
47: SKP: 4096( 1 blks) ==> 31982160:12
48: RAW: 4096( 1 blks) ==> 31982172:4108
49: SKP: 8192( 2 blks) ==> 31986280:12
50: RAW: 4096( 1 blks) ==> 31986292:4108
51: SKP: 8192( 2 blks) ==> 31990400:12
52: RAW: 4096( 1 blks) ==> 31990412:4108
53: SKP: 8192( 2 blks) ==> 31994520:12
54: RAW: 6426624( 1569 blks) ==> 31994532:6426636
55: SKP: 69632( 17 blks) ==> 38421168:12
56: RAW: 12288( 3 blks) ==> 38421180:12300
57: SKP: 8192( 2 blks) ==> 38433480:12
58: RAW: 1597440( 390 blks) ==> 38433492:1597452
59: SKP: 8192( 2 blks) ==> 40030944:12
60: RAW: 327680( 80 blks) ==> 40030956:327692
61: SKP: 12288( 3 blks) ==> 40358648:12
62: RAW: 266240( 65 blks) ==> 40358660:266252
63: SKP: 28672( 7 blks) ==> 40624912:12
64: RAW: 12288( 3 blks) ==> 40624924:12300
65: SKP: 12288( 3 blks) ==> 40637224:12
66: RAW: 4096( 1 blks) ==> 40637236:4108
67: SKP: 45056( 11 blks) ==> 40641344:12
68: RAW: 6791168( 1658 blks) ==> 40641356:6791180
69: SKP: 12288( 3 blks) ==> 47432536:12
70: RAW: 32768( 8 blks) ==> 47432548:32780
71: SKP: 16384( 4 blks) ==> 47465328:12
72: RAW: 8192( 2 blks) ==> 47465340:8204
73: SKP: 4096( 1 blks) ==> 47473544:12
74: RAW: 864256( 211 blks) ==> 47473556:864268
75: SKP: 4096( 1 blks) ==> 48337824:12
76: RAW: 40960( 10 blks) ==> 48337836:40972
77: SKP: 4096( 1 blks) ==> 48378808:12
78: RAW: 25780224( 6294 blks) ==> 48378820:25780236
79: SKP: 12288( 3 blks) ==> 74159056:12
80: RAW: 4096( 1 blks) ==> 74159068:4108
81: SKP: 12288( 3 blks) ==> 74163176:12
82: RAW: 4096( 1 blks) ==> 74163188:4108
83: SKP: 12288( 3 blks) ==> 74167296:12
84: RAW: 28672( 7 blks) ==> 74167308:28684
85: SKP: 16699392( 4077 blks) ==> 74195992:12
86: RAW: 10211328( 2493 blks) ==> 74196004:10211340
87: SKP: 4096( 1 blks) ==> 84407344:12
88: RAW: 53248( 13 blks) ==> 84407356:53260
89: SKP: 1114112( 272 blks) ==> 84460616:12
90: RAW: 11034624( 2694 blks) ==> 84460628:11034636
91: SKP: 385024( 94 blks) ==> 95495264:12
92: RAW: 3694592( 902 blks) ==> 95495276:3694604
93: SKP: 45056( 11 blks) ==> 99189880:12
94: RAW: 4845568( 1183 blks) ==> 99189892:4845580
95: SKP: 4096( 1 blks) ==> 104035472:12
96: RAW: 2072576( 506 blks) ==> 104035484:2072588
97: SKP: 12288( 3 blks) ==> 106108072:12
98: RAW: 4096( 1 blks) ==> 106108084:4108
99: SKP: 4096( 1 blks) ==> 106112192:12
100: RAW: 15065088( 3678 blks) ==> 106112204:15065100
101: SKP: 245760( 60 blks) ==> 121177304:12
102: RAW: 87277568( 21308 blks) ==> 121177316:87277580
103: SKP: 57344( 14 blks) ==> 208454896:12
104: RAW: 16384( 4 blks) ==> 208454908:16396
105: SKP: 49152( 12 blks) ==> 208471304:12
106: RAW: 17133568( 4183 blks) ==> 208471316:17133580
107: SKP: 8192( 2 blks) ==> 225604896:12
108: RAW: 696320( 170 blks) ==> 225604908:696332
109: SKP: 8192( 2 blks) ==> 226301240:12
110: RAW: 2154496( 526 blks) ==> 226301252:2154508
111: SKP: 24576( 6 blks) ==> 228455760:12
112: RAW: 2244608( 548 blks) ==> 228455772:2244620
113: SKP: 16384( 4 blks) ==> 230700392:12
114: RAW: 20480( 5 blks) ==> 230700404:20492
115: SKP: 4096( 1 blks) ==> 230720896:12
116: RAW: 503808( 123 blks) ==> 230720908:503820
117: SKP: 53248( 13 blks) ==> 231224728:12
118: RAW: 17108992( 4177 blks) ==> 231224740:17109004
119: SKP: 4186112( 1022 blks) ==> 248333744:12
120: RAW: 19144704( 4674 blks) ==> 248333756:19144716
121: SKP: 4096( 1 blks) ==> 267478472:12
122: RAW: 1548288( 378 blks) ==> 267478484:1548300
123: SKP: 8192( 2 blks) ==> 269026784:12
124: RAW: 3792896( 926 blks) ==> 269026796:3792908
125: SKP: 4096( 1 blks) ==> 272819704:12
126: RAW: 45056( 11 blks) ==> 272819716:45068
127: SKP: 8192( 2 blks) ==> 272864784:12
128: RAW: 4096( 1 blks) ==> 272864796:4108
129: SKP: 16384( 4 blks) ==> 272868904:12
130: RAW: 17145856( 4186 blks) ==> 272868916:17145868
131: SKP: 12288( 3 blks) ==> 290014784:12
132: RAW: 81920( 20 blks) ==> 290014796:81932
133: SKP: 16384( 4 blks) ==> 290096728:12
134: RAW: 81920( 20 blks) ==> 290096740:81932
135: SKP: 12288( 3 blks) ==> 290178672:12
136: RAW: 77824( 19 blks) ==> 290178684:77836
137: SKP: 12288( 3 blks) ==> 290256520:12
138: RAW: 73728( 18 blks) ==> 290256532:73740
139: SKP: 16384( 4 blks) ==> 290330272:12
140: RAW: 73728( 18 blks) ==> 290330284:73740
141: SKP: 12288( 3 blks) ==> 290404024:12
142: RAW: 73728( 18 blks) ==> 290404036:73740
143: SKP: 12288( 3 blks) ==> 290477776:12
144: RAW: 73728( 18 blks) ==> 290477788:73740
145: SKP: 12288( 3 blks) ==> 290551528:12
146: RAW: 65536( 16 blks) ==> 290551540:65548
147: SKP: 16384( 4 blks) ==> 290617088:12
148: RAW: 37199872( 9082 blks) ==> 290617100:37199884
149: SKP: 8192( 2 blks) ==> 327816984:12
150: RAW: 3788800( 925 blks) ==> 327816996:3788812
151: SKP: 4096( 1 blks) ==> 331605808:12
152: RAW: 49152( 12 blks) ==> 331605820:49164
153: SKP: 8192( 2 blks) ==> 331654984:12
154: RAW: 4096( 1 blks) ==> 331654996:4108
155: SKP: 16384( 4 blks) ==> 331659104:12
156: RAW: 35446784( 8654 blks) ==> 331659116:35446796
157: SKP: 454656( 111 blks) ==> 367105912:12
158: RAW: 163840( 40 blks) ==> 367105924:163852
159: SKP: 8192( 2 blks) ==> 367269776:12
160: RAW: 61440( 15 blks) ==> 367269788:61452
161: SKP: 24576( 6 blks) ==> 367331240:12
162: RAW: 57344( 14 blks) ==> 367331252:57356
163: SKP: 8192( 2 blks) ==> 367388608:12
164: RAW: 335872( 82 blks) ==> 367388620:335884
165: SKP: 94208( 23 blks) ==> 367724504:12
166: RAW: 323584( 79 blks) ==> 367724516:323596
167: SKP: 40960( 10 blks) ==> 368048112:12
168: RAW: 46596096( 11376 blks) ==> 368048124:46596108
169: SKP: 4096( 1 blks) ==> 414644232:12
170: RAW: 589824( 144 blks) ==> 414644244:589836
171: SKP: 28672( 7 blks) ==> 415234080:12
172: RAW: 1167360( 285 blks) ==> 415234092:1167372
173: SKP: 4096( 1 blks) ==> 416401464:12
174: RAW: 167936( 41 blks) ==> 416401476:167948
175: SKP: 8192( 2 blks) ==> 416569424:12
176: RAW: 1880064( 459 blks) ==> 416569436:1880076
177: SKP: 4096( 1 blks) ==> 418449512:12
178: RAW: 692224( 169 blks) ==> 418449524:692236
179: SKP: 4096( 1 blks) ==> 419141760:12
180: RAW: 2293760( 560 blks) ==> 419141772:2293772
181: SKP: 159744( 39 blks) ==> 421435544:12
182: RAW: 569344( 139 blks) ==> 421435556:569356
183: SKP: 24576( 6 blks) ==> 422004912:12
184: RAW: 16384( 4 blks) ==> 422004924:16396
185: SKP: 172032( 42 blks) ==> 422021320:12
186: RAW: 12288( 3 blks) ==> 422021332:12300
187: SKP: 176128( 43 blks) ==> 422033632:12
188: RAW: 8192( 2 blks) ==> 422033644:8204
189: SKP: 155648( 38 blks) ==> 422041848:12
190: RAW: 28672( 7 blks) ==> 422041860:28684
191: SKP: 159744( 39 blks) ==> 422070544:12
192: RAW: 1015808( 248 blks) ==> 422070556:1015820
193: SKP: 4096( 1 blks) ==> 423086376:12
194: RAW: 34385920( 8395 blks) ==> 423086388:34385932
195: SKP: 32768( 8 blks) ==> 457472320:12
196: RAW: 8192( 2 blks) ==> 457472332:8204
197: SKP: 32768( 8 blks) ==> 457480536:12
198: RAW: 45056( 11 blks) ==> 457480548:45068
199: SKP: 8192( 2 blks) ==> 457525616:12
200: RAW: 8192( 2 blks) ==> 457525628:8204
201: SKP: 8192( 2 blks) ==> 457533832:12
202: RAW: 12288( 3 blks) ==> 457533844:12300
203: SKP: 8192( 2 blks) ==> 457546144:12
204: RAW: 49152( 12 blks) ==> 457546156:49164
205: SKP: 8192( 2 blks) ==> 457595320:12
206: RAW: 16384( 4 blks) ==> 457595332:16396
207: SKP: 8192( 2 blks) ==> 457611728:12
208: RAW: 40960( 10 blks) ==> 457611740:40972
209: SKP: 8192( 2 blks) ==> 457652712:12
210: RAW: 8192( 2 blks) ==> 457652724:8204
211: SKP: 4096( 1 blks) ==> 457660928:12
212: RAW: 8192( 2 blks) ==> 457660940:8204
213: SKP: 4096( 1 blks) ==> 457669144:12
214: RAW: 12288( 3 blks) ==> 457669156:12300
215: SKP: 4096( 1 blks) ==> 457681456:12
216: RAW: 4096( 1 blks) ==> 457681468:4108
217: SKP: 8192( 2 blks) ==> 457685576:12
218: RAW: 12288( 3 blks) ==> 457685588:12300
219: SKP: 4096( 1 blks) ==> 457697888:12
220: RAW: 4096( 1 blks) ==> 457697900:4108
221: SKP: 8192( 2 blks) ==> 457702008:12
222: RAW: 12288( 3 blks) ==> 457702020:12300
223: SKP: 4096( 1 blks) ==> 457714320:12
224: RAW: 4096( 1 blks) ==> 457714332:4108
225: SKP: 8192( 2 blks) ==> 457718440:12
226: RAW: 12288( 3 blks) ==> 457718452:12300
227: SKP: 8192( 2 blks) ==> 457730752:12
228: RAW: 12288( 3 blks) ==> 457730764:12300
229: SKP: 8192( 2 blks) ==> 457743064:12
230: RAW: 8192( 2 blks) ==> 457743076:8204
231: SKP: 8192( 2 blks) ==> 457751280:12
232: RAW: 12288( 3 blks) ==> 457751292:12300
233: SKP: 8192( 2 blks) ==> 457763592:12
234: RAW: 12288( 3 blks) ==> 457763604:12300
235: SKP: 8192( 2 blks) ==> 457775904:12
236: RAW: 12288( 3 blks) ==> 457775916:12300
237: SKP: 8192( 2 blks) ==> 457788216:12
238: RAW: 8192( 2 blks) ==> 457788228:8204
239: SKP: 8192( 2 blks) ==> 457796432:12
240: RAW: 12288( 3 blks) ==> 457796444:12300
241: SKP: 8192( 2 blks) ==> 457808744:12
242: RAW: 12288( 3 blks) ==> 457808756:12300
243: SKP: 8192( 2 blks) ==> 457821056:12
244: RAW: 12288( 3 blks) ==> 457821068:12300
245: SKP: 8192( 2 blks) ==> 457833368:12
246: RAW: 8192( 2 blks) ==> 457833380:8204
247: SKP: 8192( 2 blks) ==> 457841584:12
248: RAW: 12288( 3 blks) ==> 457841596:12300
249: SKP: 8192( 2 blks) ==> 457853896:12
250: RAW: 12288( 3 blks) ==> 457853908:12300
251: SKP: 8192( 2 blks) ==> 457866208:12
252: RAW: 8192( 2 blks) ==> 457866220:8204
253: SKP: 8192( 2 blks) ==> 457874424:12
254: RAW: 12288( 3 blks) ==> 457874436:12300
255: SKP: 8192( 2 blks) ==> 457886736:12
256: RAW: 12288( 3 blks) ==> 457886748:12300
257: SKP: 8192( 2 blks) ==> 457899048:12
258: RAW: 8192( 2 blks) ==> 457899060:8204
259: SKP: 8192( 2 blks) ==> 457907264:12
260: RAW: 12288( 3 blks) ==> 457907276:12300
261: SKP: 8192( 2 blks) ==> 457919576:12
262: RAW: 12288( 3 blks) ==> 457919588:12300
263: SKP: 8192( 2 blks) ==> 457931888:12
264: RAW: 8192( 2 blks) ==> 457931900:8204
265: SKP: 8192( 2 blks) ==> 457940104:12
266: RAW: 12288( 3 blks) ==> 457940116:12300
267: SKP: 8192( 2 blks) ==> 457952416:12
268: RAW: 8192( 2 blks) ==> 457952428:8204
269: SKP: 8192( 2 blks) ==> 457960632:12
270: RAW: 12288( 3 blks) ==> 457960644:12300
271: SKP: 4096( 1 blks) ==> 457972944:12
272: RAW: 4096( 1 blks) ==> 457972956:4108
273: SKP: 16384( 4 blks) ==> 457977064:12
274: RAW: 8192( 2 blks) ==> 457977076:8204
275: SKP: 4096( 1 blks) ==> 457985280:12
276: RAW: 4096( 1 blks) ==> 457985292:4108
277: SKP: 12288( 3 blks) ==> 457989400:12
278: RAW: 20480( 5 blks) ==> 457989412:20492
279: SKP: 12288( 3 blks) ==> 458009904:12
280: RAW: 12288( 3 blks) ==> 458009916:12300
281: SKP: 8192( 2 blks) ==> 458022216:12
282: RAW: 12288( 3 blks) ==> 458022228:12300
283: SKP: 8192( 2 blks) ==> 458034528:12
284: RAW: 16384( 4 blks) ==> 458034540:16396
285: SKP: 8192( 2 blks) ==> 458050936:12
286: RAW: 12288( 3 blks) ==> 458050948:12300
287: SKP: 8192( 2 blks) ==> 458063248:12
288: RAW: 8192( 2 blks) ==> 458063260:8204
289: SKP: 8192( 2 blks) ==> 458071464:12
290: RAW: 12288( 3 blks) ==> 458071476:12300
291: SKP: 8192( 2 blks) ==> 458083776:12
292: RAW: 12288( 3 blks) ==> 458083788:12300
293: SKP: 8192( 2 blks) ==> 458096088:12
294: RAW: 12288( 3 blks) ==> 458096100:12300
295: SKP: 8192( 2 blks) ==> 458108400:12
296: RAW: 12288( 3 blks) ==> 458108412:12300
297: SKP: 8192( 2 blks) ==> 458120712:12
298: RAW: 8192( 2 blks) ==> 458120724:8204
299: SKP: 8192( 2 blks) ==> 458128928:12
300: RAW: 12288( 3 blks) ==> 458128940:12300
301: SKP: 8192( 2 blks) ==> 458141240:12
302: RAW: 8192( 2 blks) ==> 458141252:8204
303: SKP: 8192( 2 blks) ==> 458149456:12
304: RAW: 12288( 3 blks) ==> 458149468:12300
305: SKP: 8192( 2 blks) ==> 458161768:12
306: RAW: 12288( 3 blks) ==> 458161780:12300
307: SKP: 8192( 2 blks) ==> 458174080:12
308: RAW: 8192( 2 blks) ==> 458174092:8204
309: SKP: 8192( 2 blks) ==> 458182296:12
310: RAW: 12288( 3 blks) ==> 458182308:12300
311: SKP: 8192( 2 blks) ==> 458194608:12
312: RAW: 12288( 3 blks) ==> 458194620:12300
313: SKP: 8192( 2 blks) ==> 458206920:12
314: RAW: 8192( 2 blks) ==> 458206932:8204
315: SKP: 8192( 2 blks) ==> 458215136:12
316: RAW: 12288( 3 blks) ==> 458215148:12300
317: SKP: 8192( 2 blks) ==> 458227448:12
318: RAW: 8192( 2 blks) ==> 458227460:8204
319: SKP: 8192( 2 blks) ==> 458235664:12
320: RAW: 12288( 3 blks) ==> 458235676:12300
321: SKP: 8192( 2 blks) ==> 458247976:12
322: RAW: 12288( 3 blks) ==> 458247988:12300
323: SKP: 8192( 2 blks) ==> 458260288:12
324: RAW: 8192( 2 blks) ==> 458260300:8204
325: SKP: 8192( 2 blks) ==> 458268504:12
326: RAW: 12288( 3 blks) ==> 458268516:12300
327: SKP: 8192( 2 blks) ==> 458280816:12
328: RAW: 12288( 3 blks) ==> 458280828:12300
329: SKP: 8192( 2 blks) ==> 458293128:12
330: RAW: 8192( 2 blks) ==> 458293140:8204
331: SKP: 8192( 2 blks) ==> 458301344:12
332: RAW: 12288( 3 blks) ==> 458301356:12300
333: SKP: 8192( 2 blks) ==> 458313656:12
334: RAW: 16384( 4 blks) ==> 458313668:16396
335: SKP: 8192( 2 blks) ==> 458330064:12
336: RAW: 8192( 2 blks) ==> 458330076:8204
337: SKP: 8192( 2 blks) ==> 458338280:12
338: RAW: 12288( 3 blks) ==> 458338292:12300
339: SKP: 8192( 2 blks) ==> 458350592:12
340: RAW: 12288( 3 blks) ==> 458350604:12300
341: SKP: 8192( 2 blks) ==> 458362904:12
342: RAW: 12288( 3 blks) ==> 458362916:12300
343: SKP: 8192( 2 blks) ==> 458375216:12
344: RAW: 8192( 2 blks) ==> 458375228:8204
345: SKP: 8192( 2 blks) ==> 458383432:12
346: RAW: 12288( 3 blks) ==> 458383444:12300
347: SKP: 8192( 2 blks) ==> 458395744:12
348: RAW: 12288( 3 blks) ==> 458395756:12300
349: SKP: 8192( 2 blks) ==> 458408056:12
350: RAW: 8192( 2 blks) ==> 458408068:8204
351: SKP: 8192( 2 blks) ==> 458416272:12
352: RAW: 12288( 3 blks) ==> 458416284:12300
353: SKP: 8192( 2 blks) ==> 458428584:12
354: RAW: 8192( 2 blks) ==> 458428596:8204
355: SKP: 8192( 2 blks) ==> 458436800:12
356: RAW: 12288( 3 blks) ==> 458436812:12300
357: SKP: 8192( 2 blks) ==> 458449112:12
358: RAW: 16384( 4 blks) ==> 458449124:16396
359: SKP: 8192( 2 blks) ==> 458465520:12
360: RAW: 8192( 2 blks) ==> 458465532:8204
361: SKP: 8192( 2 blks) ==> 458473736:12
362: RAW: 12288( 3 blks) ==> 458473748:12300
363: SKP: 8192( 2 blks) ==> 458486048:12
364: RAW: 8192( 2 blks) ==> 458486060:8204
365: SKP: 8192( 2 blks) ==> 458494264:12
366: RAW: 12288( 3 blks) ==> 458494276:12300
367: SKP: 8192( 2 blks) ==> 458506576:12
368: RAW: 12288( 3 blks) ==> 458506588:12300
369: SKP: 8192( 2 blks) ==> 458518888:12
370: RAW: 16384( 4 blks) ==> 458518900:16396
371: SKP: 8192( 2 blks) ==> 458535296:12
372: RAW: 16384( 4 blks) ==> 458535308:16396
373: SKP: 8192( 2 blks) ==> 458551704:12
374: RAW: 12288( 3 blks) ==> 458551716:12300
375: SKP: 8192( 2 blks) ==> 458564016:12
376: RAW: 12288( 3 blks) ==> 458564028:12300
377: SKP: 8192( 2 blks) ==> 458576328:12
378: RAW: 12288( 3 blks) ==> 458576340:12300
379: SKP: 8192( 2 blks) ==> 458588640:12
380: RAW: 12288( 3 blks) ==> 458588652:12300
381: SKP: 8192( 2 blks) ==> 458600952:12
382: RAW: 16384( 4 blks) ==> 458600964:16396
383: SKP: 8192( 2 blks) ==> 458617360:12
384: RAW: 16384( 4 blks) ==> 458617372:16396
385: SKP: 8192( 2 blks) ==> 458633768:12
386: RAW: 12288( 3 blks) ==> 458633780:12300
387: SKP: 8192( 2 blks) ==> 458646080:12
388: RAW: 8192( 2 blks) ==> 458646092:8204
389: SKP: 8192( 2 blks) ==> 458654296:12
390: RAW: 12288( 3 blks) ==> 458654308:12300
391: SKP: 8192( 2 blks) ==> 458666608:12
392: RAW: 12288( 3 blks) ==> 458666620:12300
393: SKP: 8192( 2 blks) ==> 458678920:12
394: RAW: 12288( 3 blks) ==> 458678932:12300
395: SKP: 8192( 2 blks) ==> 458691232:12
396: RAW: 12288( 3 blks) ==> 458691244:12300
397: SKP: 8192( 2 blks) ==> 458703544:12
398: RAW: 12288( 3 blks) ==> 458703556:12300
399: SKP: 8192( 2 blks) ==> 458715856:12
400: RAW: 16384( 4 blks) ==> 458715868:16396
401: SKP: 8192( 2 blks) ==> 458732264:12
402: RAW: 12288( 3 blks) ==> 458732276:12300
403: SKP: 8192( 2 blks) ==> 458744576:12
404: RAW: 12288( 3 blks) ==> 458744588:12300
405: SKP: 4096( 1 blks) ==> 458756888:12
406: RAW: 8192( 2 blks) ==> 458756900:8204
407: SKP: 8192( 2 blks) ==> 458765104:12
408: RAW: 8192( 2 blks) ==> 458765116:8204
409: SKP: 8192( 2 blks) ==> 458773320:12
410: RAW: 12288( 3 blks) ==> 458773332:12300
411: SKP: 8192( 2 blks) ==> 458785632:12
412: RAW: 12288( 3 blks) ==> 458785644:12300
413: SKP: 8192( 2 blks) ==> 458797944:12
414: RAW: 8192( 2 blks) ==> 458797956:8204
415: SKP: 8192( 2 blks) ==> 458806160:12
416: RAW: 12288( 3 blks) ==> 458806172:12300
417: SKP: 8192( 2 blks) ==> 458818472:12
418: RAW: 8192( 2 blks) ==> 458818484:8204
419: SKP: 8192( 2 blks) ==> 458826688:12
420: RAW: 12288( 3 blks) ==> 458826700:12300
421: SKP: 8192( 2 blks) ==> 458839000:12
422: RAW: 12288( 3 blks) ==> 458839012:12300
423: SKP: 8192( 2 blks) ==> 458851312:12
424: RAW: 8192( 2 blks) ==> 458851324:8204
425: SKP: 8192( 2 blks) ==> 458859528:12
426: RAW: 20480( 5 blks) ==> 458859540:20492
427: SKP: 8192( 2 blks) ==> 458880032:12
428: RAW: 8192( 2 blks) ==> 458880044:8204
429: SKP: 4096( 1 blks) ==> 458888248:12
430: RAW: 4096( 1 blks) ==> 458888260:4108
431: SKP: 8192( 2 blks) ==> 458892368:12
432: RAW: 20480( 5 blks) ==> 458892380:20492
433: SKP: 8192( 2 blks) ==> 458912872:12
434: RAW: 8192( 2 blks) ==> 458912884:8204
435: SKP: 4096( 1 blks) ==> 458921088:12
436: RAW: 4096( 1 blks) ==> 458921100:4108
437: SKP: 8192( 2 blks) ==> 458925208:12
438: RAW: 12288( 3 blks) ==> 458925220:12300
439: SKP: 8192( 2 blks) ==> 458937520:12
440: RAW: 12288( 3 blks) ==> 458937532:12300
441: SKP: 8192( 2 blks) ==> 458949832:12
442: RAW: 8192( 2 blks) ==> 458949844:8204
443: SKP: 8192( 2 blks) ==> 458958048:12
444: RAW: 12288( 3 blks) ==> 458958060:12300
445: SKP: 8192( 2 blks) ==> 458970360:12
446: RAW: 12288( 3 blks) ==> 458970372:12300
447: SKP: 4096( 1 blks) ==> 458982672:12
448: RAW: 12288( 3 blks) ==> 458982684:12300
449: SKP: 8192( 2 blks) ==> 458994984:12
450: RAW: 16384( 4 blks) ==> 458994996:16396
451: SKP: 8192( 2 blks) ==> 459011392:12
452: RAW: 8192( 2 blks) ==> 459011404:8204
453: SKP: 8192( 2 blks) ==> 459019608:12
454: RAW: 12288( 3 blks) ==> 459019620:12300
455: SKP: 8192( 2 blks) ==> 459031920:12
456: RAW: 12288( 3 blks) ==> 459031932:12300
457: SKP: 8192( 2 blks) ==> 459044232:12
458: RAW: 8192( 2 blks) ==> 459044244:8204
459: SKP: 8192( 2 blks) ==> 459052448:12
460: RAW: 12288( 3 blks) ==> 459052460:12300
461: SKP: 8192( 2 blks) ==> 459064760:12
462: RAW: 8192( 2 blks) ==> 459064772:8204
463: SKP: 8192( 2 blks) ==> 459072976:12
464: RAW: 12288( 3 blks) ==> 459072988:12300
465: SKP: 8192( 2 blks) ==> 459085288:12
466: RAW: 12288( 3 blks) ==> 459085300:12300
467: SKP: 8192( 2 blks) ==> 459097600:12
468: RAW: 8192( 2 blks) ==> 459097612:8204
469: SKP: 8192( 2 blks) ==> 459105816:12
470: RAW: 12288( 3 blks) ==> 459105828:12300
471: SKP: 8192( 2 blks) ==> 459118128:12
472: RAW: 12288( 3 blks) ==> 459118140:12300
473: SKP: 4096( 1 blks) ==> 459130440:12
474: RAW: 12288( 3 blks) ==> 459130452:12300
475: SKP: 8192( 2 blks) ==> 459142752:12
476: RAW: 12288( 3 blks) ==> 459142764:12300
477: SKP: 8192( 2 blks) ==> 459155064:12
478: RAW: 8192( 2 blks) ==> 459155076:8204
479: SKP: 8192( 2 blks) ==> 459163280:12
480: RAW: 12288( 3 blks) ==> 459163292:12300
481: SKP: 8192( 2 blks) ==> 459175592:12
482: RAW: 12288( 3 blks) ==> 459175604:12300
483: SKP: 8192( 2 blks) ==> 459187904:12
484: RAW: 8192( 2 blks) ==> 459187916:8204
485: SKP: 8192( 2 blks) ==> 459196120:12
486: RAW: 12288( 3 blks) ==> 459196132:12300
487: SKP: 8192( 2 blks) ==> 459208432:12
488: RAW: 12288( 3 blks) ==> 459208444:12300
489: SKP: 8192( 2 blks) ==> 459220744:12
490: RAW: 8192( 2 blks) ==> 459220756:8204
491: SKP: 8192( 2 blks) ==> 459228960:12
492: RAW: 12288( 3 blks) ==> 459228972:12300
493: SKP: 8192( 2 blks) ==> 459241272:12
494: RAW: 8192( 2 blks) ==> 459241284:8204
495: SKP: 8192( 2 blks) ==> 459249488:12
496: RAW: 12288( 3 blks) ==> 459249500:12300
497: SKP: 8192( 2 blks) ==> 459261800:12
498: RAW: 12288( 3 blks) ==> 459261812:12300
499: SKP: 8192( 2 blks) ==> 459274112:12
500: RAW: 8192( 2 blks) ==> 459274124:8204
501: SKP: 8192( 2 blks) ==> 459282328:12
502: RAW: 12288( 3 blks) ==> 459282340:12300
503: SKP: 8192( 2 blks) ==> 459294640:12
504: RAW: 12288( 3 blks) ==> 459294652:12300
505: SKP: 8192( 2 blks) ==> 459306952:12
506: RAW: 8192( 2 blks) ==> 459306964:8204
507: SKP: 8192( 2 blks) ==> 459315168:12
508: RAW: 12288( 3 blks) ==> 459315180:12300
509: SKP: 8192( 2 blks) ==> 459327480:12
510: RAW: 12288( 3 blks) ==> 459327492:12300
511: SKP: 8192( 2 blks) ==> 459339792:12
512: RAW: 8192( 2 blks) ==> 459339804:8204
513: SKP: 8192( 2 blks) ==> 459348008:12
514: RAW: 12288( 3 blks) ==> 459348020:12300
515: SKP: 8192( 2 blks) ==> 459360320:12
516: RAW: 12288( 3 blks) ==> 459360332:12300
517: SKP: 8192( 2 blks) ==> 459372632:12
518: RAW: 8192( 2 blks) ==> 459372644:8204
519: SKP: 8192( 2 blks) ==> 459380848:12
520: RAW: 12288( 3 blks) ==> 459380860:12300
521: SKP: 8192( 2 blks) ==> 459393160:12
522: RAW: 12288( 3 blks) ==> 459393172:12300
523: SKP: 8192( 2 blks) ==> 459405472:12
524: RAW: 8192( 2 blks) ==> 459405484:8204
525: SKP: 8192( 2 blks) ==> 459413688:12
526: RAW: 12288( 3 blks) ==> 459413700:12300
527: SKP: 8192( 2 blks) ==> 459426000:12
528: RAW: 12288( 3 blks) ==> 459426012:12300
529: SKP: 8192( 2 blks) ==> 459438312:12
530: RAW: 8192( 2 blks) ==> 459438324:8204
531: SKP: 4096( 1 blks) ==> 459446528:12
532: RAW: 8192( 2 blks) ==> 459446540:8204
533: SKP: 12288( 3 blks) ==> 459454744:12
534: RAW: 4096( 1 blks) ==> 459454756:4108
535: SKP: 12288( 3 blks) ==> 459458864:12
536: RAW: 8192( 2 blks) ==> 459458876:8204
537: SKP: 8192( 2 blks) ==> 459467080:12
538: RAW: 8192( 2 blks) ==> 459467092:8204
539: SKP: 8192( 2 blks) ==> 459475296:12
540: RAW: 16384( 4 blks) ==> 459475308:16396
541: SKP: 4096( 1 blks) ==> 459491704:12
542: RAW: 12288( 3 blks) ==> 459491716:12300
543: SKP: 8192( 2 blks) ==> 459504016:12
544: RAW: 12288( 3 blks) ==> 459504028:12300
545: SKP: 8192( 2 blks) ==> 459516328:12
546: RAW: 8192( 2 blks) ==> 459516340:8204
547: SKP: 8192( 2 blks) ==> 459524544:12
548: RAW: 12288( 3 blks) ==> 459524556:12300
549: SKP: 8192( 2 blks) ==> 459536856:12
550: RAW: 12288( 3 blks) ==> 459536868:12300
551: SKP: 8192( 2 blks) ==> 459549168:12
552: RAW: 12288( 3 blks) ==> 459549180:12300
553: SKP: 8192( 2 blks) ==> 459561480:12
554: RAW: 12288( 3 blks) ==> 459561492:12300
555: SKP: 8192( 2 blks) ==> 459573792:12
556: RAW: 8192( 2 blks) ==> 459573804:8204
557: SKP: 8192( 2 blks) ==> 459582008:12
558: RAW: 12288( 3 blks) ==> 459582020:12300
559: SKP: 8192( 2 blks) ==> 459594320:12
560: RAW: 12288( 3 blks) ==> 459594332:12300
561: SKP: 8192( 2 blks) ==> 459606632:12
562: RAW: 12288( 3 blks) ==> 459606644:12300
563: SKP: 8192( 2 blks) ==> 459618944:12
564: RAW: 131072( 32 blks) ==> 459618956:131084
565: SKP: 4096( 1 blks) ==> 459750040:12
566: RAW: 4096( 1 blks) ==> 459750052:4108
567: SKP: 4096( 1 blks) ==> 459754160:12
568: RAW: 4096( 1 blks) ==> 459754172:4108
569: SKP: 8192( 2 blks) ==> 459758280:12
570: RAW: 12288( 3 blks) ==> 459758292:12300
571: SKP: 8192( 2 blks) ==> 459770592:12
572: RAW: 110592( 27 blks) ==> 459770604:110604
573: SKP: 8192( 2 blks) ==> 459881208:12
574: RAW: 12288( 3 blks) ==> 459881220:12300
575: SKP: 8192( 2 blks) ==> 459893520:12
576: RAW: 12288( 3 blks) ==> 459893532:12300
577: SKP: 8192( 2 blks) ==> 459905832:12
578: RAW: 12288( 3 blks) ==> 459905844:12300
579: SKP: 8192( 2 blks) ==> 459918144:12
580: RAW: 16384( 4 blks) ==> 459918156:16396
581: SKP: 8192( 2 blks) ==> 459934552:12
582: RAW: 12288( 3 blks) ==> 459934564:12300
583: SKP: 8192( 2 blks) ==> 459946864:12
584: RAW: 12288( 3 blks) ==> 459946876:12300
585: SKP: 8192( 2 blks) ==> 459959176:12
586: RAW: 24576( 6 blks) ==> 459959188:24588
587: SKP: 8192( 2 blks) ==> 459983776:12
588: RAW: 4096( 1 blks) ==> 459983788:4108
589: SKP: 4096( 1 blks) ==> 459987896:12
590: RAW: 4096( 1 blks) ==> 459987908:4108
591: SKP: 4096( 1 blks) ==> 459992016:12
592: RAW: 16384( 4 blks) ==> 459992028:16396
593: SKP: 4096( 1 blks) ==> 460008424:12
594: RAW: 12288( 3 blks) ==> 460008436:12300
595: SKP: 8192( 2 blks) ==> 460020736:12
596: RAW: 4096( 1 blks) ==> 460020748:4108
597: SKP: 4096( 1 blks) ==> 460024856:12
598: RAW: 4096( 1 blks) ==> 460024868:4108
599: SKP: 4096( 1 blks) ==> 460028976:12
600: RAW: 16384( 4 blks) ==> 460028988:16396
601: SKP: 4096( 1 blks) ==> 460045384:12
602: RAW: 4096( 1 blks) ==> 460045396:4108
603: SKP: 4096( 1 blks) ==> 460049504:12
604: RAW: 4096( 1 blks) ==> 460049516:4108
605: SKP: 8192( 2 blks) ==> 460053624:12
606: RAW: 4096( 1 blks) ==> 460053636:4108
607: SKP: 4096( 1 blks) ==> 460057744:12
608: RAW: 4096( 1 blks) ==> 460057756:4108
609: SKP: 4096( 1 blks) ==> 460061864:12
610: RAW: 16384( 4 blks) ==> 460061876:16396
611: SKP: 4096( 1 blks) ==> 460078272:12
612: RAW: 4096( 1 blks) ==> 460078284:4108
613: SKP: 4096( 1 blks) ==> 460082392:12
614: RAW: 4096( 1 blks) ==> 460082404:4108
615: SKP: 8192( 2 blks) ==> 460086512:12
616: RAW: 4096( 1 blks) ==> 460086524:4108
617: SKP: 4096( 1 blks) ==> 460090632:12
618: RAW: 4096( 1 blks) ==> 460090644:4108
619: SKP: 4096( 1 blks) ==> 460094752:12
620: RAW: 16384( 4 blks) ==> 460094764:16396
621: SKP: 4096( 1 blks) ==> 460111160:12
622: RAW: 4096( 1 blks) ==> 460111172:4108
623: SKP: 4096( 1 blks) ==> 460115280:12
624: RAW: 4096( 1 blks) ==> 460115292:4108
625: SKP: 8192( 2 blks) ==> 460119400:12
626: RAW: 4096( 1 blks) ==> 460119412:4108
627: SKP: 4096( 1 blks) ==> 460123520:12
628: RAW: 4096( 1 blks) ==> 460123532:4108
629: SKP: 4096( 1 blks) ==> 460127640:12
630: RAW: 16384( 4 blks) ==> 460127652:16396
631: SKP: 4096( 1 blks) ==> 460144048:12
632: RAW: 4096( 1 blks) ==> 460144060:4108
633: SKP: 4096( 1 blks) ==> 460148168:12
634: RAW: 4096( 1 blks) ==> 460148180:4108
635: SKP: 8192( 2 blks) ==> 460152288:12
636: RAW: 4096( 1 blks) ==> 460152300:4108
637: SKP: 4096( 1 blks) ==> 460156408:12
638: RAW: 4096( 1 blks) ==> 460156420:4108
639: SKP: 4096( 1 blks) ==> 460160528:12
640: RAW: 16384( 4 blks) ==> 460160540:16396
641: SKP: 4096( 1 blks) ==> 460176936:12
642: RAW: 4096( 1 blks) ==> 460176948:4108
643: SKP: 4096( 1 blks) ==> 460181056:12
644: RAW: 4096( 1 blks) ==> 460181068:4108
645: SKP: 8192( 2 blks) ==> 460185176:12
646: RAW: 4096( 1 blks) ==> 460185188:4108
647: SKP: 4096( 1 blks) ==> 460189296:12
648: RAW: 4096( 1 blks) ==> 460189308:4108
649: SKP: 4096( 1 blks) ==> 460193416:12
650: RAW: 16384( 4 blks) ==> 460193428:16396
651: SKP: 4096( 1 blks) ==> 460209824:12
652: RAW: 4096( 1 blks) ==> 460209836:4108
653: SKP: 4096( 1 blks) ==> 460213944:12
654: RAW: 4096( 1 blks) ==> 460213956:4108
655: SKP: 8192( 2 blks) ==> 460218064:12
656: RAW: 4096( 1 blks) ==> 460218076:4108
657: SKP: 4096( 1 blks) ==> 460222184:12
658: RAW: 4096( 1 blks) ==> 460222196:4108
659: SKP: 4096( 1 blks) ==> 460226304:12
660: RAW: 16384( 4 blks) ==> 460226316:16396
661: SKP: 4096( 1 blks) ==> 460242712:12
662: RAW: 4096( 1 blks) ==> 460242724:4108
663: SKP: 4096( 1 blks) ==> 460246832:12
664: RAW: 4096( 1 blks) ==> 460246844:4108
665: SKP: 8192( 2 blks) ==> 460250952:12
666: RAW: 4096( 1 blks) ==> 460250964:4108
667: SKP: 4096( 1 blks) ==> 460255072:12
668: RAW: 4096( 1 blks) ==> 460255084:4108
669: SKP: 4096( 1 blks) ==> 460259192:12
670: RAW: 16384( 4 blks) ==> 460259204:16396
671: SKP: 4096( 1 blks) ==> 460275600:12
672: RAW: 4096( 1 blks) ==> 460275612:4108
673: SKP: 4096( 1 blks) ==> 460279720:12
674: RAW: 4096( 1 blks) ==> 460279732:4108
675: SKP: 8192( 2 blks) ==> 460283840:12
676: RAW: 4096( 1 blks) ==> 460283852:4108
677: SKP: 4096( 1 blks) ==> 460287960:12
678: RAW: 4096( 1 blks) ==> 460287972:4108
679: SKP: 4096( 1 blks) ==> 460292080:12
680: RAW: 16384( 4 blks) ==> 460292092:16396
681: SKP: 4096( 1 blks) ==> 460308488:12
682: RAW: 4096( 1 blks) ==> 460308500:4108
683: SKP: 4096( 1 blks) ==> 460312608:12
684: RAW: 4096( 1 blks) ==> 460312620:4108
685: SKP: 8192( 2 blks) ==> 460316728:12
686: RAW: 4096( 1 blks) ==> 460316740:4108
687: SKP: 4096( 1 blks) ==> 460320848:12
688: RAW: 4096( 1 blks) ==> 460320860:4108
689: SKP: 4096( 1 blks) ==> 460324968:12
690: RAW: 16384( 4 blks) ==> 460324980:16396
691: SKP: 4096( 1 blks) ==> 460341376:12
692: RAW: 4096( 1 blks) ==> 460341388:4108
693: SKP: 4096( 1 blks) ==> 460345496:12
694: RAW: 4096( 1 blks) ==> 460345508:4108
695: SKP: 8192( 2 blks) ==> 460349616:12
696: RAW: 4096( 1 blks) ==> 460349628:4108
697: SKP: 4096( 1 blks) ==> 460353736:12
698: RAW: 4096( 1 blks) ==> 460353748:4108
699: SKP: 4096( 1 blks) ==> 460357856:12
700: RAW: 16384( 4 blks) ==> 460357868:16396
701: SKP: 4096( 1 blks) ==> 460374264:12
702: RAW: 4096( 1 blks) ==> 460374276:4108
703: SKP: 4096( 1 blks) ==> 460378384:12
704: RAW: 4096( 1 blks) ==> 460378396:4108
705: SKP: 8192( 2 blks) ==> 460382504:12
706: RAW: 4096( 1 blks) ==> 460382516:4108
707: SKP: 4096( 1 blks) ==> 460386624:12
708: RAW: 4096( 1 blks) ==> 460386636:4108
709: SKP: 4096( 1 blks) ==> 460390744:12
710: RAW: 16384( 4 blks) ==> 460390756:16396
711: SKP: 4096( 1 blks) ==> 460407152:12
712: RAW: 4096( 1 blks) ==> 460407164:4108
713: SKP: 4096( 1 blks) ==> 460411272:12
714: RAW: 4096( 1 blks) ==> 460411284:4108
715: SKP: 8192( 2 blks) ==> 460415392:12
716: RAW: 4096( 1 blks) ==> 460415404:4108
717: SKP: 4096( 1 blks) ==> 460419512:12
718: RAW: 4096( 1 blks) ==> 460419524:4108
719: SKP: 4096( 1 blks) ==> 460423632:12
720: RAW: 16384( 4 blks) ==> 460423644:16396
721: SKP: 4096( 1 blks) ==> 460440040:12
722: RAW: 4096( 1 blks) ==> 460440052:4108
723: SKP: 4096( 1 blks) ==> 460444160:12
724: RAW: 4096( 1 blks) ==> 460444172:4108
725: SKP: 8192( 2 blks) ==> 460448280:12
726: RAW: 4096( 1 blks) ==> 460448292:4108
727: SKP: 4096( 1 blks) ==> 460452400:12
728: RAW: 4096( 1 blks) ==> 460452412:4108
729: SKP: 4096( 1 blks) ==> 460456520:12
730: RAW: 16384( 4 blks) ==> 460456532:16396
731: SKP: 4096( 1 blks) ==> 460472928:12
732: RAW: 4096( 1 blks) ==> 460472940:4108
733: SKP: 4096( 1 blks) ==> 460477048:12
734: RAW: 4096( 1 blks) ==> 460477060:4108
735: SKP: 8192( 2 blks) ==> 460481168:12
736: RAW: 4096( 1 blks) ==> 460481180:4108
737: SKP: 4096( 1 blks) ==> 460485288:12
738: RAW: 4096( 1 blks) ==> 460485300:4108
739: SKP: 4096( 1 blks) ==> 460489408:12
740: RAW: 16384( 4 blks) ==> 460489420:16396
741: SKP: 4096( 1 blks) ==> 460505816:12
742: RAW: 4096( 1 blks) ==> 460505828:4108
743: SKP: 4096( 1 blks) ==> 460509936:12
744: RAW: 4096( 1 blks) ==> 460509948:4108
745: SKP: 8192( 2 blks) ==> 460514056:12
746: RAW: 4096( 1 blks) ==> 460514068:4108
747: SKP: 4096( 1 blks) ==> 460518176:12
748: RAW: 4096( 1 blks) ==> 460518188:4108
749: SKP: 4096( 1 blks) ==> 460522296:12
750: RAW: 16384( 4 blks) ==> 460522308:16396
751: SKP: 4096( 1 blks) ==> 460538704:12
752: RAW: 4096( 1 blks) ==> 460538716:4108
753: SKP: 4096( 1 blks) ==> 460542824:12
754: RAW: 4096( 1 blks) ==> 460542836:4108
755: SKP: 8192( 2 blks) ==> 460546944:12
756: RAW: 4096( 1 blks) ==> 460546956:4108
757: SKP: 8192( 2 blks) ==> 460551064:12
758: RAW: 12288( 3 blks) ==> 460551076:12300
759: SKP: 8192( 2 blks) ==> 460563376:12
760: RAW: 12288( 3 blks) ==> 460563388:12300
761: SKP: 8192( 2 blks) ==> 460575688:12
762: RAW: 8192( 2 blks) ==> 460575700:8204
763: SKP: 8192( 2 blks) ==> 460583904:12
764: RAW: 12288( 3 blks) ==> 460583916:12300
765: SKP: 8192( 2 blks) ==> 460596216:12
766: RAW: 8192( 2 blks) ==> 460596228:8204
767: SKP: 8192( 2 blks) ==> 460604432:12
768: RAW: 12288( 3 blks) ==> 460604444:12300
769: SKP: 8192( 2 blks) ==> 460616744:12
770: RAW: 12288( 3 blks) ==> 460616756:12300
771: SKP: 8192( 2 blks) ==> 460629056:12
772: RAW: 8192( 2 blks) ==> 460629068:8204
773: SKP: 8192( 2 blks) ==> 460637272:12
774: RAW: 12288( 3 blks) ==> 460637284:12300
775: SKP: 8192( 2 blks) ==> 460649584:12
776: RAW: 8192( 2 blks) ==> 460649596:8204
777: SKP: 8192( 2 blks) ==> 460657800:12
778: RAW: 12288( 3 blks) ==> 460657812:12300
779: SKP: 8192( 2 blks) ==> 460670112:12
780: RAW: 12288( 3 blks) ==> 460670124:12300
781: SKP: 8192( 2 blks) ==> 460682424:12
782: RAW: 8192( 2 blks) ==> 460682436:8204
783: SKP: 8192( 2 blks) ==> 460690640:12
784: RAW: 12288( 3 blks) ==> 460690652:12300
785: SKP: 8192( 2 blks) ==> 460702952:12
786: RAW: 12288( 3 blks) ==> 460702964:12300
787: SKP: 8192( 2 blks) ==> 460715264:12
788: RAW: 8192( 2 blks) ==> 460715276:8204
789: SKP: 8192( 2 blks) ==> 460723480:12
790: RAW: 12288( 3 blks) ==> 460723492:12300
791: SKP: 8192( 2 blks) ==> 460735792:12
792: RAW: 8192( 2 blks) ==> 460735804:8204
793: SKP: 8192( 2 blks) ==> 460744008:12
794: RAW: 12288( 3 blks) ==> 460744020:12300
795: SKP: 8192( 2 blks) ==> 460756320:12
796: RAW: 16384( 4 blks) ==> 460756332:16396
797: SKP: 8192( 2 blks) ==> 460772728:12
798: RAW: 12288( 3 blks) ==> 460772740:12300
799: SKP: 8192( 2 blks) ==> 460785040:12
800: RAW: 8192( 2 blks) ==> 460785052:8204
801: SKP: 8192( 2 blks) ==> 460793256:12
802: RAW: 12288( 3 blks) ==> 460793268:12300
803: SKP: 8192( 2 blks) ==> 460805568:12
804: RAW: 16384( 4 blks) ==> 460805580:16396
805: SKP: 8192( 2 blks) ==> 460821976:12
806: RAW: 12288( 3 blks) ==> 460821988:12300
807: SKP: 8192( 2 blks) ==> 460834288:12
808: RAW: 12288( 3 blks) ==> 460834300:12300
809: SKP: 8192( 2 blks) ==> 460846600:12
810: RAW: 12288( 3 blks) ==> 460846612:12300
811: SKP: 8192( 2 blks) ==> 460858912:12
812: RAW: 8192( 2 blks) ==> 460858924:8204
813: SKP: 8192( 2 blks) ==> 460867128:12
814: RAW: 12288( 3 blks) ==> 460867140:12300
815: SKP: 8192( 2 blks) ==> 460879440:12
816: RAW: 8192( 2 blks) ==> 460879452:8204
817: SKP: 8192( 2 blks) ==> 460887656:12
818: RAW: 12288( 3 blks) ==> 460887668:12300
819: SKP: 8192( 2 blks) ==> 460899968:12
820: RAW: 12288( 3 blks) ==> 460899980:12300
821: SKP: 8192( 2 blks) ==> 460912280:12
822: RAW: 12288( 3 blks) ==> 460912292:12300
823: SKP: 8192( 2 blks) ==> 460924592:12
824: RAW: 8192( 2 blks) ==> 460924604:8204
825: SKP: 8192( 2 blks) ==> 460932808:12
826: RAW: 12288( 3 blks) ==> 460932820:12300
827: SKP: 8192( 2 blks) ==> 460945120:12
828: RAW: 12288( 3 blks) ==> 460945132:12300
829: SKP: 8192( 2 blks) ==> 460957432:12
830: RAW: 8192( 2 blks) ==> 460957444:8204
831: SKP: 8192( 2 blks) ==> 460965648:12
832: RAW: 12288( 3 blks) ==> 460965660:12300
833: SKP: 8192( 2 blks) ==> 460977960:12
834: RAW: 12288( 3 blks) ==> 460977972:12300
835: SKP: 8192( 2 blks) ==> 460990272:12
836: RAW: 8192( 2 blks) ==> 460990284:8204
837: SKP: 8192( 2 blks) ==> 460998488:12
838: RAW: 12288( 3 blks) ==> 460998500:12300
839: SKP: 8192( 2 blks) ==> 461010800:12
840: RAW: 12288( 3 blks) ==> 461010812:12300
841: SKP:

After a bunch of those lines, this came after:

– Total: ---------------------------------------------------
4870 CHUNK 30064771072(7340032 blks) ==> 4392113252(1072279 blks)

done.
system.img built successfully.
Existing tbcfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/cboot_t194.bin) reused.
copying tbcdtbfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/kernel/dtb/tegra194-p2888-0001-p2822-0000.dtb)… done.
copying cfgfile(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/t186ref/cfg/flash_t194_sdmmc.xml) to flash.xml… done.
Existing flasher(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/nvtboot_recovery_cpu_t194.bin) reused.
Existing flashapp(/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/tegraflash.py) reused.
./tegraflash.py --bl nvtboot_recovery_cpu_t194.bin --sdram_config tegra194-mb1-bct-memcfg-p2888.cfg,tegra194-memcfg-sw-override.cfg --odmdata 0x9190000 --applet mb1_t194_prod.bin --cmd “flash; reboot” --soft_fuses tegra194-mb1-soft-fuses-l4t.cfg --cfg flash.xml --chip 0x19 --uphy_config tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device_config tegra19x-mb1-bct-device-sdmmc.cfg --misc_cold_boot_config tegra194-mb1-bct-misc-l4t.cfg --misc_config tegra194-mb1-bct-misc-flash.cfg --pinmux_config tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --gpioint_config tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --pmic_config tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --pmc_config tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --prod_config tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --scr_config tegra194-mb1-bct-scr-cbb-mini.cfg --scr_cold_boot_config tegra194-mb1-bct-scr-cbb-mini.cfg --br_cmd_config tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --dev_params tegra194-br-bct-sdmmc.cfg --bin “mb2_bootloader nvtboot_recovery_t194.bin; mts_preboot preboot_c10_prod_cr.bin; mts_mce mce_c10_prod_cr.bin; mts_proper mts_c10_prod_cr.bin; bpmp_fw bpmp_t194.bin; bpmp_fw_dtb tegra194-a02-bpmp-p2888-a04.dtb; spe_fw spe_t194.bin; tlk tos-trusty_t194.img; eks eks.img; bootloader_dtb tegra194-p2888-0001-p2822-0000.dtb”
saving flash command in /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/flashcmd.txt
saving Windows flash command to /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/flash_win.bat
*** 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.0157 ] tegrasign_v2 --key None --getmode mode.txt
[ 0.0165 ] Assuming zero filled SBK key
[ 0.0202 ]
[ 0.0202 ] Generating RCM messages
[ 0.0219 ] tegrahost_v2 --chip 0x19 0 --magicid MB1B --appendsigheader mb1_t194_prod.bin zerosbk
[ 0.0228 ] Header already present for mb1_t194_prod.bin
[ 0.0281 ]
[ 0.0291 ] tegrasign_v2 --key None --getmode mode.txt
[ 0.0298 ] Assuming zero filled SBK key
[ 0.0299 ]
[ 0.0309 ] tegrasign_v2 --key None --file mb1_t194_prod_sigheader.bin --offset 2960 --length 1136 --pubkeyhash pub_key.key
[ 0.0326 ] Assuming zero filled SBK key
[ 0.0330 ]
[ 0.0338 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_t194_prod_sigheader.bin mb1_t194_prod_sigheader.hash zerosbk
[ 0.0372 ]
[ 0.0760 ] tegrabct_v2 --chip 0x19 0 --sfuse tegra194-mb1-soft-fuses-l4t.cfg sfuse.bin
[ 0.0810 ]
[ 0.0854 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x19 0 --sfuses sfuse.bin --download rcm mb1_t194_prod_sigheader.bin 0 0
[ 0.0888 ] RCM 0 is saved as rcm_0.rcm
[ 0.1042 ] RCM 1 is saved as rcm_1.rcm
[ 0.1043 ] RCM 2 is saved as rcm_2.rcm
[ 0.1043 ] List of rcm files are saved in rcm_list.xml
[ 0.1043 ]
[ 0.1044 ] Signing RCM messages
[ 0.1067 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 0.1087 ] Assuming zero filled SBK key
[ 0.1100 ]
[ 0.1101 ] Copying signature to RCM mesages
[ 0.1117 ] tegrarcm_v2 --chip 0x19 0 --updatesig rcm_list_signed.xml
[ 0.1143 ]
[ 0.1144 ] Parsing partition layout
[ 0.1435 ] tegraparser_v2 --pt flash.xml.tmp
[ 0.1491 ]
[ 0.1493 ] Creating list of images to be signed
[ 0.1526 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --list images_list.xml zerosbk
[ 0.1560 ] MB1: Nvheader already present is mb1_t194_prod.bin
[ 0.1583 ] Header already present for mb1_t194_prod_sigheader.bin
[ 0.1605 ] MB1: Nvheader already present is mb1_t194_prod.bin
[ 0.1754 ] Header already present for mb1_t194_prod_sigheader.bin
[ 0.1902 ] adding BCH for spe_t194.bin
[ 0.2310 ] adding BCH for spe_t194.bin
[ 0.2405 ] adding BCH for nvtboot_t194.bin
[ 0.2663 ] adding BCH for nvtboot_t194.bin
[ 0.2818 ] Header already present for preboot_c10_prod_cr.bin
[ 0.3142 ] Header already present for preboot_c10_prod_cr.bin
[ 0.3148 ] Header already present for mce_c10_prod_cr.bin
[ 0.3269 ] Header already present for mce_c10_prod_cr.bin
[ 0.3291 ] adding BCH for mts_c10_prod_cr.bin
[ 0.3532 ] adding BCH for mts_c10_prod_cr.bin
[ 0.4324 ] adding BCH for cboot_t194.bin
[ 0.4994 ] adding BCH for cboot_t194.bin
[ 0.5075 ] adding BCH for tegra194-p2888-0001-p2822-0000.dtb
[ 0.5163 ] adding BCH for tegra194-p2888-0001-p2822-0000.dtb
[ 0.5218 ] adding BCH for tos-trusty_t194.img
[ 0.7142 ] adding BCH for tos-trusty_t194.img
[ 0.7240 ] adding BCH for eks.img
[ 0.7640 ] adding BCH for eks.img
[ 0.7653 ] adding BCH for bpmp_t194.bin
[ 0.7840 ] adding BCH for bpmp_t194.bin
[ 0.8251 ] adding BCH for tegra194-a02-bpmp-p2888-a04.dtb
[ 0.8976 ] adding BCH for tegra194-a02-bpmp-p2888-a04.dtb
[ 0.9173 ] adding BCH for camera-rtcpu-rce.img
[ 0.9753 ] adding BCH for camera-rtcpu-rce.img
[ 0.9818 ] adding BCH for adsp-fw.bin
[ 1.0135 ] adding BCH for adsp-fw.bin
[ 1.0161 ] Header already present for warmboot_t194_prod.bin
[ 1.0332 ] Header already present for warmboot_t194_prod.bin
[ 1.0380 ] adding BCH for boot.img
[ 1.0835 ] adding BCH for boot.img
[ 1.9322 ] adding BCH for tegra194-p2888-0001-p2822-0000.dtb
[ 2.8528 ] adding BCH for tegra194-p2888-0001-p2822-0000.dtb
[ 3.4756 ]
[ 3.4756 ] Filling MB1 storage info
[ 3.4756 ] Generating br-bct
[ 3.4770 ] Performing cfg overlay
[ 3.4771 ] [‘tegra194-mb1-bct-memcfg-p2888.cfg’, ‘tegra194-memcfg-sw-override.cfg’]
[ 3.4781 ] sw_memcfg_overlay.pl -c tegra194-mb1-bct-memcfg-p2888.cfg -s tegra194-memcfg-sw-override.cfg -o /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1.cfg
[ 3.5607 ]
[ 3.5608 ] Updating dev and MSS params in BR BCT
[ 3.5609 ] tegrabct_v2 --dev_param tegra194-br-bct-sdmmc.cfg --sdram /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[ 3.6010 ]
[ 3.6010 ] Updating bl info
[ 3.6019 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin
[ 3.6040 ]
[ 3.6040 ] Generating signatures
[ 3.6048 ] tegrasign_v2 --key None --list images_list.xml --pubkeyhash pub_key.key
[ 3.6054 ] Assuming zero filled SBK key
[ 3.7898 ]
[ 3.7900 ] Generating br-bct
[ 3.7946 ] Performing cfg overlay
[ 3.7947 ] [‘/home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1.cfg’]
[ 3.7948 ] Updating dev and MSS params in BR BCT
[ 3.7951 ] tegrabct_v2 --dev_param tegra194-br-bct-sdmmc.cfg --sdram /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1.cfg --brbct br_bct.cfg --sfuse tegra194-mb1-soft-fuses-l4t.cfg --chip 0x19 0
[ 3.8549 ]
[ 3.8549 ] Updating bl info
[ 3.8558 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updateblinfo flash.xml.bin --updatesig images_list_signed.xml
[ 3.8585 ]
[ 3.8585 ] Updating smd info
[ 3.8593 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 --updatesmdinfo flash.xml.bin
[ 3.8603 ]
[ 3.8603 ] Updating Odmdata
[ 3.8610 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatefields Odmdata =0x9190000
[ 3.8621 ]
[ 3.8622 ] Get Signed section of bct
[ 3.8629 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --listbct bct_list.xml
[ 3.8637 ]
[ 3.8645 ] tegrasign_v2 --key None --list bct_list.xml --pubkeyhash pub_key.key --getmontgomeryvalues montgomery.bin
[ 3.8651 ] Assuming zero filled SBK key
[ 3.8654 ]
[ 3.8654 ] Updating BCT with signature
[ 3.8663 ] tegrabct_v2 --brbct br_bct_BR.bct --chip 0x19 0 --updatesig bct_list_signed.xml
[ 3.8673 ]
[ 3.8673 ] Generating coldboot mb1-bct
[ 3.8695 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_cold_boot_bct.cfg --sdram /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1.cfg --misc tegra194-mb1-bct-misc-l4t.cfg --scr tegra194-mb1-bct-scr-cbb-mini.cfg --pinmux tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --pmc tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --pmic tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --brcommand tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --prod tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --gpioint tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --uphy tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device tegra19x-mb1-bct-device-sdmmc.cfg
[ 3.8704 ] MB1-BCT version: 0x1

[ 3.8706 ] Parsing config file :tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg
[ 3.8711 ] Added Platform Config 0 data with size :- 3008

[ 3.8727 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini.cfg
[ 3.8731 ] Added Platform Config 1 data with size :- 19640

[ 3.8876 ] Parsing config file :tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg
[ 3.8881 ] Added Platform Config 2 data with size :- 24

[ 3.8884 ] Parsing config file :tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg
[ 3.8889 ] Added Platform Config 4 data with size :- 348

[ 3.8892 ] Parsing config file :tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg
[ 3.8897 ] Added Platform Config 3 data with size :- 92

[ 3.8899 ] Parsing config file :tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg
[ 3.8903 ] Added Platform Config 5 data with size :- 56

[ 3.8906 ] Parsing config file :tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg
[ 3.8908 ] Added Platform Config 7 data with size :- 392
[ 3.8908 ]
[ 3.8908 ] Parsing config file :tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg
[ 3.8908 ] Added Platform Config 8 data with size :- 12
[ 3.8908 ]
[ 3.8908 ] Parsing config file :tegra19x-mb1-bct-device-sdmmc.cfg
[ 3.8908 ] Added Platform Config 9 data with size :- 32
[ 3.8909 ]
[ 3.8909 ] Updating mb1-bct with firmware information
[ 3.8917 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 3.8924 ] MB1-BCT version: 0x1
[ 3.8927 ]
[ 3.8927 ] Updating mb1-bct with storage information
[ 3.8934 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_cold_boot_bct_MB1.bct --updatestorageinfo flash.xml.bin
[ 3.8941 ] MB1-BCT version: 0x1
[ 3.8943 ]
[ 3.8951 ] tegrahost_v2 --chip 0x19 --align mb1_cold_boot_bct_MB1.bct
[ 3.8957 ]
[ 3.8964 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --appendsigheader mb1_cold_boot_bct_MB1.bct zerosbk
[ 3.8970 ] adding BCH for mb1_cold_boot_bct_MB1.bct
[ 3.8977 ]
[ 3.8986 ] tegrasign_v2 --key None --list mb1_cold_boot_bct_MB1_sigheader.bct_list.xml
[ 3.8992 ] Assuming zero filled SBK key
[ 3.8994 ]
[ 3.9004 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_cold_boot_bct_MB1_sigheader.bct.encrypt mb1_cold_boot_bct_MB1_sigheader.bct.hash zerosbk
[ 3.9015 ]
[ 3.9015 ] Generating recovery mb1-bct
[ 3.9022 ] tegrabct_v2 --chip 0x19 0 --mb1bct mb1_bct.cfg --sdram /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1.cfg --misc tegra194-mb1-bct-misc-flash.cfg --scr tegra194-mb1-bct-scr-cbb-mini.cfg --pinmux tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg --pmc tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg --pmic tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg --brcommand tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg --prod tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg --gpioint tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg --uphy tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg --device tegra19x-mb1-bct-device-sdmmc.cfg
[ 3.9030 ] MB1-BCT version: 0x1

[ 3.9032 ] Parsing config file :tegra19x-mb1-pinmux-p2888-0000-a04-p2822-0000-b01.cfg
[ 3.9037 ] Added Platform Config 0 data with size :- 3008

[ 3.9052 ] Parsing config file :tegra194-mb1-bct-scr-cbb-mini.cfg
[ 3.9055 ] Added Platform Config 1 data with size :- 19640

[ 3.9199 ] Parsing config file :tegra19x-mb1-padvoltage-p2888-0000-a00-p2822-0000-a00.cfg
[ 3.9204 ] Added Platform Config 2 data with size :- 24

[ 3.9206 ] Parsing config file :tegra194-mb1-bct-pmic-p2888-0001-a04-E-0-p2822-0000.cfg
[ 3.9211 ] Added Platform Config 4 data with size :- 348

[ 3.9214 ] Parsing config file :tegra194-mb1-bct-reset-p2888-0000-p2822-0000.cfg
[ 3.9218 ] Added Platform Config 3 data with size :- 92
[ 3.9220 ]
[ 3.9220 ] Parsing config file :tegra19x-mb1-prod-p2888-0000-p2822-0000.cfg
[ 3.9220 ] Added Platform Config 5 data with size :- 56
[ 3.9220 ]
[ 3.9220 ] Parsing config file :tegra194-mb1-bct-gpioint-p2888-0000-p2822-0000.cfg
[ 3.9220 ] Added Platform Config 7 data with size :- 392
[ 3.9220 ]
[ 3.9220 ] Parsing config file :tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg
[ 3.9220 ] Added Platform Config 8 data with size :- 12
[ 3.9220 ]
[ 3.9220 ] Parsing config file :tegra19x-mb1-bct-device-sdmmc.cfg
[ 3.9220 ] Added Platform Config 9 data with size :- 32
[ 3.9220 ]
[ 3.9220 ] Updating mb1-bct with firmware information
[ 3.9228 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatefwinfo flash.xml.bin
[ 3.9235 ] MB1-BCT version: 0x1
[ 3.9238 ]
[ 3.9238 ] Updating mb1-bct with storage information
[ 3.9244 ] tegrabct_v2 --chip 0x19 --mb1bct mb1_bct_MB1.bct --updatestorageinfo flash.xml.bin
[ 3.9251 ] MB1-BCT version: 0x1
[ 3.9253 ]
[ 3.9260 ] tegrahost_v2 --chip 0x19 --align mb1_bct_MB1.bct
[ 3.9266 ]
[ 3.9274 ] tegrahost_v2 --chip 0x19 0 --magicid MBCT --appendsigheader mb1_bct_MB1.bct zerosbk
[ 3.9280 ] adding BCH for mb1_bct_MB1.bct
[ 3.9287 ]
[ 3.9297 ] tegrasign_v2 --key None --list mb1_bct_MB1_sigheader.bct_list.xml
[ 3.9304 ] Assuming zero filled SBK key
[ 3.9306 ]
[ 3.9315 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mb1_bct_MB1_sigheader.bct.encrypt mb1_bct_MB1_sigheader.bct.hash zerosbk
[ 3.9326 ]
[ 3.9327 ] Generating coldboot mem-bct
[ 3.9333 ] tegrabct_v2 --chip 0x19 0 --sdram /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1.cfg --membct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_1.bct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_2.bct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_3.bct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_4.bct
[ 3.9340 ] Packing sdram param for instance[0]
[ 3.9711 ] Packing sdram param for instance[1]
[ 3.9713 ] Packing sdram param for instance[2]
[ 3.9716 ] Packing sdram param for instance[3]
[ 3.9716 ] Packing sdram param for instance[4]
[ 3.9716 ] Packing sdram param for instance[5]
[ 3.9716 ] Packing sdram param for instance[6]
[ 3.9716 ] Packing sdram param for instance[7]
[ 3.9717 ] Packing sdram param for instance[8]
[ 3.9717 ] Packing sdram param for instance[9]
[ 3.9717 ] Packing sdram param for instance[10]
[ 3.9717 ] Packing sdram param for instance[11]
[ 3.9717 ] Packing sdram param for instance[12]
[ 3.9717 ] Packing sdram param for instance[13]
[ 3.9717 ] Packing sdram param for instance[14]
[ 3.9717 ] Packing sdram param for instance[15]
[ 3.9717 ]
[ 3.9717 ] Getting sector size from pt
[ 3.9725 ] tegraparser_v2 --getsectorsize flash.xml.bin sector_info.bin
[ 3.9733 ]
[ 3.9733 ] BlockSize read from layout is 200

[ 3.9739 ] tegrahost_v2 --chip 0x19 0 --blocksize 512 --magicid MEMB --addsigheader_multi /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_1.bct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_2.bct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_3.bct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_4.bct
[ 3.9746 ] adding BCH for /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_1.bct
[ 3.9768 ]
[ 3.9775 ] tegrahost_v2 --chip 0x19 --align mem_coldboot.bct
[ 3.9782 ]
[ 3.9790 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --appendsigheader mem_coldboot.bct zerosbk
[ 3.9803 ] Header already present for mem_coldboot.bct
[ 3.9807 ]
[ 3.9857 ] tegrasign_v2 --key None --list mem_coldboot_sigheader.bct_list.xml
[ 3.9866 ] Assuming zero filled SBK key
[ 3.9871 ]
[ 3.9900 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_coldboot_sigheader.bct.encrypt mem_coldboot_sigheader.bct.hash zerosbk
[ 3.9913 ]
[ 3.9914 ] Generating recovery mem-bct
[ 3.9925 ] tegrabct_v2 --chip 0x19 0 --sdram /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1.cfg --membct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_1.bct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_2.bct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_3.bct /home/roboticsnuc2/nvidia/nvidia_sdk/JetPack_4.2.2_Linux_GA_P2888/Linux_for_Tegra/bootloader/23664/tmp79KqdQ1_4.bct
[ 3.9934 ] Packing sdram param for instance[0]
[ 4.0341 ] Packing sdram param for instance[1]
[ 4.0343 ] Packing sdram param for instance[2]
[ 4.0345 ] Packing sdram param for instance[3]
[ 4.0345 ] Packing sdram param for instance[4]
[ 4.0345 ] Packing sdram param for instance[5]
[ 4.0345 ] Packing sdram param for instance[6]
[ 4.0346 ] Packing sdram param for instance[7]
[ 4.0346 ] Packing sdram param for instance[8]
[ 4.0346 ] Packing sdram param for instance[9]
[ 4.0346 ] Packing sdram param for instance[10]
[ 4.0346 ] Packing sdram param for instance[11]
[ 4.0346 ] Packing sdram param for instance[12]
[ 4.0346 ] Packing sdram param for instance[13]
[ 4.0346 ] Packing sdram param for instance[14]
[ 4.0347 ] Packing sdram param for instance[15]
[ 4.0347 ]
[ 4.0356 ] tegrahost_v2 --chip 0x19 --align mem_rcm.bct
[ 4.0364 ]
[ 4.0371 ] tegrahost_v2 --chip 0x19 0 --magicid MEMB --appendsigheader mem_rcm.bct zerosbk
[ 4.0379 ] adding BCH for mem_rcm.bct
[ 4.0390 ]
[ 4.0399 ] tegrasign_v2 --key None --list mem_rcm_sigheader.bct_list.xml
[ 4.0406 ] Assuming zero filled SBK key
[ 4.0408 ]
[ 4.0423 ] tegrahost_v2 --chip 0x19 0 --updatesigheader mem_rcm_sigheader.bct.encrypt mem_rcm_sigheader.bct.hash zerosbk
[ 4.0439 ]
[ 4.0440 ] Copying signatures
[ 4.0457 ] tegrahost_v2 --chip 0x19 0 --partitionlayout flash.xml.bin --updatesig images_list_signed.xml
[ 6.9871 ]
[ 6.9874 ] Boot Rom communication
[ 6.9926 ] tegrarcm_v2 --chip 0x19 0 --rcm rcm_list_signed.xml
[ 6.9974 ] BR_CID: 0x880219116450a74814000000150200c0
[ 7.0025 ] RCM version 0X190001
[ 7.0240 ] Boot Rom communication completed
[ 8.0401 ]
[ 9.0446 ] tegrarcm_v2 --isapplet
[ 9.0470 ] Applet version 01.00.0000
[ 9.0640 ]
[ 9.0641 ] Sending BCTs
[ 9.0655 ] 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
[ 9.0668 ] Applet version 01.00.0000
[ 9.1008 ] Sending bct_bootrom
[ 9.1014 ] […] 100%
[ 9.1035 ] Sending bct_mb1
[ 9.1096 ] […] 100%
[ 9.1128 ] Sending bct_mem
[ 9.1651 ] […] 100%
[ 9.2670 ]
[ 9.2672 ] Generating blob
[ 9.2719 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_cpu_t194.bin
[ 9.2761 ]
[ 9.2803 ] tegrahost_v2 --chip 0x19 0 --magicid CPBL --appendsigheader blob_nvtboot_recovery_cpu_t194.bin zerosbk
[ 9.2844 ] adding BCH for blob_nvtboot_recovery_cpu_t194.bin
[ 9.3111 ]
[ 9.3137 ] tegrasign_v2 --key None --list blob_nvtboot_recovery_cpu_t194_sigheader.bin_list.xml
[ 9.3153 ] Assuming zero filled SBK key
[ 9.3162 ]
[ 9.3182 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt blob_nvtboot_recovery_cpu_t194_sigheader.bin.hash zerosbk
[ 9.3238 ]
[ 9.3251 ] tegrahost_v2 --chip 0x19 --align blob_nvtboot_recovery_t194.bin
[ 9.3262 ]
[ 9.3272 ] tegrahost_v2 --chip 0x19 0 --magicid MB2B --appendsigheader blob_nvtboot_recovery_t194.bin zerosbk
[ 9.3280 ] adding BCH for blob_nvtboot_recovery_t194.bin
[ 9.3421 ]
[ 9.3433 ] tegrasign_v2 --key None --list blob_nvtboot_recovery_t194_sigheader.bin_list.xml
[ 9.3441 ] Assuming zero filled SBK key
[ 9.3444 ]
[ 9.3457 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_nvtboot_recovery_t194_sigheader.bin.encrypt blob_nvtboot_recovery_t194_sigheader.bin.hash zerosbk
[ 9.3481 ]
[ 9.3491 ] tegrahost_v2 --chip 0x19 --align blob_preboot_c10_prod_cr.bin
[ 9.3500 ]
[ 9.3508 ] tegrahost_v2 --chip 0x19 0 --magicid MTSP --appendsigheader blob_preboot_c10_prod_cr.bin zerosbk
[ 9.3516 ] Header already present for blob_preboot_c10_prod_cr.bin
[ 9.3520 ]
[ 9.3530 ] tegrasign_v2 --key None --list blob_preboot_c10_prod_cr_sigheader.bin_list.xml
[ 9.3536 ] Assuming zero filled SBK key
[ 9.3539 ]
[ 9.3550 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_preboot_c10_prod_cr_sigheader.bin.encrypt blob_preboot_c10_prod_cr_sigheader.bin.hash zerosbk
[ 9.3561 ]
[ 9.3570 ] tegrahost_v2 --chip 0x19 --align blob_mce_c10_prod_cr.bin
[ 9.3578 ]
[ 9.3585 ] tegrahost_v2 --chip 0x19 0 --magicid MTSM --appendsigheader blob_mce_c10_prod_cr.bin zerosbk
[ 9.3593 ] Header already present for blob_mce_c10_prod_cr.bin
[ 9.3609 ]
[ 9.3622 ] tegrasign_v2 --key None --list blob_mce_c10_prod_cr_sigheader.bin_list.xml
[ 9.3631 ] Assuming zero filled SBK key
[ 9.3636 ]
[ 9.3658 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mce_c10_prod_cr_sigheader.bin.encrypt blob_mce_c10_prod_cr_sigheader.bin.hash zerosbk
[ 9.3680 ]
[ 9.3688 ] tegrahost_v2 --chip 0x19 --align blob_mts_c10_prod_cr.bin
[ 9.3696 ]
[ 9.3703 ] tegrahost_v2 --chip 0x19 0 --magicid MTSB --appendsigheader blob_mts_c10_prod_cr.bin zerosbk
[ 9.3710 ] adding BCH for blob_mts_c10_prod_cr.bin
[ 9.4395 ]
[ 9.4406 ] tegrasign_v2 --key None --list blob_mts_c10_prod_cr_sigheader.bin_list.xml
[ 9.4413 ] Assuming zero filled SBK key
[ 9.4448 ]
[ 9.4461 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_mts_c10_prod_cr_sigheader.bin.encrypt blob_mts_c10_prod_cr_sigheader.bin.hash zerosbk
[ 9.4830 ]
[ 9.4841 ] tegrahost_v2 --chip 0x19 --align blob_bpmp_t194.bin
[ 9.4848 ]
[ 9.4856 ] tegrahost_v2 --chip 0x19 0 --magicid BPMF --appendsigheader blob_bpmp_t194.bin zerosbk
[ 9.4863 ] adding BCH for blob_bpmp_t194.bin
[ 9.5035 ]
[ 9.5047 ] tegrasign_v2 --key None --list blob_bpmp_t194_sigheader.bin_list.xml
[ 9.5054 ] Assuming zero filled SBK key
[ 9.5063 ]
[ 9.5074 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_bpmp_t194_sigheader.bin.encrypt blob_bpmp_t194_sigheader.bin.hash zerosbk
[ 9.5169 ]
[ 9.5179 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-a02-bpmp-p2888-a04.dtb
[ 9.5187 ]
[ 9.5194 ] tegrahost_v2 --chip 0x19 0 --magicid BPMD --appendsigheader blob_tegra194-a02-bpmp-p2888-a04.dtb zerosbk
[ 9.5201 ] adding BCH for blob_tegra194-a02-bpmp-p2888-a04.dtb
[ 9.5342 ]
[ 9.5354 ] tegrasign_v2 --key None --list blob_tegra194-a02-bpmp-p2888-a04_sigheader.dtb_list.xml
[ 9.5361 ] Assuming zero filled SBK key
[ 9.5369 ]
[ 9.5379 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-a02-bpmp-p2888-a04_sigheader.dtb.encrypt blob_tegra194-a02-bpmp-p2888-a04_sigheader.dtb.hash zerosbk
[ 9.5450 ]
[ 9.5460 ] tegrahost_v2 --chip 0x19 --align blob_spe_t194.bin
[ 9.5467 ]
[ 9.5475 ] tegrahost_v2 --chip 0x19 0 --magicid SPEF --appendsigheader blob_spe_t194.bin zerosbk
[ 9.5482 ] adding BCH for blob_spe_t194.bin
[ 9.5507 ]
[ 9.5518 ] tegrasign_v2 --key None --list blob_spe_t194_sigheader.bin_list.xml
[ 9.5524 ] Assuming zero filled SBK key
[ 9.5527 ]
[ 9.5537 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_spe_t194_sigheader.bin.encrypt blob_spe_t194_sigheader.bin.hash zerosbk
[ 9.5554 ]
[ 9.5563 ] tegrahost_v2 --chip 0x19 --align blob_tos-trusty_t194.img
[ 9.5569 ]
[ 9.5577 ] tegrahost_v2 --chip 0x19 0 --magicid TOSB --appendsigheader blob_tos-trusty_t194.img zerosbk
[ 9.5584 ] adding BCH for blob_tos-trusty_t194.img
[ 9.5661 ]
[ 9.5672 ] tegrasign_v2 --key None --list blob_tos-trusty_t194_sigheader.img_list.xml
[ 9.5679 ] Assuming zero filled SBK key
[ 9.5683 ]
[ 9.5693 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tos-trusty_t194_sigheader.img.encrypt blob_tos-trusty_t194_sigheader.img.hash zerosbk
[ 9.5734 ]
[ 9.5743 ] tegrahost_v2 --chip 0x19 --align blob_eks.img
[ 9.5751 ]
[ 9.5758 ] tegrahost_v2 --chip 0x19 0 --magicid EKSB --appendsigheader blob_eks.img zerosbk
[ 9.5765 ] adding BCH for blob_eks.img
[ 9.5766 ]
[ 9.5776 ] tegrasign_v2 --key None --list blob_eks_sigheader.img_list.xml
[ 9.5783 ] Assuming zero filled SBK key
[ 9.5785 ]
[ 9.5795 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_eks_sigheader.img.encrypt blob_eks_sigheader.img.hash zerosbk
[ 9.5805 ]
[ 9.5817 ] tegrahost_v2 --chip 0x19 --align blob_tegra194-p2888-0001-p2822-0000.dtb
[ 9.5827 ]
[ 9.5835 ] tegrahost_v2 --chip 0x19 0 --magicid CDTB --appendsigheader blob_tegra194-p2888-0001-p2822-0000.dtb zerosbk
[ 9.5842 ] adding BCH for blob_tegra194-p2888-0001-p2822-0000.dtb
[ 9.5900 ]
[ 9.5909 ] tegrasign_v2 --key None --list blob_tegra194-p2888-0001-p2822-0000_sigheader.dtb_list.xml
[ 9.5916 ] Assuming zero filled SBK key
[ 9.5920 ]
[ 9.5930 ] tegrahost_v2 --chip 0x19 0 --updatesigheader blob_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt blob_tegra194-p2888-0001-p2822-0000_sigheader.dtb.hash zerosbk
[ 9.5973 ]
[ 9.5984 ] tegrahost_v2 --chip 0x19 --generateblob blob.xml blob.bin
[ 9.5991 ] number of images in blob are 11
[ 9.5993 ] blobsize is 6080728
[ 9.5994 ] Added binary blob_nvtboot_recovery_cpu_t194_sigheader.bin.encrypt of size 236912
[ 9.6020 ] Added binary blob_nvtboot_recovery_t194_sigheader.bin.encrypt of size 129808
[ 9.6025 ] Added binary blob_preboot_c10_prod_cr_sigheader.bin.encrypt of size 23968
[ 9.6029 ] Added binary blob_mce_c10_prod_cr_sigheader.bin.encrypt of size 144144
[ 9.6033 ] Added binary blob_mts_c10_prod_cr_sigheader.bin.encrypt of size 3372048
[ 9.6044 ] Added binary blob_bpmp_t194_sigheader.bin.encrypt of size 853856
[ 9.6057 ] Added binary blob_tegra194-a02-bpmp-p2888-a04_sigheader.dtb.encrypt of size 610048
[ 9.6064 ] Added binary blob_spe_t194_sigheader.bin.encrypt of size 94960
[ 9.6068 ] Added binary blob_tos-trusty_t194_sigheader.img.encrypt of size 324608
[ 9.6074 ] Added binary blob_eks_sigheader.img.encrypt of size 5136
[ 9.6078 ] Added binary blob_tegra194-p2888-0001-p2822-0000_sigheader.dtb.encrypt of size 285056
[ 9.6102 ]
[ 9.6103 ] Sending bootloader and pre-requisite binaries
[ 9.6114 ] tegrarcm_v2 --download blob blob.bin
[ 9.6122 ] Applet version 01.00.0000
[ 9.6288 ] Sending blob
[ 9.6289 ] […] 100%
[ 10.4676 ]
[ 10.4697 ] tegrarcm_v2 --boot recovery
[ 10.4711 ] Applet version 01.00.0000
[ 10.4778 ]
[ 11.4799 ] tegrarcm_v2 --isapplet
[ 1023.3428 ]
[ 1023.3488 ] tegrarcm_v2 --ismb2

I think that’s the right output, though it should say “flashed successfully” or something like that in the end. Did you see your Xavier booting up with NVIDIA’s L4T kernel? During the first boot, you have to have a monitor connected in order to select username and other important stuff.

Once that’s done, you should be able to work on your Xavier as you need. Of course, there won’t be any of the NVIDIA’s userland packages (CUDA, cuDNN, multimedia, etc.) but you can now install them through SDKManager by skipping the “Flash” part.

If it’s still stuck at that last message, try to replace the cable, may be that’s faulty.

  • Anish

Sorry for my typo in previous comment, didn’t notice it is Xavier issue.

The flash log does not finish as expected.

[ 11.4799 ] tegrarcm_v2 --isapplet
[ 1023.3428 ]
[ 1023.3488 ] tegrarcm_v2 --ismb2

It seems hang in these lines (the timestamp reveals it).

@bqzhao11,

Do you have other xaiver that can use for debug? Could you try other xavier on this host and see if they can be flashed or not?

If you don’t have other xavier, could you try to find other ubuntu host to flash or maybe change the usb cable.

I am having the same issue, flash hanging at ~99.8% (decreasing speed as it gets into 99%s). I have tried different cables, different host machines, and have successfully flashed other Xaviers (2 others) with the same systems/cables in a normal amount of time.

Let me know if I can help debug, this is an odd issue…

Hi mdlh,

Then I think you may need to RMA that xaiver module. Was that module ever flashed after you got it?

We are using JetPack and SDK versions - 4.2.2.and 0.9.14-4954 respectively.

I don’t understand the thought process of how it would work for 99.8% of the process and be a bad network connection or cable - makes no sense to me at all. Is the first 99.8% of the work done on the host?

Why would the cable or host work for 99.8% of the process…and then not work…that doesn’t make any sense.

Yes, we have other Xaviers that we have successfully flashed using the same host machine. It is just a problem with this Xavier. Do I need to RMA this one?

Add us to the list of customers seeing the same problem. When I run flash.sh from a shell window, I see the following:

[ 7.5642 ] Sending bootloader and pre-requisite binaries
[ 7.5655 ] tegrarcm_v2 --download blob blob.bin
[ 7.5666 ] Applet version 01.00.0000
[ 7.5701 ] Sending blob
[ 7.5704 ] […] 100%
[ 8.3981 ]
[ 8.3997 ] tegrarcm_v2 --boot recovery
[ 8.4014 ] Applet version 01.00.0000
[ 8.4084 ]
[ 9.4101 ] tegrarcm_v2 --isapplet
[ 1015.6495 ]
[ 1015.6523 ] tegrarcm_v2 --ismb2
[ 2031.4574 ]
[ 2031.4642 ] tegradevflash_v2 --iscpubl
[ 2031.4654 ] CPU Bootloader is not running on device.
[ 3047.2652 ]
[ 3048.2691 ] tegrarcm_v2 --isapplet

So, the tegrarcm_v2 gizmo is what is failing. A ps command reveals this:

etson@jetson-Latitude-E6530:~$ ps utpts/3
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
jetson 8123 0.0 0.0 30440 5512 pts/3 Ss Sep12 0:00 bash
root 30765 0.0 0.0 72716 4144 pts/3 S+ 07:33 0:00 sudo ./flash.sh jetson-xavier mmc
root 30766 0.0 0.0 21156 4532 pts/3 S+ 07:33 0:00 /bin/bash ./flash.sh jetson-xavie
root 31228 0.0 0.1 51896 14056 pts/3 S+ 07:35 0:00 python ./tegraflash.py --bl nvtbo
root 31668 0.0 0.0 0 0 pts/3 Z+ 08:25 0:00 [tegrarcm_v2]
root 31669 0.0 0.0 1808 4 pts/3 D+ 08:25 0:00 tegrarcm_v2 --isapplet

This is a fairly old Dell Latitude E6530 laptop. It worked well for flashing Xavier up until the ~4.2.1 timeframe. It’s been a constant struggle to get sdkmanager to complete.

The flash.sh script has been more robust, but the “CPU Bootloader is not running on device” message worries me. Is that normal or an indication of a problem?