| 1 | | == Zynq-based WISER platform - Start-up test == |
| 2 | | |
| 3 | | [[TOC(Tutorials/k0SDR*)]] |
| 4 | | |
| 5 | | === Description === |
| 6 | | This tutorial shows how to load the Zynq-based WISER platform (Zedboard + ADFMCOMMS1) on ORBIT. |
| 7 | | |
| 8 | | === Hardware / Software Resources utilized === |
| 9 | | 1. An SB6 node with WISER platform connected to it. |
| 10 | | 2. ''wiser_sb6_zedboard.ndz'': disk image. |
| 11 | | |
| 12 | | |
| 13 | | === Set up === |
| 14 | | * To get started first make a reservation on the [https://www.orbit-lab.org/schedule/ Orbit Scheduler] for using the SB6. |
| 15 | | |
| 16 | | * After logging into SB6 console, image one of the nodes |
| 17 | | {{{ |
| 18 | | omf load -i wiser_sb6_zedboard.ndz -t node1-1 |
| 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 | | |
| 31 | | === Loading the Zedboard |
| 32 | | The |
| 33 | | |
| 34 | | === Running a start up test |
| 35 | | |
| | 1 | == add content == |