# git might not be installed by default - on debian use 'apt install git' to install it, on manjaro use 'pacman -Syu git'
git clone https://megous.com/git/linux-firmware
cd linux-firmware/
sudo cp anx7688-fw.bin /lib/firmware/
# you must be root for the next bit as sudo does not work
su -
echo 1 > /sys/class/typec/port0/device/flash_eeprom
# control d to logout of root (or type exit and hit enter) - never stay logged in as root (use sudo where possible)
At the moment getting the hdmi to work is very hit and miss. So keep plugging away. I can't give you any hints because I haven't found any pattern yet.
git clone https://megous.com/git/linux-firmware
cd linux-firmware/
sudo cp anx7688-fw.bin /lib/firmware/
# you must be root for the next bit as sudo does not work
su -
echo 1 > /sys/class/typec/port0/device/flash_eeprom
# control d to logout of root (or type exit and hit enter) - never stay logged in as root (use sudo where possible)
At the moment getting the hdmi to work is very hit and miss. So keep plugging away. I can't give you any hints because I haven't found any pattern yet.