Skip to content

FPGA-Flasher For XC6SLX9 on windows and linux

Notifications You must be signed in to change notification settings

paleumm/FPGA-Flasher

 
 

Repository files navigation

FPGA-Flasher

FPGA-Flasher For XC6SLX9

Download from releases

Automate flashing XC6SLX9 from *.bit file by drag and drop function

  1. Drag and drop your *.bit file
  2. Select your rom type which your want (Normal,Prom)
  3. Enter

Screenshot

FPGA-Flasher for linux (Ubuntu 20.04, any distro that compatible with xc3sprog)

Install xc3sprog on Ubuntu 20.04

$ sudo apt update
$ sudo apt -y install xc3sprog

Normal mode

$ xc3sprog -c ftdi -v -p 0 <path/to/file.bit>

Prom mode

spiflasherLX9.bit from this repo

$ xc3sprog -c ftdi -v spiflasherLX9.bit
$ xc3sprog -c ftdi -v -R -p 0 -I <path/to/file.bit>

About

FPGA-Flasher For XC6SLX9 on windows and linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%