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

Pmods libraries under Linux issues #24

Open
leozino opened this issue Mar 27, 2018 · 1 comment
Open

Pmods libraries under Linux issues #24

leozino opened this issue Mar 27, 2018 · 1 comment

Comments

@leozino
Copy link

leozino commented Mar 27, 2018

Hello,
I realized that some Pmods libraries were not compiling in Linux out of the box (latest vivado-library 2016, and Vivado 2017.4). Specifically the Wifi and SD Pmods. I'm learning Vivado so it was a challenge figuring out why the BSP wasn't compiling. After spending some time I realized the Makefile's syntax was not Linux compatible. Also, the Wifi Pmod had some Header files with capitalization issues. I was able to fix the BSP files to compile but then realized I wasn't able to run the programs on the hardware since they were not the same as the files in the wrapper_hw_platform. After I updated the vivado-library source files for those Pmods in question, updated the IP's, recreated the bitstream I was able to run the examples. I wanted to leave a not in case someone else runs into this issue and also perhaps the files can be updated on the next release.
Thanks,
Leo.

@sbobrowicz
Copy link

Thanks for the write-up. Agreed, ignoring filename capitalization can cause compatibility issues in Linux. Can you please provide either a pull request with the modifications you needed to make, or simply just comment them here? Specifically we are looking for the capitalization fixes and the makefile changes.

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

No branches or pull requests

2 participants