trabucayre changed the topic of #openFPGALoader to: Universal utility for programming FPGA / Github: https://github.com/trabucayre/openFPGALoader/ Logs: https://libera.irclog.whitequark.org/openFPGALoader
crazy_imp has quit [Ping timeout: 255 seconds]
crazy_imp has joined #openFPGALoader
MoeIcenowy has quit [Ping timeout: 260 seconds]
MoeIcenowy has joined #openFPGALoader
Guest6 has joined #openFPGALoader
<Guest6> Hello. Can i use openFPGALoader to flash Xilinx XCZU3EG?
<ni> did you check the compat list?
<ni> it seems to be in the source code, while not in the doc: https://github.com/trabucayre/openFPGALoader/blob/master/src/part.hpp#L154
<ni> give it a try
<Guest6> wow. thanks)
<Guest6> i am feel sad, that openFPGALoader support only PC, i thougth i can use this library with stm32 to program FPGA
<Guest6> Because of std containers and heap allocation
Guest6 has quit [Quit: Client closed]
Guest6 has joined #openFPGALoader
<ni> what’s your goal?
<Guest6> i have stm32f777 on board with FPGA Zynq Mpsoc xczu3eg. Also spi-flash, where will be fpga's firmware. Stm32 connected to FPGA via JTAG. Stm32 read firmware's data from spi-flash and transfer to FPGA via JTAG
<ni> there are svf players for microcontrolers, if you manage to have your bitstream file in svf format
<Guest6> i will check, thank you
<ni> the software running on the soc seems to be able to configure the logic part, it looks like you have many options
Guest6 has quit [Ping timeout: 256 seconds]