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

From wiki.emacinc.com
Jump to: navigation, search
(combining multi-article conventions)
 
Line 1: Line 1:
{| class="wikitable conventions"
+
{| class="wikitable conventions" |style = margin-bottom: 1em;|
 
!colspan="2"|Table 1: Conventions
 
!colspan="2"|Table 1: Conventions
 
|-
 
|-
| <code>/download/directory/</code> || Placeholder indicating the directory to which the SDK archive will be downloaded.
+
| <code>/download/directory/</code> || The directory to which the SDK archive will be downloaded.
 
|-
 
|-
| <code>/path/to/sdk/</code> || Placeholder indicating the directory to which the SDK will be extracted.
+
| <code>/path/to/sdk/</code> || The directory to which the SDK will be extracted.
 
|-
 
|-
 
| <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''' - the SDK major version<br />'''YY''' - the SDK minor version<br />'''ZZ''' - the SDK current revision
 
|-
 
|-
| target_program || When debugging, the program being debugged. This is the result of the Makefile process
+
| target_program || The program executable created to run on the target device.
|-
 
| 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">developer@ldc:~$</syntaxhighlight> || Prompt and commands to be run on a development machine that will run compliation tasks.

Latest revision as of 17:32, 5 December 2013

Table 1: Conventions
/download/directory/ The directory to which the SDK archive will be downloaded.
/path/to/sdk/ 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 - the SDK major version
YY - the SDK minor version
ZZ - the SDK current revision
target_program The program executable created to run on the target device.
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.