Changes between Version 3 and Version 4 of Tutorials/Edge Computing/Alveo Getting Started


Ignore:
Timestamp:
Dec 6, 2019, 3:40:30 AM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Edge Computing/Alveo Getting Started

    v3 v4  
    4444
    4545==== Check Alveo ====
    46 * lspci
     46* Check if the card is successfully installed and the 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.
    4747{{{
    4848root@node1-6:~# sudo lspci -vd 10ee:
     
    6262
    6363}}}
     64The 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.
     65{{{
     66root@node1-6:~# sudo /opt/xilinx/xrt/bin/xbmgmt flash --update --shell xilinx_u200_xdma_201830_2
     67         Status: shell needs updating
     68         Current shell: xilinx_u200_GOLDEN_5
     69         Shell to be flashed: xilinx_u200_xdma_201830_2
     70Are you sure you wish to proceed? [y/n]: y
     71
     72Updating SC firmware on card[0000:d8:00.0]
     73INFO: found 4 sections
     74.....................................
     75INFO: Loading new firmware on SC
     76
     77Updating shell on card[0000:d8:00.0]
     78INFO: ***Found 700 ELA Records
     79Idcode byte[0] ff
     80Idcode byte[1] 20
     81Idcode byte[2] bb
     82Idcode byte[3] 21
     83Idcode byte[4] 10
     84Enabled bitstream guard. Bitstream will not be loaded until flashing is finished.
     85Erasing flash...................................
     86Programming flash...................................
     87Cleared bitstream guard. Bitstream now active.
     88Successfully flashed Card[0000:d8:00.0]
     89
     901 Card(s) flashed successfully.
     91Cold reboot machine to load the new image on card(s).
     92
     93}}}
    6494* xbutil
    6595