-
Notifications
You must be signed in to change notification settings - Fork 285
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
can not build for artyz7 with cpu zynq7000 #434
Comments
related PR |
I tried the solution in #423 (comment), but now I get 100 critical warning and led chaser is not working. Note: I get led chaser when I use
|
Critical warning may be neglected: it's okay it may be required to modify xdc filling to simply avoid to add lines related to PS part. For led chaser: The BIOS part has to be added. I will do that ASAP. |
Thank you very much for your reply.
yes.
I see. I am new to litex. It is not clear to me how to prepare the SDcard with a FSBL . Allow me to ask here something a little bit off topic. |
For this type of board/device I, usually, build a system using buildroot. Currently arty z7 is not officially supported but you could use this repository. You have to do:
system image is located under output/images/ and called sdcard.img To flash your sd-card:
Keep in mind to double (triple) check your /dev/sdxxx to avoid to destroy your hard drive content.
UART interface is connected to PS (CPU) side. If you want to use a softcore you have to connect an external USB<->UART device. |
It worked!! |
Happy this could help. I have also updated this board: now it's possible to use LiteX bios instead of Linux. |
related issue #358
The text was updated successfully, but these errors were encountered: