FPGA SLG47910

FPGA SLG47910

Just getting started..

I’m on Ubuntu 22. Board docs are here

  • got micropython-mpremote, thonny installed via Synaptic
  • cd test
  • opened Thonny, and Tools-Options-Interpreter = RP2040 Micropython (Or check the bottom right corner)
  • Tested blinky. test/blink_rp2040.py

Uploading bitstream

Open thonny, and view-files. Now right click on the .bin bitstream and copy to the RP2040

In the RP_2040 terminal (This is micropython on the RP2040 now. not your system interpreter), upload the .bin to the FPGA. Don’t forget to verify the filename :p

Now I need the FPGA toolchain from Renesas