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 --- Hello EnotAruz! I'm trying to port the JRunner to a LPC uC too, but I'm having some trouble. My uC is an ARM7, with a uCLinux running. I did not undestand very well how you gave to the program the parameters needed. You have created an array with data, which data? the path to the .rbf file and what else? (then you modified the code so that the program gets this information from that array?) Thank you very much in advance!