We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to port fpga-zynq to a new board, this board don't have external clock source. Can I use PS7 generated FCLK0 instead of external clock?
I had tried this method, but it seems not work. PS7 side linux successfully boot-up, but run below command have no response: ./fesvr-zynq pk hello
My chip is ZYNQ7010, I had use rv64ima toolchain to re-build the hello program.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try to port fpga-zynq to a new board, this board don't have external clock source.
Can I use PS7 generated FCLK0 instead of external clock?
I had tried this method, but it seems not work.
PS7 side linux successfully boot-up, but run below command have no response:
./fesvr-zynq pk hello
My chip is ZYNQ7010, I had use rv64ima toolchain to re-build the hello program.
The text was updated successfully, but these errors were encountered: