Changes between Version 3 and Version 4 of ML403
- Timestamp:
- 02/24/09 19:32:05 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ML403
v3 v4 25 25 $ python build.py 26 26 }}} 27 Create Symbolic Links (for tool compatability) 27 Create Symbolic Links for nodeBooter 28 (This step may not be necessary) 28 29 {{{ 29 30 $ cd /sdr/nodes/default_ml403_node/ … … 33 34 }}} 34 35 35 === Operation ===36 36 Run nodeBooter 37 37 {{{ 38 38 $ nodeBooter -D -d nodes/default_ml403_node/DeviceManager.dcd.xml 39 39 }}} 40 41 Set up ''/sdr'' for c_wavLoader 42 {{{ 43 $ cd /sdr 44 $ mkdir domain/waveforms 45 $ cp waveforms/ossie_demo/* domain/waveforms/ 46 $ cd domain/ 47 $ ln -s waveforms/ossie_demo.sad.xml ossie_demo.sad.xml 48 $ ln -s waveforms/ossie_demo_DAS.xml ossie_demo_DAS.xml 49 $ ln -s ../../xml xml 50 }}} 51 40 52 Run ossie_demo waveform 41 53 {{{ 42 (c_wavLoader command to be added) 54 $ cd /sdr 55 $ c_wavLoader 43 56 }}} 44 57 45 46 58 Choose ossie_demo.sad.xml, and the program will crash in AppFactory because it cannot find the device.