Changes between Version 53 and Version 54 of Tutorials/k0SDR/Tutorial25
- Timestamp:
- May 18, 2019, 10:21:18 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial25
v53 v54 31 31 Before 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: 32 32 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) 34 34 * Make sure that the full-duplex node is powered down for loading the desired image: {{{omf tell -a offh -t node11-10}}} 35 35 * 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}}} 36 36 * 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}}} 38 38 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]. 39 39