crochet icon indicating copy to clipboard operation
crochet copied to clipboard

Initial commit of OrangePi-PC board directory

Open CurtisVillamizar opened this issue 6 years ago • 2 comments

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.

CurtisVillamizar avatar Jun 11 '18 04:06 CurtisVillamizar

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.

valpackett avatar Jul 12 '18 15:07 valpackett

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.

CurtisVillamizar avatar Jul 22 '18 01:07 CurtisVillamizar