Changes between Version 12 and Version 13 of Tutorials/Edge Computing/Alveo Getting Started
- Timestamp:
- Dec 6, 2019, 4:08:21 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Edge Computing/Alveo Getting Started
v12 v13 42 42 }}} 43 43 44 [[CollapsibleEnd]] 45 46 [[BR]] 47 44 48 [[CollapsibleStart(Validate Card and check shell installation)]] 45 49 * 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 each card, one for management and one for user. … … 61 65 62 66 }}} 63 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.67 *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. 64 68 {{{ 65 69 root@node1-6:~# sudo /opt/xilinx/xrt/bin/xbmgmt flash --update --shell xilinx_u200_xdma_201830_2