Changes between Version 3 and Version 4 of Tutorials/k0SDR/Tutorial14
- Timestamp:
- Sep 8, 2015, 6:32:03 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial14
v3 v4 1 == Zynq-based WISER platform startup==1 ==Loading Zynq-based WISER platform == 2 2 3 3 [[TOC(Tutorials/k0SDR*)]] 4 4 5 5 === Description === 6 This tutorial shows how to setupthe Zynq-based WISER platform (Zedboard + ADFMCOMMS1) on ORBIT.6 This tutorial shows how to load the Zynq-based WISER platform (Zedboard + ADFMCOMMS1) on ORBIT. 7 7 8 8 === Hardware / Software Resources utilized === 9 1. An SB6 node s with WISER platform connected.10 2. ''wiser_sb6_zedboard.ndz'': disk image loaded onto nodes.9 1. An SB6 node with WISER platform connected to it. 10 2. ''wiser_sb6_zedboard.ndz'': disk image. 11 11 12 12 … … 14 14 * To get started first make a reservation on the [https://www.orbit-lab.org/schedule/ Orbit Scheduler] for using the SB6. 15 15 16 * After logging into SB6 console, make sure all nodes are turned off 17 {{{ 18 omf tell -a offh -t system:topo:all 19 }}} 20 21 * Verify state of node before continuing. Make sure all nodes are in the POWEROFF state. 22 {{{ 23 omf stat -t all 24 }}} 25 26 * Image a node 16 * After logging into SB6 console, image one of the nodes 27 17 {{{ 28 18 omf load -i wiser_sb6_zedboard.ndz -t node1-1 29 19 }}} 20 21 * Once imaging is done, turn the node on 22 {{{ 23 omf tell -a on -t node1-1 24 }}} 25 26 * Wait for the node to turn on and log in 27 {{{ 28 ssh root@node1-1 29 }}} 30 30 31 === Starting up Zedboard and Testing the RF setup 31 === Loading the Zedboard 32 The 32 33 34 === Running a start up test 35