riffpga
riffpga -- write FPGA bitstreams through a USB drive, get USB serial and dynamic clocking in a platform independent way
File Explorer
Download Latest Version (.zip)- bitstream_to_uf2.py
- uartbridge-breakout.py
- riffpga.h
- README.md
- riffpga_chipdiscover.uf2
- riffpga_generic.uf2
- riffpga_arch.png
- riffpga_basichookup.jpg
- riffpga_dnd.png
- riffpga_slots.png
- riffpga_statedump.png
- riffpga_terminal.png
- chipdiscover.h
- efab_explain.h
- generic.h
- psydmi.h
- sys_version.h
- clocking.c
- clocking.h
- config.c
- config.h
- dump.c
- dump.h
- fpga.c
- fpga.h
- io.c
- io.h
- rp_system.c
- rp_system.h
- uart.c
- uart.h
- sui_command.c
- sui_command.h
- sui_handler.c
- sui_handler.h
- sui_util.c
- sui_util.h
- bitstream.c
- bitstream.h
- board.c
- board.h
- board_config.c
- board_config.h
- board_config_defaults.h
- board_defs.h
- board_includes.h
- cdc_interface.c
- cdc_interface.h
- clock_pwm.c
- clock_pwm.h
- compile_date.h
- debug.h
- driver_state.h
- fpga.c
- fpga.h
- ghostfat.c
- io_inputs.c
- io_inputs.h
- main.c
- msc_disk.c
- tusb_config.h
- uart_bridge.c
- uart_bridge.h
- uf2.h
- usb_descriptors.c
- .gitignore
- buildit.sh
- CMakeLists.txt
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/psychogenic/riffpga
Downloads the entire project code from GitHub to your computer.
cd riffpga
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake -DPICO_SDK_PATH=/path/to/pico-sdk -DTARGET_GENERIC=ON ..
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
