No EMMC board ``` b'Checking whether Onsemi FG present \n' b'%s(): error code 0x%08x %s\n' b'%s(): error code 0x%08x %s\n' b'NvTbootI2c: Read failed for slave 0x%02x, offset 0x%02x with error code 0x%08x\n' b'[TegraBoot] (version %s)\n' b'Processing in cold boot mode\n' b'Reset reason: %s\n' b'Battery Present\n' b'%s(): error code 0x%08x %s\n' b'%s(): error code 0x%08x %s\n' b'NvTbootI2c: Read failed for slave 0x%02x, offset 0x%02x with error code 0x%08x\n' b'Error MAX17048 vcell read failed.\n' b'Failed to determine battery voltage\n' b'Error getting nvdumper carve out address! Booting normally!\n' b'Sdram initialization is successful \n' b'PMU BoardId: %d\n' b'CPU power rail is up \n' b'Performing RAM repair\n' b'CPU clock init successful \n' b'%s with error 0x%x in %s func at %d line \n' b'Command complete wait failed with error 0x%x Interrupt 0x%x\n' b'Number of retries left %d\n' b'%s with error 0x%x in %s func at %d line \n' b'Command complete wait failed with error 0x%x Interrupt 0x%x\n' b'Number of retries left %d\n' b'%s with error 0x%x in %s func at %d line \n' b'Command complete wait failed with error 0x%x Interrupt 0x%x\n' b'Number of retries left %d\n' b'Send command failed with 0x%x\n' b'%s with error 0x%x in %s func at %d line \n' b'Identify card failed with 0x%x\n' b'%s with error 0x%x in %s func at %d line \n' b'Sdmmc Init failed with 0x%x error\n' b'Error in %s: 0x%x !\n' b'Error is %x \n' ``` Good device boot ``` b'Checking whether Onsemi FG present \n' b'[TegraBoot] (version %s)\n' b'Processing in cold boot mode\n' b'Reset reason: %s\n' b'Battery Present\n' b'Battery Voltage: %d mV\n' b'Battery charge sufficient\n' b'Error getting nvdumper carve out address! Booting normally!\n' b'Sdram initialization is successful \n' b'PMU BoardId: %d\n' b'CPU power rail is up \n' b'Performing RAM repair\n' b'CPU clock init successful \n' b'Bootloader downloaded successfully.\n' b'CPU-bootloader entry address: 0x%x \n' b'BoardId: %d\n' b'%s Carveout Base=0x%x%08x Size=0x%x%08x\n' b'%s Carveout Base=0x%x%08x Size=0x%x%08x\n' b'%s Carveout Base=0x%x%08x Size=0x%x%08x\n' b'%s Carveout Base=0x%x%08x Size=0x%x%08x\n' b'%s Carveout Base=0x%x%08x Size=0x%x%08x\n' b'Platform-DebugCarveout: %d\n' b'Using GP1 to query partitions \n' b'WB0 init successful\n' b'Secure Os PKC Verification Success.\n' b'Loading and Validation of Secure OS Successful\n' b'NvTbootPackSdramParams: start. \n' b'NvTbootPackSdramParams: done. \n' b'Starting CPU & Halting co-processor \n\n' ``` And device with corrupted bootloader: ``` b'Checking whether Onsemi FG present \n' b'[TegraBoot] (version %s)\n' b'Processing in cold boot mode\n' b'Reset reason: %s\n' b'Battery Present\n' b'Battery Voltage: %d mV\n' b'Battery charge sufficient\n' b'Error getting nvdumper carve out address! Booting normally!\n' b'Sdram initialization is successful \n' b'PMU BoardId: %d\n' b'CPU power rail is up \n' b'Performing RAM repair\n' b'CPU clock init successful \n' b'Instance[%d] bootloader is corrupted trying for next Instance !\n' b'Instance[%d] bootloader is corrupted trying for next Instance !\n' b'No Bootloader is found !\n' b'Error in %s: 0x%x !\n' b'Error is %x \n' ``` ``` 1073803520:b'Checking whether Onsemi FG present \n' 1073799404:b'[TegraBoot] (version %s)\n' 1073799412:b'Processing in cold boot mode\n' 1073799416:b'Reset reason: %s\n' 1073847520:b'Battery Present\n' 1073847572:b'Battery Voltage: %d mV\n' 1073847596:b'Battery charge sufficient\n' 1073818392:b'Error getting nvdumper carve out address! Booting normally!\n' 1073818500:b'Sdram initialization is successful \n' 1073801672:b'PMU BoardId: %d\n' 1073843272:b'CPU power rail is up \n' 1073813604:b'Performing RAM repair\n' 1073843308:b'CPU clock init successful \n' b'Instance[%d] bootloader is corrupted trying for next Instance !\n' 1073800404:b'CPU-bootloader entry address: 0x%x \n' 1073800444:b'BoardId: %d\n' 1073844416:b'%s Carveout Base=0x%x%08x Size=0x%x%08x\n' 1073844524:b'%s Carveout Base=0x%x%08x Size=0x%x%08x\n' 1073844608:b'%s Carveout Base=0x%x%08x Size=0x%x%08x\n' 1073844692:b'%s Carveout Base=0x%x%08x Size=0x%x%08x\n' 1073844788:b'%s Carveout Base=0x%x%08x Size=0x%x%08x\n' 1073800708:b'Platform-DebugCarveout: %d\n' 1073858616:b'Using GP1 to query partitions \n' 1073843044:b'WB0 init successful\n' 1073848940:b'Secure Os PKC Verification Failed !\n' 1073848972:b'Error in %s [%d] \n' 1073849136:b'Validation of secure os failed !\n' 1073801008:b'Device Shutdown called ...\n' ```