Changes between Version 6 and Version 7 of ML403

Show
Ignore:
Timestamp:
02/25/09 12:54:23 (4 years ago)
Author:
mcarrick
Comment:

updating instructions for revision 8775

Legend:

Unmodified
Added
Removed
Modified
  • ML403

    v6 v7  
    33 
    44=== 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.) 
    66 
    77 
     
    2525$ python build.py 
    2626}}} 
    27 Create Symbolic Links for nodeBooter 
    28 (This step may not be necessary) 
     27Create Symbolic Link for nodeBooter 
    2928{{{ 
    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 
     33Copy GPP executable: 
     34(This step to be replaced when building for ml403) 
     35{{{ 
     36$ cd /sdr/bin/ 
     37$ cp GPP GPP_powerpc 
    3438}}} 
    3539 
     
    4246{{{ 
    4347$ cd /sdr/nodes/default_ml403_node/ 
    44 $ ln -s ../../waveforms/ossie_demo/ waveforms 
    4548$ 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 
    4751}}} 
    4852 
    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.) 
    5054 
    5155Run ossie_demo waveform 
     
    5559}}} 
    5660 
    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. 
    5861 
    5962 
     63