Project

General

Profile

Wiki » History » Version 5

foft, 05/16/2017 10:01 PM

1 4 foft
h1. Introduction
2 2 admin
3 4 foft
For now please see the general core manual on the main page.
4
http://www.64kib.com/
5 5 foft
6
h1. Core location
7
h2. v1 prototype
8
http://www.64kib.com/autobuild/private/prototype_v1/
9
10
h2. v2 prototype (aka v3!)
11
http://www.64kib.com/autobuild/private/prototype_v2/
12
13
h1. Flashing
14
Its possible to flash the .sof using the USB blaster, but this only lasts until the board is restarted.
15
16
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.
17
18
h2. Making a jic file from a sof
19
# In quartus go to tools->convert programming files
20
# Select programming file type 'jtag indirect programming file'
21
# Select configuration device (v1:EPCQ128, v2:EPCS128)
22
# Select mode: Active serial
23
# Set appropriate file name
24
# In 'input files to convert' select 'flash loader' and click 'add device' on the right
25
# Select 'Cyclone V' on left and the correct FPGA on the right (v1: 5CEBA2, v2: 5CEBA4)
26
# In 'input files to convert' select 'sof data' and click 'add file'
27
# Select the .sof file to convert 
28
# Select properties on the new line and enable 'compression'
29
# All done, click ok to save .jic file
30
# The flash using the programmer as you would with a .sof - it takes longer but it will last over a reboot
31
Alternatively I'll post .jics from time to time...