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

按照流程打了所有patch,wifi驱动能用,但是做AP测试网速很慢,做STA ping包 误包率很高。

Hi, i have trouble to rotate the display with X. I'm using a Raspberry Pi 3 with MainsailOs (Raspbian GNU/Linux 10 (buster)). The Display works fine without the rotate option...

Hi, I have compiled the openwrt with ``` CONFIG_PACKAGE_kmod-sdhci-mt7620=y CONFIG_PACKAGE_kmod-sound-mt7620=y ``` but there are no `/dev/mixer` etc. after reboot. What can be done?

Hi! Is it possible to introduce support for 23.05?

ERROR: module '/home/ykl/work/2203/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt76x8/linux-5.10.184/sound/soc/codecs/snd-soc-es8328.ko' is missing.

I compiled the fbusb module, and I have connected a vocore display to my amd64 PC. However, no matter what I try, the screen is in portrait mode. I would...

I am trying to compile openwrt v21.02 by following the README. The build fails by throwing this error: "openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt76x8/mt7628-p4rev-120395/build/mt7628.ko' is missing." Any ideas ?

After kernel compilation with mt7628 wifi driver, when I try 'wifi' command it show this error: MCUSysInit: NICLoadFirmware failed, Status[=0x00000001] Any ideas?

Hi, I followed the steps you wrote on your blog: https://vonger.cn/?p=15349 I can send data to it eg make pixels random colours or black using dd if=/dev/urandom of=/dev/fb1 bs=1000 count=768...