.TH "CBOOTIMAGE" "1" .SH "NAME" cbootimage \(em Tegra BCT and bootable flash image generator/compiler .SH "SYNOPSIS" .PP \fBcbootimage\fR [\fBoptions\fP] \fIconfigfile\fR [\fBinputimage\fP] \fIoutputimage\fR .SH "DESCRIPTION" .PP This manual page documents briefly the \fBcbootimage\fR command. .PP \fBcbootimage\fR is used to generate flashable bootimages for Tegra devices. It requires a config file and an output filename. The config file contains information about the boot config table (BCT) and the bootloader. The BCT can be created using \fBbct_dump (1)\fR. The bootloader is typicly uboot. You can find examples of the config file in the \fI"SEE ALSO"\fR section. .SH "OPTIONS" .IP "\fB-h\fP, \fB\-\-help\fP, \fB-?\fP" 10 Display help message. .IP "\fB-d\fP, \fB\-\-debug\fP" 10 Output debugging information. .IP "\fB-gbct\fP" 10 Generate the new bct file. .IP "\fB-o\fP\fB\fP" 10 Specify the odm_data(in hex). .IP "\fB-t\fP, \fB\-\-tegra\fP \fBNN\fP" 10 Select target device. Must be one of: 20, 30, 114, 124. Default: 20. This option is deprecated .IP "\fB-s\fP, \fB\-\-soc\fP\fB NN\fP" 10 Select target device. Must be one of: tegra20, tegra30, tegra114, tegra124. Default: tegra20. .IP "\fB-u\fP, \fB\-\-update\fP" 10 Copy input image data and update bct configs into new image file. .IP "\fBconfigfile\fP" 10 File with configuration information. .IP "\fBinputimage\fP" 10 Input image name. This is required if \-u|\-\-update option is used. .IP "\fBoutputimage\fP" 10 Output image name. .SH "SEE ALSO" .PP \fBbct_dump\fR(1), \fBtegrarcm\fR(1). .PP \fI Internet resource for NVIDIA Tegra public application notes (link to URL http://http.download.nvidia.com/tegra-public-appnotes/flashing-tools.html) \fR .PP \fI Examples for config files (link to URL https://github.com/NVIDIA/cbootimage-configs) \fR .SH "AUTHOR" .PP This manual page was written by Marc Dietrich (marvin24@gmx.de) for the \fBDebian\fP system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. .\" created by instant / docbook-to-man, Sun 26 Oct 2014, 01:09