You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please move the 'git submodule update --recursive --init' first, before python3 workshop.py --board $FOMU_REV
I didn't see it because I was chasing the failures and I didn't scroll down far enough to find it
the build gives me a different file:
sauron [mc]$ pwd
/home/merlin/fpga/fomu-workshop/litex
sauron [mc]$ l build/gateware/
-rw-r--r-- 1 merlin merlin 285 Jan 4 10:19 build_fomu_pvt.sh
-rw-r--r-- 1 merlin merlin 104090 Jan 4 10:19 fomu_pvt.bin
-rw-r--r-- 1 merlin merlin 104106 Jan 4 10:19 fomu_pvt.dfu
-rw-r--r-- 1 merlin merlin 2001002 Jan 4 10:19 fomu_pvt.json
-rw-r--r-- 1 merlin merlin 73 Jan 4 10:19 fomu_pvt.pcf
-rw-r--r-- 1 merlin merlin 124 Jan 4 10:19 fomu_pvt_pre_pack.py
-rw-r--r-- 1 merlin merlin 477106 Jan 4 10:19 fomu_pvt.rpt
-rw-r--r-- 1 merlin merlin 1311245 Jan 4 10:19 fomu_pvt.txt
-rw-r--r-- 1 merlin merlin 90552 Jan 4 10:19 fomu_pvt.v
-rw-r--r-- 1 merlin merlin 253 Jan 4 10:19 fomu_pvt.ys
-rw-r--r-- 1 merlin merlin 391 Jan 4 10:19 out_buffer.init
dfu-util -D build/gateware/fomu_pvt.dfu flashed fine, but I'm not sure if'ts the right code, all it does is turn the LED off, although wishbone-tool works fine when it's running. Maybe that's normal?
However building workshop_rgb.py still flashes a build/gateware/fomu_pvt.dfu that doesn't seem to do anything.
The text was updated successfully, but these errors were encountered:
please move the 'git submodule update --recursive --init' first, before python3 workshop.py --board $FOMU_REV
I didn't see it because I was chasing the failures and I didn't scroll down far enough to find it
the build gives me a different file:
dfu-util -D build/gateware/fomu_pvt.dfu flashed fine, but I'm not sure if'ts the right code, all it does is turn the LED off, although wishbone-tool works fine when it's running. Maybe that's normal?
However building workshop_rgb.py still flashes a build/gateware/fomu_pvt.dfu that doesn't seem to do anything.
The text was updated successfully, but these errors were encountered: