| | 64 | 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. |
| | 65 | {{{ |
| | 66 | root@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 |
| | 70 | Are you sure you wish to proceed? [y/n]: y |
| | 71 | |
| | 72 | Updating SC firmware on card[0000:d8:00.0] |
| | 73 | INFO: found 4 sections |
| | 74 | ..................................... |
| | 75 | INFO: Loading new firmware on SC |
| | 76 | |
| | 77 | Updating shell on card[0000:d8:00.0] |
| | 78 | INFO: ***Found 700 ELA Records |
| | 79 | Idcode byte[0] ff |
| | 80 | Idcode byte[1] 20 |
| | 81 | Idcode byte[2] bb |
| | 82 | Idcode byte[3] 21 |
| | 83 | Idcode byte[4] 10 |
| | 84 | Enabled bitstream guard. Bitstream will not be loaded until flashing is finished. |
| | 85 | Erasing flash................................... |
| | 86 | Programming flash................................... |
| | 87 | Cleared bitstream guard. Bitstream now active. |
| | 88 | Successfully flashed Card[0000:d8:00.0] |
| | 89 | |
| | 90 | 1 Card(s) flashed successfully. |
| | 91 | Cold reboot machine to load the new image on card(s). |
| | 92 | |
| | 93 | }}} |