eugene-tarassov / vivado-risc-v

Xilinx Vivado block designs for FPGA RISC-V SoC running Debian Linux distro
821 stars 186 forks source link

Update Makefile to generate configuration memory file for Alveo U200/250 #199

Closed nguyencanhtrung closed 9 months ago

nguyencanhtrung commented 10 months ago

UG1289 mentions: address 0x00000000 through 0x01001FFF is a write protected region which holds the card's golden recovery image and cannot be written to. The user_config_region_offset setting cannot be within this range.

eugene-tarassov commented 10 months ago

The Golden Image allows the board to work in a data center. I absolutely don't want to spend time supporting that. On my cards I did full flash erase, removing both Golden Image and protection. Your changes are not compatibles with such sanitized cards, cannot commit.

nguyencanhtrung commented 9 months ago

thanks for your explanation