Altera_Forum
Honored Contributor
15 years agobinary configuration files - a simple question
I got the remote upgrade circuitery to work, which includes a UART to transfer the app image, FLASH interface to write it to the right address and a remote_update block to trigger the reconfig.
All I'm missing now is to understand how to generate the binary compressed application image file (for EPCS4 flash) out of the app sof file. It has to be compressed because I dont have enough space on the EPCS4. When I'm using JIC that combines both the bootloader and the app everything works great. I tried jbc and rbf but it doesnt seem to work. Thanks