Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 1.28 KB

arty_spi.md

File metadata and controls

33 lines (16 loc) · 1.28 KB

Reference Doc to get the SPI working.

PMOD Pinout

FemtoRV_RISCV/Docs/PMOD_pinout.png

FemtoRV_RISCV/Docs/SF3_pinout.png

ARTY Reference

https://digilent.com/reference/programmable-logic/arty-a7/reference-manual

Onboard SPI Datasheet

FemtoRV_RISCV/Docs/OnboardSPIguide.png

PMOD SF3 Refernce

Datasheet

OpenFPGA Loader

.bit, .bin, and .mcs are supported for FLASH.

By default the data is written to a volatile flash. This is erased on power cycle.

Adding the -f flag to open FPGA loader, wries it to the external onboard SPIFlash.

this allowes it to retai the code even aafter a power cycle.

F4PGA loader installs a deprecated version of openFPGAloder...using sudo uses the new version.