Changes between Version 3 and Version 4 of Docs/Prog/Manual/Development/Setup


Ignore:
Timestamp:
11/30/09 15:16:04 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/Development/Setup

    v3 v4  
    1 = Setup =
     1= Setup for Software Development =
    22
    33== Setup 825 Weight Indicator ==
     
    88
    99[[Top]]
    10 == Setup Build Environment ==
    11  * Free:
    12    * GCC compiler – use command line tools – Must use Linux host, or Cygwin. GDB debugger, DDD graphical debugger.
    13  * Purchase:
    14    * !CodeWarrior – !MetroTrk debugger
    15    * Sourcery G++  Coldfire uClinux version
     10== Setup Development Software ==
    1611
    17 Use Hyperterminal, Minicom or some other communications program for serial port debugging.
    18 
    19 ''USB – BDM !CodeWarrior or CF-Flasher is needed to flash boot-loader for new board.''
    20 
    21 [[Top]]
    22 
    23 [[PageOutline]]
    24 
    25 = Environment Setup =
    26 
    27 == About ==
     12=== About ===
    2813This document will discuss in detail how to setup your environment to program the Cardinal 825 Digital Weight Indicator.
    2914
    30 == Features of the Cardinal 825 Programming Environment ==
     15=== Features of the Cardinal 825 Programming Environment ===
    3116 * Subversion integration for instant access to the latest source code.
    3217 * Full featured Eclipse IDE which is quickly becoming the standard for developers everywhere.
     
    3419 * Full debugging capabilities (coming soon).
    3520
    36 == Required Files ==
     21=== Required Files ===
    3722The following files should be included on the 8GB USB flash drive that was sent with your order.
    3823
    3924 * [http://www.vmware.com/products/player/ VMware Player] - Required to run the Cardinal Fedora 825 Programming Environment.
    40  * Cardinal Fedora 11 825 programming package
     25 * Cardinal Fedora 825 programming package
    4126
    42 == Installing the Environment ==
     27=== Installing the Environment ===
    4328 1. Insert the 8GB USB flash drive into your computer.
    4429 2. Install VMware Player by double clicking on the icon in the directory of the flash drive.
     
    5843 5. Copy the Cardinal 825 Programming Environment package to your computer in any directory you wish.
    5944
    60 == Starting the Environment ==
     45=== Starting the Environment ===
    6146 1. Start VMware Player by going to Start -> Programs -> VMware and choosing VMware Player
    6247
     
    9378  [[Image(screenshot.18.jpg)]]
    9479
    95 == Using the Environment ==
     80=== Using the Environment ===
    9681
    97 === Welcome Screen ===
     82==== Welcome Screen ====
    9883The welcome screen gives you basic information about the Eclipse IDE. You can choose to view the information by clicking on the individual images or simply close it by pressing the X button in the corner.
    9984
    10085  [[Image(screenshot.29.jpg)]]
    10186
    102 === Project Explorer ===
     87==== Project Explorer ====
    10388The project explorer gives you an overview of projects that are in your workspace. The Cardinal 825 Programming Environment is set to use /home/user/Workspace as the default workspace. You can change this by selecting File > Switch Workspace.
    10489
     
    115100  * mscale - Multi-scale
    116101
    117 === Task Repositories ===
     102==== Task Repositories ====
    118103Task repositories list the available bug tracking repositories. The Cardinal 825 Trac repository has been setup for you but you will need to enter your individual username and password for the Trac site (the one you used to login to the Wiki).
    119104
     
    131116  3. If you receive no errors you can press the "Save Password" checkbox and press Finish to save the settings.
    132117
    133 === Task Queries ===
     118==== Task Queries ====
    134119Task queries allows you to generate custom queries to view tickets for the Cardinal 825.
    135120
     
    163148  [[Image(screenshot.32.jpg)]]
    164149
    165 === Subversion ===
     150==== Subversion ====
    166151Every project distributed with the Cardinal 825 Programming Environment comes ''attached'' to a Subversion repository. Subversion repositories allow you to get the most up to date source code with the click of a button.
    167152  1. Right-click on the HelloWorld project and choose Team -> Update.