Changes between Version 19 and Version 20 of Tutorials/Edge Computing/Alveo Getting Started
- Timestamp:
- Dec 6, 2019, 4:19:52 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Edge Computing/Alveo Getting Started
v19 v20 18 18 * Load alveo_runtime.ndz on a reserved server/node. This image comes with Vitis 2019.2, XRT(Xilinx RunTime) and Alveo U200 XDMA deployment shell installed. 19 19 {{{ 20 20 prasanthi@console:~$ omf load -i alveo-runtime.ndz -t node1-6 21 21 }}} 22 22 23 * Turn the nodeon23 * Once the node is successfully imaged, turn it on 24 24 {{{ 25 25 prasanthi@console:~$ omf tell -a on -t node1-6 26 26 }}} 27 27 28 * Check the status28 * After giving it some time to power up and boot, ssh to the node 29 29 {{{ 30 31 }}} 32 {{{ 33 ----------------------------------------------- 34 Node: node19-1.grid.orbit-lab.org State: POWERON 35 Node: node20-1.grid.orbit-lab.org State: POWERON 36 ----------------------------------------------- 37 }}} 38 39 * ssh to the node 40 {{{ 41 30 prasanthi@console:~$ ssh root@node1-6 42 31 }}} 43 32 … … 46 35 47 36 [[CollapsibleStart(Validate Card and check shell installation)]] 48 * Check if the card is successfully installed and if the firmware matches with the shell installed on the host. Run lspci command as shown below. If the card is successfully installed, two physical functions should be found per eachcard, one for management and one for user.37 * The reserved resource (node in SB9, orbit) has Alveo U200 card attached over PCIe bus. Check if the card is successfully installed and if its firmware matches with the shell installed on the host. Run lspci command as shown below. If the card is successfully installed, two physical functions should be found per card, one for management and one for user. 49 38 {{{ 50 39 root@node1-6:~# sudo lspci -vd 10ee: … … 64 53 65 54 }}} 66 * The above output shows only the management function. In that case, the firmware on the FPGA needs to be updated as follows. xilinx_u200_xdma_201830_2 is the deployment shell installed on the alveo_ deployment.ndz image.55 * The above output shows only the management function. In that case, the firmware on the FPGA needs to be updated as follows. xilinx_u200_xdma_201830_2 is the deployment shell installed on the alveo_runtime.ndz image. 67 56 {{{ 68 57 root@node1-6:~# sudo /opt/xilinx/xrt/bin/xbmgmt flash --update --shell xilinx_u200_xdma_201830_2