-
Notifications
You must be signed in to change notification settings - Fork 266
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
wally on Nexys A7? #1281
Comments
Yes you've basically got the exact steps. The memory controller will almost be identical because xilinx uses the same IP for ddr2 and ddr3. You can copy the existing one and modify the parameters. The only difference in the device tree will be the size of memory as the clock speed should be identical to the Arty a7. One challenge you'll have is the 128MB memory is a bit small so the default OS won't quite fit so you'll have to remove some of the supported features from buildroot and remake Linux. Don't buildroot as normally. Instead go to
Then you'll need to clean the directory and rebuild buildroot again. They may be a better faster way. |
Alternatively, for disabling features in buildroot you should be able to edit The
The |
Hi,
I would like to try 'wally' on a Nexys A7-100T FPGA board, which is the board I happen to have. It has the same FPGA as the Arty A7 but with 128MB of DDR2.
I have seen the open ticket for the Genesys 2 (1086) and I was wondering if running wally on a Nexys A7 would need similar steps:
Thank you.
The text was updated successfully, but these errors were encountered: