1cbootimage(1) NVIDIA Tegra Firmware Signing Tool cbootimage(1)
2
3
4
6 cbootimage - tegra BCT compiler
7
9 cbootimage [ options ] configfile [ inputimage ] outputimage
10
12 This program is used to create images suitable to place into the boot
13 flash of a device using a Tegra SoC. There are two primary modes of
14 operation of cbootimage:
15
16
17 1 Compile a textual representation of a BCT into a binary image.
18
19 2 Generate an entire boot image from a previously compiled BCT and a
20 bootloader binary.
21
22
23 Platforms supported
24 · Tegra20
25
26 · Tegra30
27
28 · Tegra114
29
30 · Tegra124
31
32 · Tegra132
33
34 · Tegra210
35
36
38 -gbct Generate the new bct file from the given config file.
39
40 -h, --help, -?
41 Print help text and exit.
42
43
45 -d, --debug
46 Output debugging information.
47
48 -oodm_data
49 Specify the odm_data value (in hex).
50
51 -t, --tegra NN
52 Select target device. Must be one of: 20, 30, 114, 124, 132,
53 210.
54
55 -s, --ssoc tegraNN
56 Select target device. Must be one of: tegra20, tegra30,
57 tegra114, tegra124, tegra32, tegra210.
58
59 -u --update
60 Copy input image data and update bct configs into new image file
61
62
64 To generate a bct file from a text description obtained either through
65 bct_dump(1) or cbootimage-configs:
66
67 $ cbootimage -gbct -t124 PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct.cfg PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct
68 New BCT file PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct has been successfully generated!
69
70 To generate a boot image file including the newly generated bct:
71 cbootimage -t124 jetson-tk1-emmc.img.cfg jetson-tk1-emmc.img
72 Image file jetson-tk1-emmc.img has been successfully generated!
73
74
76 If any error occurs a non zero exit status is returned.
77
78
80 tegrarcm(1),[22mbct_dump(1)
81
82
83
84cbootimage-1.8 6 October 2015 cbootimage(1)