Changes between Version 15 and Version 16 of Tutorials/k0SDR/Tutorial00b
- Timestamp:
- Jul 27, 2022, 6:21:46 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial00b
v15 v16 21 21 We should make sure that both of the nodes are turned off: 22 22 23 {{{mpk2138@console:~$ omf tell -a offh -t all}}}23 {{{mpk2138@console:~$ omf tell -a offh -t node1-1,node1-2}}} 24 24 25 25 Then, we want to image the nodes with the following commands: 26 26 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}}} 28 28 29 29 Please note, it will take time to image the node, make sure that the first image process is finished before attempting to start the second. … … 31 31 Once both nodes are imaged, we can now turn them back on: 32 32 33 {{{mpk2138@console:~$ omf tell -a on -t all}}}33 {{{mpk2138@console:~$ omf tell -a on -t node1-1,node1-2}}} 34 34 35 35 ==== Accessing the Nodes ====