Difference between revisions of "Template:EMAC OE SDK Conventions"

From wiki.emacinc.com
Jump to: navigation, search
(init)
 
(combining multi-article conventions)
Line 8: Line 8:
 
| <code>EMAC-OE-arm-linux-gnueabi-SDK_XX.YY.rZZ.tar.bz2</code><br /><code>EMAC-OE-arm-linux-gnueabi-SDK_XX.YY</code>
 
| <code>EMAC-OE-arm-linux-gnueabi-SDK_XX.YY.rZZ.tar.bz2</code><br /><code>EMAC-OE-arm-linux-gnueabi-SDK_XX.YY</code>
 
|| '''XX''' is the major version<br />'''YY''' is the minor version<br />'''ZZ''' is the current revision<br />The major and minor version numbers will match the version of OE for which the SDK is created.
 
|| '''XX''' is the major version<br />'''YY''' is the minor version<br />'''ZZ''' is the current revision<br />The major and minor version numbers will match the version of OE for which the SDK is created.
 +
|-
 +
| target_program || When debugging, the program being debugged. This is the result of the Makefile process
 +
|-
 +
| target_machine || Connection information for the target machine. This can either be a serial port (ie. /dev/ttyS2) or a TCP connection in the form of HOST:PORT.
 +
|-
 +
| <syntaxhighlight lang="bash">developer@ldc:~$</syntaxhighlight> || Prompt and commands to be run on a development machine that will run compliation tasks.
 +
|-
 +
| <syntaxhighlight lang="bash">root@emac-oe:~#</syntaxhighlight> || Prompt and commands to be run on a target machine.
 
|}
 
|}

Revision as of 15:10, 17 May 2013

Table 1: Conventions
/download/directory/ Placeholder indicating the directory to which the SDK archive will be downloaded.
/path/to/sdk/ Placeholder indicating the directory to which the SDK will be extracted.
EMAC-OE-arm-linux-gnueabi-SDK_XX.YY.rZZ.tar.bz2
EMAC-OE-arm-linux-gnueabi-SDK_XX.YY
XX is the major version
YY is the minor version
ZZ is the current revision
The major and minor version numbers will match the version of OE for which the SDK is created.
target_program When debugging, the program being debugged. This is the result of the Makefile process
target_machine Connection information for the target machine. This can either be a serial port (ie. /dev/ttyS2) or a TCP connection in the form of HOST:PORT.
developer@ldc:~$
Prompt and commands to be run on a development machine that will run compliation tasks.
root@emac-oe:~#
Prompt and commands to be run on a target machine.