Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitstream loading through BL616 on Nano 20K #7

Open
nand2mario opened this issue May 20, 2023 · 2 comments
Open

Bitstream loading through BL616 on Nano 20K #7

nand2mario opened this issue May 20, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@nand2mario
Copy link
Owner

In theory, BL616 can read bitstream from SD card or USB and program the FPGA, allowing switching between cores.

Some discussion here: https://www.reddit.com/r/GowinFPGA/comments/11u5vlf/usb_cdcserial_repl_for_pikapython/

Issues:

  • The BL616 doesn't have enough memory to hold the whole fs image (8MB).
  • BL616 is wired as a USB device (CC pins tied to ground). So it cannot act as a USB host even if the sdk allows it.
@nand2mario nand2mario added the enhancement New feature or request label Aug 10, 2023
@harbaum
Copy link

harbaum commented Jan 9, 2024

The BL616 can act as a USB host. See https://www.youtube.com/shorts/bP5gK3nmv-o

@harbaum
Copy link

harbaum commented Jan 9, 2024

The fs image is only ~700k. The .fs files are ASCII and thus way bigger. But 700k is still too much for the BL616. I am considering using an external SPIU or I²C RAM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants