Skip to content

Support Raspberry Pi 4 #10

Description

@mill1000

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions