Changes between Version 16 and Version 17 of QuickStartGuide
- Timestamp:
- 02/11/10 18:43:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStartGuide
v16 v17 1 1 = ALOE Quick Start Guide = 2 2 3 In this page we describe how to download, install and run an example waveform for ALOE. 3 This page describes how to download, install and run an example waveform for ALOE for Linux OS. 4 5 Supported processors are: 6 * x86 7 * ARM (tested in MARVELL processors from [http://www.plugcomputer.org/]) 8 * PPC440 comming soon... 4 9 5 10 == Downloading & Installing == 6 11 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/12 Download 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/ 8 13 9 14 The latest unstable development trunk can be found at: http://flexnets.upc.edu/svn/phal/trunk/ 10 11 15 12 16 Before installing, make sure you have the following libraries in your system: … … 25 29 26 30 {{{ 27 tar xzvf aloe-1. 2.tar.gz31 tar xzvf aloe-1.3.tar.gz 28 32 cd aloe-1.2 29 33 ./configure … … 35 39 == Running an example == 36 40 37 From the same directory where the source is (aloe-1. 2):41 From the same directory where the source is (aloe-1.3): 38 42 {{{ 39 43 runph … … 62 66 {{{ 63 67 runph$: statlist example 64 runph$: statget example sink signal_out 68 runph$: statget example source numbits 69 runph$: statset example source numbits 512 65 70 }}} 66 71 67 Visit [wiki:ALOELinuxGuide ALOE User Guide] to learn more on how to use ALOE72 Visit [wiki:ALOELinuxGuide ALOE User Guide] for more advanced commands 68 73 69 74 [[BR]]