Project

General

Profile

Actions

Wiki » History » Revision 6

« Previous | Revision 6/58 (diff) | Next »
foft, 05/16/2017 10:01 PM


Introduction

For now please see the general core manual on the main page.
http://www.64kib.com/

Core location
h2. v1 prototype

http://www.64kib.com/autobuild/private/prototype_v1/

v2 prototype (aka v3!)

http://www.64kib.com/autobuild/private/prototype_v2/

Flashing
Its possible to flash the .sof using the USB blaster, but this only lasts until the board is restarted.

To store on the flash chip you need to make a .jic file. The v1 board has a chip compatible with the EPCS128. The v3 board has a chip compatible with the EPCQ128.

Making a jic file from a sof

  1. In quartus go to tools->convert programming files
  2. Select programming file type 'jtag indirect programming file'
  3. Select configuration device (v1:EPCQ128, v2:EPCS128)
  4. Select mode: Active serial
  5. Set appropriate file name
  6. In 'input files to convert' select 'flash loader' and click 'add device' on the right
  7. Select 'Cyclone V' on left and the correct FPGA on the right (v1: 5CEBA2, v2: 5CEBA4)
  8. In 'input files to convert' select 'sof data' and click 'add file'
  9. Select the .sof file to convert
  10. Select properties on the new line and enable 'compression'
  11. All done, click ok to save .jic file
  12. The flash using the programmer as you would with a .sof - it takes longer but it will last over a reboot
    Alternatively I'll post .jics from time to time...

Updated by foft almost 7 years ago · 6 revisions