Jump to content

firepower

Members
  • Posts

    71
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Bluetooth app opens and scans but does not find any devices.
  2. I rebuild with above corrections and also changed the bluetooth GPIO pins to be same as transpeed. Now I can see bluetooth before it was missing.
  3. I deleted the build folder and built votar image a second time to make sure. same result. brcmfmac4334-sdio.tanix,tx6s.bin again was requested. just thought it strange. was trying to solve bluetooth not working and see what different dmesg give. originally compiled tanix tx6 then after compile vontar, though it may because used same build folder. that why did again with clean build. also tanix tx6 is requesting brcmfmac-ap6330-sdio.tanix,tx6s.bin /build/patch/u-boot/u-boot-h616 153-add-tanix_tx6s_axp313_defconfig.patch + model = "Tanix TX6s (axp313)"; + compatible = "tanix,tx6s", "allwinner,sun50i-h616"; 160-add-vontar-h618-defconfig.patch + model = "Vontar H618"; + compatible = "tanix,tx6s", "allwinner,sun50i-h616"; /build/patch/kernel/archive/warpme-6.12 0649-arm64-dts-allwinner-h618-add-vontar-h618-TVbox.patch + model = "Vontar H618"; + compatible = "tanix,tx6s", "allwinner,sun50i-h616"; should this be + compatible = "vontar,h618", "allwinner,sun50i-h616";
  4. Noticed some strange wifi setting for my Vontar H618, its asking for Tanix,Tx6s wifi firmware I am using brcmfmac4334-sdio.bin and wifi works.
  5. Here is an update for Video Acceleration Repository for v4l2request hardware video decoding (rockchip, allwinner) Does no seem to work tested on my Tanix Tx6 and Vontar H618
  6. I use instructions here to get openvfd working.
  7. latest build Armbian-unofficial 25.05.0-trunk noble, 6.12.11-edge-sunxi64, cinnamon 6.04 tanix-tx6s-axp313.csc working: 3 USB, Wifi, IR remote,LED Clock not working: Bluetooth,Video Acceleration, sound out via jack (2 analog audio output shown) vontar-h618.csc working: 2 USB, Wifi (needed to rename brcmfmac4334-sdio.rockchip,rk3318-box.txt > brcmfmac4334-sdio.txt), IR remote, LED Clock, sound jack out via jack (3 analog audio output shown) not working: Bluetooth, Video Acceleration
  8. Yes performance is selected this is whats in /build/config/kernel/linux-sunxi64-edge.config # # DEVFREQ Governors # CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y CONFIG_DEVFREQ_GOV_PERFORMANCE=y CONFIG_DEVFREQ_GOV_POWERSAVE=y CONFIG_DEVFREQ_GOV_USERSPACE=y CONFIG_DEVFREQ_GOV_PASSIVE=y # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_GOV_ATTR_SET=y CONFIG_CPU_FREQ_GOV_COMMON=y CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=m CONFIG_CPU_FREQ_GOV_USERSPACE=m CONFIG_CPU_FREQ_GOV_ONDEMAND=m CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y # # CPU frequency scaling drivers # CONFIG_CPUFREQ_DT=y CONFIG_CPUFREQ_DT_PLATDEV=y CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM=y CONFIG_ARM_SCPI_CPUFREQ=y CONFIG_ARM_BRCMSTB_AVS_CPUFREQ=m CONFIG_ARM_RASPBERRYPI_CPUFREQ=m CONFIG_ARM_SCMI_CPUFREQ=m CONFIG_ACPI_CPPC_CPUFREQ=y # CONFIG_ACPI_CPPC_CPUFREQ_FIE is not set # end of CPU Frequency scaling # end of CPU Power Management
  9. I updated above vontar-h618.csc with the changes. I am happy with Tanix-tx6. my sdcard is configured how i want it. to install SDCARD to EMMC run armbian-install
  10. created tanix-tx6s-axp313.cscvontar-h618.csc Vontar build ok. but wont boot, trying build again. Tanix Builds ok. Boots ok. IR remote works, led clock works, wifi work.
  11. Are you able to enable 3 usb ports by default, as Tanix TX6 has 3, and the transpeed-8k build works on it but only 2 usb ports are enabled.
  12. I built latest image Armbian-unofficial 25.05.0-trunk noble, Kernel 6.12.11-edge-sunxi64 tested on Vontar H618 and Tanix TX6 I can't get IR remote to work doing same steps as on previous builds. also dmesg | grep -i bluetooth is blank where previous build had info and errors about bluetooth. maybe due to changes from using warpme patches?
  13. Tanix TX6 IR Remote key scan codes. I have both transpeed-8k.toml and tanix-tx6.toml files installed with both remotes working. 1> sudo apt-get install ir-keytable 2> copy the attached file tanix-tx6.toml to /etc/rc_keymaps/protocols/ 3> add the following line to your /etc/rc.local ir-keytable -p NEC -w /etc/rc_keymaps/protocols/transpeed-8k.toml ir-keytable -p NEC -w /etc/rc_keymaps/protocols/tranix-tx6.toml tanix-tx6.toml transpeed-8k.toml
  14. found this topic about getting bluetooth to work, maybe some clues here to help get it working https://forum.armbian.com/topic/13218-cant-start-bluetooth-on-orange-pi-zero-plus-2-h5/
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines