Changes between Version 53 and Version 54 of Tutorials/k0SDR/Tutorial25


Ignore:
Timestamp:
May 18, 2019, 10:21:18 PM (5 years ago)
Author:
tingjunchen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial25

    v53 v54  
    3131Before you can access the testbed, you need to [https://www.orbit-lab.org/schedule make a reservation] and get it approved. After receiving the reservation's confirmation (approval) email:
    3232
    33  * Login into reserved domain: {{{ssh -X username@conslole.grid.orbit-lab.org}}}
     33 * Login into reserved domain: {{{ssh -X username@conslole.grid.orbit-lab.org}}} (the {{{-X}}} option is for enabling the X11 tunneing)
    3434 * Make sure that the full-duplex node is powered down for loading the desired image: {{{omf tell -a offh -t node11-10}}}
    3535 * Load the most updated full-duplex node image (currently full-duplex SDR image {{{flexicon-orbit-v2.ndz}}} released) on the node (this process can take about a few minutes so please be patient): {{{omf load -i flexicon-orbit-v2.ndz -t node11-10}}}
    3636 * Turn on the node: {{{omf tell -a on -t node11-10}}}
    37  * Login into the node: {{{ssh root@node11-10}}}
     37 * Login into the node: {{{ssh -X root@node11-10}}}
    3838 After login into the node, a {{{flexicon_orbit}}} folder should exist under the home directory of {{{node11-10:~/}}} which contains the source code of this example. You can also retrieve the most recently updated code from [https://github.com/Wimnet/flexicon_orbit the GitHub repository].
    3939