vocore2 icon indicating copy to clipboard operation
vocore2 copied to clipboard

VoCore2 firmware drivers

Results 13 vocore2 issues
Sort by recently updated
recently updated
newest added

Hi, in the fbusb readme ([/utils/fbusb/src/README.md](https://github.com/Vonger/vocore2/blob/ed769d88aa358788b5d700352eab00d9849ab04b/utils/fbusb/src/README.md)) you describe how to get better colors with 24 bit in RGB format with one byte per color. I try to do exactly that...

Attempting to compile fbusb as per [the guide](https://vonger.cn/?p=15349) leads to make errors. ``` carpi@carpi:~/vocore2/utils/fbusb/src $ make -C /usr/src/linux-headers-`uname -r`/ M=`pwd` modules # compile make: Entering directory '/usr/src/linux-headers-6.6.28+rpt-rpi-v8' CC [M] /home/carpi/vocore2/utils/fbusb/src/fbusb.o...

On newer kernels, i'm using 6.10 but it seems to go back farther, the vocore fbusb driver will not work even after getting the driver to compile. When you attempt...