Changes between Version 3 and Version 4 of PhalUserGuide

Show
Ignore:
Timestamp:
11/07/08 13:43:45 (16 years ago)
Author:
ismael (IP: 62.57.188.40)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PhalUserGuide

    v3 v4  
    2424      * app_x: Parameters for app_x 
    2525 
    26 If you follow this guide and plan to launch Wimax waveform (see next), you won't need to modify any of this files. 
     26If you follow this guide and plan to launch Wimax waveform (see next), you won't need to modify any of these files. 
     27 
     28'''NOTE''': Make sure that swman_execs/linux contains (or links to) the binaries for your waveform compiled for the platform you plan to launch them. 
    2729 
    2830Now you can launch P-HAL console passing the phal-repositories path (just downloaded) as an argument: 
     
    3133}}} 
    3234 
    33 You just got into the P-HAL environment! By the moment, you can't do anything because you need to download an application first. This will be explained in the following section. After that, we will see how it can be loaded and runned.  
     35You just got into the P-HAL environment! By the moment, you can't do anything because you need to download an application first. This will be explained in the following section. After that, we will see how it can be loaded and run.  
     36 
     37[[BR]] 
     38 
     39More optional arguments can be passed to runph in the shell. The command accepts the following arguments: 
     40{{{ 
     41runph [repository_path] -c [platform_cfg_file] -i [xitf_cfg_file] -p [priority] -d [debug_level] -r [fifo_report] 
     42}}} 
     43Where: 
     44 * ''[repository_path]'': Location where cofiguration, executables and applications subdirectories are found (see before). 
     45 * ''-c [platform_cfg_file]'': Configuration file for platform parameters and list of daemons to launch, see Customizing your Platform, below. ''Default'': /usr/local/etc/daemons.conf 
     46 * ''-i [xitf_cfg_file]'': Configuration file for external interfaces, see Customizing your Platform. ''Default'': /usr/local/etc/xitf.conf 
     47 * ''-p [priority]'': Needs root privileges. Kernel priority level for waveform processes, see Performance Notes. ''Default'': 20 
     48 * ''-d [debug_level]'': Sets platform debug level. Currently only 2 modes are supported, level=0 or level!=0, where the first means normal operation and the second prevents EXEC daemon to kill processes which violated real time policies. ''Default'': 0 
     49 * ''-r [fifo_report]'': File where  
    3450 
    3551== Downloading a waveform: Wimax ==