Changes between Version 16 and Version 17 of QuickStartGuide

Show
Ignore:
Timestamp:
02/11/10 18:43:38 (15 years ago)
Author:
ismael (IP: 62.57.1.15)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v16 v17  
    11= ALOE Quick Start Guide = 
    22 
    3 In this page we describe how to download, install and run an example waveform for ALOE. 
     3This page describes how to download, install and run an example waveform for ALOE for Linux OS.  
     4 
     5Supported processors are: 
     6 * x86 
     7 * ARM (tested in MARVELL processors from [http://www.plugcomputer.org/]) 
     8 * PPC440 comming soon...  
    49 
    510== Downloading & Installing == 
    611 
    7 Download source from http://flexnets.upc.edu/downloads/source/aloe-1.2.tar.gz or check last svn tag release at: http://flexnets.upc.edu/svn/phal/tags/ 
     12Download source from http://flexnets.upc.edu/downloads/source/aloe-1.3.tar.gz or check last svn tag release at: http://flexnets.upc.edu/svn/phal/tags/ 
    813 
    914The latest unstable development trunk can be found at: http://flexnets.upc.edu/svn/phal/trunk/ 
    10  
    1115 
    1216Before installing, make sure you have the following libraries in your system: 
     
    2529 
    2630{{{ 
    27 tar xzvf aloe-1.2.tar.gz 
     31tar xzvf aloe-1.3.tar.gz 
    2832cd aloe-1.2 
    2933./configure 
     
    3539== Running an example == 
    3640 
    37 From the same directory where the source is (aloe-1.2): 
     41From the same directory where the source is (aloe-1.3): 
    3842{{{ 
    3943runph 
     
    6266{{{ 
    6367runph$: statlist example 
    64 runph$: statget example sink signal_out 
     68runph$: statget example source numbits 
     69runph$: statset example source numbits 512 
    6570}}} 
    6671 
    67 Visit [wiki:ALOELinuxGuide ALOE User Guide] to learn more on how to use ALOE 
     72Visit [wiki:ALOELinuxGuide ALOE User Guide] for more advanced commands 
    6873 
    6974[[BR]]