Hi! I was following your tutorial when I noticed there may be an issue at the end of the 3.2. Programming the FPGA tutorial page. In the last step, when the bitstream file must be loaded using cat, it's referenced using fpga.bin instead of the generated red_pitaya_top.bit.
As I'm a newbie, I may be wrong, but since the fpga.bin file doesn't appear in the default image of Red Pitaya, I thought it may be an issue and substituting fpga.bin for red_pitaya_top.bit could make it work.
Hi! I was following your tutorial when I noticed there may be an issue at the end of the 3.2. Programming the FPGA tutorial page. In the last step, when the bitstream file must be loaded using
cat, it's referenced usingfpga.bininstead of the generatedred_pitaya_top.bit.As I'm a newbie, I may be wrong, but since the
fpga.binfile doesn't appear in the default image of Red Pitaya, I thought it may be an issue and substitutingfpga.binforred_pitaya_top.bitcould make it work.