openFPGALoader icon indicating copy to clipboard operation
openFPGALoader copied to clipboard

GW1NSR-4C: is it possible to include the binary for the embedded CortexM3 along with the FPGA bitstream on boards like the Tang Nano 4K?

Open verilog-indeed opened this issue 3 years ago • 3 comments

verilog-indeed avatar Jun 15 '22 12:06 verilog-indeed

I have never tried to use the cortexM3, but it's possible with LiteX:

  • internal RAM is used for bitstream
  • external RAM is used for CPU bios Both case are handled by openFPGALoader

trabucayre avatar Jun 15 '22 20:06 trabucayre

Thanks for the pointers I'll try to test this when I can, are there any special considerations to take for the .bin cortex m3 binary file?

verilog-indeed avatar Jun 15 '22 21:06 verilog-indeed

in LiteX context everything is done to you (bitstream for the FPGA, bios for m3) and load is automatic with the correct option. I think it's a good starting point to deal with FPGA and CPU

trabucayre avatar Jun 15 '22 21:06 trabucayre