Changes between Version 63 and Version 64 of Tutorials/k0SDR/Tutorial25


Ignore:
Timestamp:
May 20, 2019, 1:00:13 AM (5 years ago)
Author:
tingjunchen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial25

    v63 v64  
    3535 * Login into reserved domain: {{{ssh -X username@conslole.grid.orbit-lab.org}}} (the {{{-X}}} option is for enabling the X11 tunneing)
    3636 * Make sure that the full-duplex node is powered down for loading the desired image: {{{omf tell -a offh -t node11-10}}}
    37  * 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}}}
     37 * Load the most updated full-duplex node image (currently full-duplex SDR image {{{flexicon-orbit-v3.ndz}}} released) on the node (this process can take about a few minutes so please be patient): {{{omf load -i flexicon-orbit-v3.ndz -t node11-10}}}
    3838 * Turn on the node: {{{omf tell -a on -t node11-10}}}
    3939 * Login into the node: {{{ssh -X root@node11-10}}}. 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].