logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bct_dump - tegra BCT disassembly tool

Description

       This program is used to take a binary Tegra Boot Configuration Table (BCT) and disassemble it into a text
       format suitable to be compiled with cbootimage(1).

   PlatformssupportedTegra20Tegra30Tegra114Tegra124Tegra132Tegra210

Examples

       To disassemble the BCT file for a Tegra124 Jetson-TK1:

       $ bct_dump PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct
       Version       = 0x00400001;
       BlockSize     = 0x00004000;
       PageSize      = 0x00000200;
       PartitionSize = 0x01000000;
       OdmData       = 0x800d8000;
       JtagCtrl      = 0x00000000;
       ChipUid       = 0x00000000000000000000000000000000;
       # Bootloader used       = 0;
       # Bootloaders max       = 4;
       # BCT size              = 8192;
        ...

Name

       bct_dump - tegra BCT disassembly tool

Options

bctfile
              Specify the BCT file to disassemble

Return Value

       If any error occurs a non zero exit status is returned.

See Also

tegrarcm(1),cbootimage(1)

bct_dump-1.8                                     6 October 2015                                      bct_dump(1)

Synopsis

bct_dumpbctfile

See Also