forked from mithro/linux-litex
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Figure out storage (probably SPI mode sdcard is best option?) #6
Comments
See also the QEMU issue at timvideos/qemu-litex#17 |
Bit Banging SPI SD Card support
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As Linux really needs storage, so we need to figure out the storages stuff.
Most of the boards have microsd card slots. However, we don't have any gateware which works with the sdcard slot yet.
However, we don't have any gateware on the FPGA side at the moment. There is a SPI master core in MiSoC -- maybe that could be used? There was the sdcard test stuff @enjoy-digital published at https://github.com/enjoy-digital/sdcard_test
The text was updated successfully, but these errors were encountered: