Changes between Version 13 and Version 14 of Tutorials/k0SDR/Tutorial25


Ignore:
Timestamp:
Nov 22, 2017, 6:19:15 PM (6 years ago)
Author:
tingjunchen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial25

    v13 v14  
    1818
    1919=== Set up ===
    20  * Before you can access the testbed, you need to [https://www.orbit-lab.org/schedule make a reservation] and get it approved by the [wiki:Documentation/Scheduler reservation service]. After receiving the reservation's confirmation (approval) email:
     20Before you can access the testbed, you need to [https://www.orbit-lab.org/schedule make a reservation] and get it approved by the [wiki:Documentation/Scheduler reservation service]. After receiving the reservation's confirmation (approval) email:
    2121
    22 *Login into reserved domain
     22 * Login into reserved domain:
    2323{{{
    2424ssh username@conslole.grid.orbit-lab.org
    2525}}}
    26  * Make sure that the full-duplex node is powered down for loading the desired image: omf tell -a offh -t node11-10
    27  * Load an image on the node: omf load -i orbit-flexicon.ndz -t node11-10
    28  * Turn on the node: omf tell -a on -t node11-10
     26 * Make sure that the full-duplex node is powered down for loading the desired image:
     27{{{
     28omf tell -a offh -t node11-10
     29}}}
     30 * Load an image on the node:
     31{{{
     32omf load -i orbit-flexicon.ndz -t node11-10
     33}}}
     34 * Turn on the node:
     35{{{
     36omf tell -a on -t node11-10
     37}}}
     38 * Login into the node:
     39{{{
     40ssh root@node11-10
     41}}}
    2942
     43After login into the node, there is a {{{flexicon_orbit}}} folder under the home directory of {{{node11-10}}} which contains the source code of this example. You can always retrieve the most recently updated code from [https://github.com/Wimnet/flexicon_orbit here].
     44