Skip to content
Snippets Groups Projects
Commit 0e1bcc65 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix: Double FPGA load

* First time without Device Tree Overlay
parent 2fe91457
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,10 @@ link_configuration() {
fpga_reconfig() {
log "Loading FPGA image ${PATH_FPGABIN}"
fpgautil -R |& log
# First without overlay, it stall if not
fpgautil -b ${PATH_FPGABIN} |& log
fpgautil -b ${PATH_FPGABIN} -o ${PATH_MAP}/device-tree-overlay.dtbo |& log
log "Reset the FPGA"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment