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

Support Raspberry Pi 4 #10

Closed
mill1000 opened this issue Feb 16, 2021 · 0 comments
Closed

Support Raspberry Pi 4 #10

mill1000 opened this issue Feb 16, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mill1000
Copy link
Owner

The Raspberry Pi 4B has enough changes that the project is currently incompatible. Some discussion has occurred in #8.

At least the following issues exists

  • Selected DMA channel is in use on the Pi 4B.
  • PLLD frequency was increased from 500 MHz to 750 MHz.

Currently we assumed a fixed PLLD frequency when calculating the divisor:

double divisor = (500e6 / spdif_clock);

@mill1000 mill1000 added the bug Something isn't working label Feb 16, 2021
@mill1000 mill1000 self-assigned this Feb 16, 2021
@mill1000 mill1000 changed the title Suppot Raspberry Pi 4 Support Raspberry Pi 4 Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant