Altera_Forum
Honored Contributor
9 years agoConfigure MAX10 CPLD using remote micro CPU
I would configure MAX10 CPLD using remote micro CPU.
As I got from the datasheet MAX10 has only JTAG setup, I mean first time MAX10 initialization. I tried to look through the many docs and I found some cases for remote configure using UART and I2C but such cases require special boot image preloading. So it is not the case I could use for my project. Also I searched many Altera docs but I did not find any explanation for timing, protocols and data flow that I can use for h/w configuration. My goal is using JTAG programming download MAX10 image at power on initialization time. I think it is better to download image to only SRAM (not the flash CFM) so, as I understood, I need to send SOF file. Please help me to understand how to convert SOF file to raw stream that I could use through JTAG interface? Please also link me to any docs that could explain (timing, protocol, data flow) Altera JTAG programming on h/w level.