Closed LordHaywood closed 2 years ago
We assume that you are using a RPi 3. If so, you can try the following.
On your running system:
/boot/overlays/hyperpixel4.dtbo
from your running systemOn the buildroot-webkit environment:
boot
partition mount it with mount /dev/mmcblk0p1 /mnt
hyperpixel4.dtbo
into the /mount/overlays
folder/mount/config.txt
file as defined here: https://github.com/pimoroni/hyperpixel4/blob/b71d7805e796cc67449164887cfd01f8607a6bc0/install.sh#L15-L26
dtoverlay=hyperpixel4
overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
enable_dpi_lcd=1
display_default_lcd=1
display_rotate=0
dpi_group=2
dpi_mode=87
dpi_output_format=0x7f216
hdmi_timings=480 0 10 16 59 800 0 15 113 15 0 0 0 60 0 32000000 6
After that reboot the system. We don't know if the steps above work because the dtbo
got compiled on a different system...
Did you have success on this?
Closing due to no activity.
I am trying to get this working on a HyperPixel display. It requires running, "curl -sSL https://get.pimoroni.com/hyperpixel4 | bash" but these seem unavailable? Anyone know if I could do this?