Changes between Version 6 and Version 7 of ML403
- Timestamp:
- 02/25/09 12:54:23 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ML403
v6 v7 3 3 4 4 === Installation === 5 (For x386 install , assumes all dependencies have been installed, sudo access, etc.)5 (For x386 install. Assumes all dependencies have been installed, sudo access, etc.) 6 6 7 7 … … 25 25 $ python build.py 26 26 }}} 27 Create Symbolic Links for nodeBooter 28 (This step may not be necessary) 27 Create Symbolic Link for nodeBooter 29 28 {{{ 30 $ cd /sdr/nodes/default_ml403_node/ 31 $ ln -s ../../xml xml 32 $ ln -s ../../waveforms waveforms 33 $ ln -s ../../bin bin 29 $ cd /sdr/domain/ 30 $ ln -s ../../sdr/ sdr 31 }}} 32 33 Copy GPP executable: 34 (This step to be replaced when building for ml403) 35 {{{ 36 $ cd /sdr/bin/ 37 $ cp GPP GPP_powerpc 34 38 }}} 35 39 … … 42 46 {{{ 43 47 $ cd /sdr/nodes/default_ml403_node/ 44 $ ln -s ../../waveforms/ossie_demo/ waveforms45 48 $ ln -s ../../xml/ xml 46 $ ln -s ../../waveforms/ossie_demo/ossie_demo.sad.xml ossie_demo.sad.xml 49 $ ln -s ../../waveforms/ml403_ossie_demo/ml403_ossie_demo_DAS.xml ml403_ossie_demo_DAS.xml 50 $ ln -s ../../waveforms/ml403_ossie_demo/ml403_ossie_demo.sad.xml ml403_ossie_demo.sad.xml 47 51 }}} 48 52 49 (Due to the fact that the file manager ''list()'' call is not recursive, waveforms that are desired to be run must have symbolic links for both the DAS and SAD files into the waveform directory. )53 (Due to the fact that the file manager ''list()'' call is not recursive, waveforms that are desired to be run must have symbolic links for both the DAS and SAD files into the waveform directory. Currently only a single waveform can be listed within the default_ml403_node directory, as more than one crashes c_wavLoader.) 50 54 51 55 Run ossie_demo waveform … … 55 59 }}} 56 60 57 Choose ossie_demo.sad.xml, and the program will crash in AppFactory because it cannot find the device. The UUID's need to be updated for AppFactory to work.58 61 59 62 63