Skip to content

Commit

Permalink
i5 fbi
Browse files Browse the repository at this point in the history
  • Loading branch information
vk2seb committed Apr 10, 2024
1 parent 74803da commit 26818f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example-colorlight-i5.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ def main():

add_eurorack_pmod(soc)

# python ./deps/litex/litex/soc/software/crcfbigen.py build/colorlight_i5/rust-fw.bin -f -l -o rust-fw.fb
#sudo openFPGALoader -b colorlight-i5 -o 0x0E0000 -f rust-fw.fbi
soc.add_constant("FLASH_BOOT_ADDRESS", 0x2E0000)

builder = Builder(soc, **parser.builder_argdict)
if args.build:
builder.build(**parser.toolchain_argdict)
Expand Down

0 comments on commit 26818f9

Please sign in to comment.