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

Initial commit of OrangePi-PC board directory #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CurtisVillamizar
Copy link
Contributor

A workaround is needed in the dts file to avoid the pcm0 device. The
HDMI doesn't work as with all H3 cards until the ARM Mali-400 GPU is
supported in FreeBSD.

A workaround is needed in the dts file to avoid the pcm0 device.  The
HDMI doesn't work as with all H3 cards until the ARM Mali-400 GPU is
supported in FreeBSD.
@valpackett
Copy link

valpackett commented Jul 12, 2018

It's not necessary to remake the whole fdt, since ubldr supports overlays now. You can use tools/fdt/make_dtbo.sh to build an overlay, place it into /boot/dtb/overlays and put something like

fdt_overlays="sun8i-h3-sid.dtbo,sun8i-h3-disable-audio.dtbo"

into /boot/loader.conf. (where sun8i-h3-disable-audio.dtbo is the one you build, sun8i-h3-sid.dtbo is a system built one that enables the eeprom with various calibrations — a prerequisite for thermal sensor support)

Note: looks like it's important to use the system dtc (DTC=/usr/bin/dtc) for building overlays.

@CurtisVillamizar
Copy link
Contributor Author

If someone would merge this pull request I'll change this and others I've recently added to use the system dtc and use overlays. No one has acted on my prior four pull requests, some just adding a README file, in five weeks now.

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

Successfully merging this pull request may close these issues.

2 participants