Forum Discussion
Altera_Forum
Honored Contributor
17 years agoJrunner + Serial Flash Loader (SFL) + EPCS4 [How to programm EPCS without Quartus II]
Hello, I'd like to adapt Jrunner to work with Serial Flash Loader. I've integrated SFL megafunction into my design and it works great. When I click auto detect in quartus II programmer it detects ...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- 1) configure pins on ports 2) put all *.jic data into array, like const char my_data[DATA_SIZE] = { ... }; and pass it to jrunnr like an input file :) It takes a lot of flash memory to keep such const data array, but lpc2138 has enough of it. :) 3) removed some Jrunner checks. --- Quote End --- .jic file is the same to .rbf ?The Jrunner can down the jic to the FPGA?or else the JTAG instruction PROGRAM support that ?:confused::p