Changes between Version 15 and Version 16 of Tutorials/k0SDR/Tutorial00b


Ignore:
Timestamp:
Jul 27, 2022, 6:21:46 PM (22 months ago)
Author:
yuezhenglingluan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial00b

    v15 v16  
    2121We should make sure that both of the nodes are turned off:
    2222
    23 {{{mpk2138@console:~$ omf tell -a offh -t all}}}
     23{{{mpk2138@console:~$ omf tell -a offh -t node1-1,node1-2}}}
    2424
    2525Then, we want to image the nodes with the following commands:
    2626
    27 {{{mpk2138@console:~$ omf load -i ubuntu1804-uhd3.15-gr3.8.ndz -t all}}}
     27{{{mpk2138@console:~$ omf load -i ubuntu1804-uhd3.15-gr3.8.ndz -t node1-1,node1-2}}}
    2828
    2929Please note, it will take time to image the node, make sure that the first image process is finished before attempting to start the second.
     
    3131Once both nodes are imaged, we can now turn them back on:
    3232
    33 {{{mpk2138@console:~$ omf tell -a on -t all}}}
     33{{{mpk2138@console:~$ omf tell -a on -t node1-1,node1-2}}}
    3434
    3535==== Accessing the Nodes ====