Changes between Version 2 and Version 3 of Tutorials/k0SDR/Tutorial04a
- Timestamp:
- Dec 17, 2012, 2:28:36 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial04a
v2 v3 28 28 nilanjan@console.grid:~$ omf-5.3 load -i ubuntu-11-10-gnuradio.ndz -t system:topo:n210 29 29 }}} 30 31 * After nodes are imaged, verify that nodes are in POWEROFF state. Otherwise issue the following to turn them off for a reboot 32 {{{ 33 nilanjan@console.grid:~$ omf-5.3 tell -a offh -t system:topo:n210 34 }}} 35 36 * Turn nodes back on and verify they are in POWERON state before proceeding 37 {{{ 38 nilanjan@console.grid:~$ omf-5.3 tell -a on -t system:topo:n210 39 }}} 40