1bct_dump(1)            NVIDIA Tegra BCT Disassembly Tool           bct_dump(1)
2
3
4

NAME

6       bct_dump - tegra BCT disassembly tool
7

SYNOPSIS

9       bct_dump bctfile
10

DESCRIPTION

12       This  program  is  used to take a binary Tegra Boot Configuration Table
13       (BCT) and disassemble it into a text format  suitable  to  be  compiled
14       with cbootimage(1).
15
16
17   Platforms supported
18       ·      Tegra20
19
20       ·      Tegra30
21
22       ·      Tegra114
23
24       ·      Tegra124
25
26       ·      Tegra132
27
28       ·      Tegra210
29
30

OPTIONS

32       bctfile
33              Specify the BCT file to disassemble
34
35

EXAMPLES

37       To disassemble the BCT file for a Tegra124 Jetson-TK1:
38
39       $ bct_dump PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct
40       Version       = 0x00400001;
41       BlockSize     = 0x00004000;
42       PageSize      = 0x00000200;
43       PartitionSize = 0x01000000;
44       OdmData       = 0x800d8000;
45       JtagCtrl      = 0x00000000;
46       ChipUid       = 0x00000000000000000000000000000000;
47       # Bootloader used       = 0;
48       # Bootloaders max       = 4;
49       # BCT size              = 8192;
50        ...
51
52

RETURN VALUE

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

SEE ALSO

58       tegrarcm(1),cbootimage(1)
59
60
61
62bct_dump-1.8                    6 October 2015                     bct_dump(1)
Impressum