Changes between Version 13 and Version 14 of Tutorials/k0SDR/Tutorial25
- Timestamp:
- Nov 22, 2017, 6:19:15 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial25
v13 v14 18 18 19 19 === 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: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: 21 21 22 *Login into reserved domain 22 * Login into reserved domain: 23 23 {{{ 24 24 ssh username@conslole.grid.orbit-lab.org 25 25 }}} 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 {{{ 28 omf tell -a offh -t node11-10 29 }}} 30 * Load an image on the node: 31 {{{ 32 omf load -i orbit-flexicon.ndz -t node11-10 33 }}} 34 * Turn on the node: 35 {{{ 36 omf tell -a on -t node11-10 37 }}} 38 * Login into the node: 39 {{{ 40 ssh root@node11-10 41 }}} 29 42 43 After 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