Open tianrui-wei opened 2 years ago
Hi Tianrui
Just to make sure, is this mcs file generation from bitstream tried using a specific example/IP from U200 kit? or is this a design completely independent of U200 developer kit?
Thanks
Hi Kishore,
The mcs file generation was tried on the bitstream provided by cl_hello_world
example design in the U200 kit.
Best Regards, Tianrui
got it. This should be supported by the MCS gen settings update to the IP in the git. Will post an update once this is available
Hi Tianrui
A new developer kit version 1.0.1 is released with shell_v05202215 to support mcs file generation. Please feel free to try the new release and provide any feedback you have
Thanks
Hi Kishore,
Thanks for support the mcs flow so quickly, I'll try it now and keep you posted how it goes.
Best Regards, Tianrui
Hi Kishore,
Recently, we tried to convert the generated bitstream to .mcs file and flash it in the QSPI flash inside Alveo U200. However, this made the entire machine fail to boot until we reverted to the stock firmware. Here's our setup details.
Host1: MSI MPG Z490 with 64GiB of Memory and i9-10850K Host2: Precision 7820 Tower with 64GiB of Memory and Xeon(R) Gold 6226R
Steps to reproduce
Generating Bitstream
According to AR #71756, we added the following constraints to
$CL_DIR/build/constraints/cl_synth_user.xdc
.Generating MCS file
According to UG1289, we used the following command to generate an mcs file from the bitstream.
Programming the MCS file
According to AR #71763, we programmed the .mcs file onto the alveo board. Now, when we cold reboot, the machine won't start.
Perhaps you could take a look at what may be causing the issue?