02-06-2022, 08:15 AM
(This post was last modified: 02-06-2022, 08:29 AM by dieselnutjob.)
(02-02-2022, 12:14 AM)balbes150 Wrote: There is no support for HDMI in the 5.10 kernel yet.
I believe that there is in 5.16 with VOP2 patches applied.
Source code is here https://gitlab.com/pgwipeout/linux-next/
By the way I have successfully installed Debian Buster on an eMMC quartz64 with the pgwipeout mainline kernel and it works beautifully, though I haven't yet tried HDMI out.
I am in the process of writing up instructions.
Essentially you do this:-
1. Partition your eMMC like this:-
https://wiki.pine64.org/wiki/Quartz64_In..._Linux_ARM
but be extremely careful about the "sdb" in the commands because if that's another drive in your desktop/laptop you are going to destroy the drive
2. Image this image to micro SD and boot:-
https://wiki.pine64.org/wiki/Quartz64#pg...uartz64_CI
it boots with a boot menu
With one of the options you can go to "debian installer"
Go through it all but at the partitioning menu select the root partition on the eMMC and install to that.
3. Reboot but on the boot menu select "recovery"
chroot into the eMMC and use dpkg to delete the kernel image packages.
exit chroot
Mount the boot partition on the eMMC and set up extlinux.conf and copy over the kernel and dtb file from the microSD card boot partition
these are only general instructions and I my intention is to write it up properly