Hello,
I need to program fpga using c files module, which uses gpio pins (the gpio are used as jtag connected to fpga).
I have some dillema and wanted your advise.
Do you think it is possible to do this from both u-boot and kernel (the module need to read file from flash and then program it using gpio) ?
If yes - which is expected to have a better performance (reading from flash, and then using gpio for the programming) , u-boot or kernel ?
Thank you!
Ran