1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
.TH tos-write-image 1 "Feb 3, 2006"
.SH NAME
tos-write-image - Generate executable description for Deluge
.SH SYNOPSIS
\fBtos-write-image\fR [\fB-DIDENT_\fIname\fB=\fIvalue\fR...] [\fB--objdump=\fIobjdump\fR]
\fB--exe=\fIexefile\fR \fB--ihex=\fIhexfile\fR
.SH DESCRIPTION
\fBtos-write-image\fR writes an XML description of an executable file to
standard output, based on the contents of a compiled file and the
identifying options generated by \fBtos-ident-flags\fR.
\fBtos-write-image\fR is normally invoked by the TinyOS build system. See
the Deluge documentation for more details.
.SH SEE ALSO
.IR tos-ident-flags (1)
|