im-tomu / fomu-workshop

Support files for participating in a Fomu workshop
https://workshop.fomu.im
Apache License 2.0
162 stars 64 forks source link

litex_boards bump is blocked. Local LiteX scripts probably need update. #411

Open tcal-x opened 3 years ago

tcal-x commented 3 years ago

See https://github.com/im-tomu/fomu-workshop/pull/410/checks?check_run_id=1616270863#step:10:5267. add_dfu_suffix has been removed from the latest litex_boards.

mithro commented 3 years ago

@umarcor - Can you take a look?

tcal-x commented 3 years ago

I had told @umarcor that I would take a look since I had just been playing with up-to-date Litex + Fomu.

tcal-x commented 3 years ago

Quick comments about the current litex_boards targets/fomu.py that we're not bumping to:

umarcor commented 3 years ago

@tcal-x, what is the status of this issue? It seems that the fomu.py mentioned in enjoy-digital/litex#773 does not exist anymore?

tcal-x commented 3 years ago

Thanks for the ping, @umarcor. The new fomu.py has been renamed kosagi_fomu.py. It would probably be confusing if we copied the old fomu.py into that directory, if that's what you were thinking. Although it occurred to me, we could possibly copy the old targets/fomu.py into fomu-workshop. We'd need to check if it worked with the current platforms/kosagi_fomu_pvt.py.

There's another issue I forgot to mention above -- now that the default LteX build for Fomu (target/kosagi_fomu.py) includes LEDchaser, the workshop exercise of adding the RGB module (https://workshop.fomu.im/en/latest/migen.html#wishbone-bus-extension) might not work unless we suppress the LEDchaser first.

I'll make time later this week to look at it.