Jump to content

DevShanky

Members
  • Posts

    91
  • Joined

  • Last visited

Everything posted by DevShanky

  1. I believe T95 max plus is S905X3. If I am correct then you may want to confirm with the instructions on the first page of this topic that mentions S905X3 boxes are not supported. If you are looking for more detailed instructions on how to run the image on development board or tv boxes, you may find this link https://docs.armbian.com/User-Guide_Getting-Started/ helpful. Hope this helps! -R
  2. Please ignore above messages. I have finally got it working. The interface was listed but it was down. I did sudo ifconfig wlan0 up and it is working now. Thank you for all the suggestions and help! -R
  3. @dbsharpe I loaded Android for the box (it is QBox S905X) and reviewed dmesg. The wifi is working on the box. It appears that the firmware file used is fw_bcm40183b2.bin and nvram_ap6330.txt. I am not able to locate fw_bcm40183b2.bin on the Armbian image. Incidentally bluetooth is working. Where should I look for right firmware? This is from armbianmonitor log: [ 9.537004] brcmfmac: F1 signature read @0x18000000=0x16044330 [ 9.542185] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4330-sdio for chip BCM4330/4 [ 9.542369] usbcore: registered new interface driver brcmfmac [ 9.563478] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac4330-sdio.amlogic,p212.txt failed with error -2 [ 9.741509] random: crng init done [ 9.741518] random: 7 urandom warning(s) missed due to ratelimiting [ 9.808242] Bluetooth: hci0: BCM: chip id 62 [ 9.808822] Bluetooth: hci0: BCM: features 0x0f [ 9.810584] Bluetooth: hci0: BCM4330B1 [ 9.810601] Bluetooth: hci0: BCM4330B1 (002.001.003) build 0000 [ 9.887357] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4330-sdio for chip BCM4330/4 [ 9.887528] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available [ 9.891344] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4330/4 wl0: Oct 25 2011 19:34:12 version XXX.XXX.125.104 [ 10.163224] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 184 [ 10.163232] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 188 [ 10.163236] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 192 [ 10.163240] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 196 [ 10.163244] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 200 [ 10.163248] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 204 [ 10.163252] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 208 [ 10.163256] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 212 [ 10.163260] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 216 [ 10.615857] Bluetooth: hci0: BCM4330B1 (002.001.003) build 0000 [ 10.616562] Bluetooth: hci0: BCM: Using default device address (43:30:b1:00:00:00) http://ix.io/2toh -R
  4. If it is here --> https://github.com/paolosabatino/armbian-build/tree/rk3229 I will locate it. -R
  5. Can you point me to the location of source code for the driver files you have uploaded? Thanks you. -R
  6. Just wondering if this will also work on ARMv8 64 bit boards? Probably not, but if there is a similar solution for this on other boards it would be great! -R
  7. You are lucky to have that working. I have a TX3 mini with ssv6501 and could never make it work. I also have a QBox (S905X) having exact same situation as you see with BCM4330. The dmsg messages are exactly same. I tried this but it does not work for me. mv /lib/firmware/brcm/brcmfmac4330-sdio.txt /lib/firmware/brcm/brcmfmac4330-sdio.txt.old ln -s /lib/firmware/brcm/nvram_ap6330.txt /lib/firmware/brcm/brcmfmac4330-sdio.txt The config.txt has these content: PM=0 nv_by_chip=1 \ 43362 1 nvram_ap6210.txt 43430 0 nvram_ap6212.txt So I tried linking nvram_ap6210.txt and nvram_ap6212.txt but it doesn't help. Guess there is more to it than I can perceive. -R
  8. Did you mean to say you got the onboard wifi working on the device? -R
  9. Tanix TX3 mini uses SSV6501 for wifi. The vendor I believe does not exist now and no one supports the driver for mainline kernel. It is too much work and very flaky and unstable I believe. Use external USB wifi and you should be good. Or use legacy kernel if it helps. -R
  10. I think Tanix TX6s has Allwinner H616 which is a different processor. It will most likely not work. Tanix TX6 has H6. You may also want to check this out -R
  11. @balbes150 I tried this on Tanix TX6 yesterday. Sharing some initial test data compared to the earlier 5.7.7 image I had used: 1, Onboard wifi is not working. It was working with earlier 5.7.7 images. Wi-fi dongle 2. Sound card is not configured. Was working in previous images. 3. As expected with kernel 5.8 CPU Speed and governor is functional now. There is remarkable improvement in controlling SOC temperature at the cost of performance. htop has stopped showing CPU temperature so I had to use lm-sensors. -R
  12. Check the card name is correct. You can use aplay -L to verify the card name in the script. If it still does not work, you can try with alsamixer on the device. -R
  13. I think you can get this from older images. Try 'Armbian_20.05.0_Arm-64_buster_current_5.6.0-rc4_desktop_20200314.img.xz'. -R
  14. HDMI Display - yes HDMI Audio - yes LED display - No. This will need some additional work. 2.4 and 5GB wifi - yes Bluetooth - not tested but I think it should work with right drivers. Remote - I am sure this an be configured with lirc or something similar GPU - not sure Boot logo - no [ I tried using sunxi patches from @Igor 's master branch but it did not help. ] Plymouth - yes Allwinner H6 is ARMv8 architecture so yes 64 bit version of Armbian is required and it works quite well in my opinion except for temperature issues on H6 with that particular box or in general. -R
  15. If it is Phantio MX10 it is most likely Allwinner H6 and not rk3328. You may first want to verify this.
  16. @hexdump It looks like the CPUFreq (DVFS) support for H6 will be in kernel 5.8 as per the information available here: https://linux-sunxi.org/Linux_mainlining_effort#Status_Matrix We can hope for some improvement when that happens. -R
  17. You can query all supported resolution on the device using xrandr. I think the command is 'xrandr -q'. But you may want to check the manual for xrandr. -R
  18. I have used this dtb file 'sun50i-h6-tanix-tx6.dtb' which I believe should be the one to be used for this device. I think I will try one of the other H6 boxes available in the market. Will probably need the right dtb for that too! You sure know the topic in depth. Thank you for these insightful information, -R
  19. @balbes150 I have tested this with open box and with heat sink and radiator, and the temperature hovers around 80 degrees I have been testing it for just few minutes. I think it is still at the higher side so I think fan is the only option. I am wary of adding moving parts in the box. Sooner or later it will need replacement. BTW it is interesting in the closed box scenario the temp reaches up to 139 degrees C within 20-25 minutes of running a movie. As per your earlier quote in this forum you have mentioned you plan to focus on Allwinner and RockChip SOCs only going forward however Amlogic SOCs are quite stable and have decent performance. I have tried your images on Tanix TX3 Mini (S905W), MeCool M8S Pro (S912), Tanix TX5 Mini (S905X), T95U Pro and T95Z Pro both S912. They work great on all these boxes. I am sure you may have solid reasons for having limited support for Amlogic going forward. If you can share some of your thoughts, it will help with choosing for future. I have used Allwinner Orange Pi Plus 2e also. It is a good device but Plymouth does not work well on this (ARMv7 32-bit). Plymouth has issues with 32-bit images I think, based on my experience. As always thank you great job with these images. -R
  20. These are the images: I forgot to mention that the part with the board is top portion and the metal plate is bottom portion. It is I think upside down as you have mentioned. -R
  21. I checked the source code and the patch is already applied. This is not a good news if the temp displayed is correct. Or the patch is not working as expected. I wish there was a way to stick a thermometer in there to measure the real temperature and verify -R
  22. I rebooted the device so I assume it must have done this. There is this post discussing temperature being over reported by 20 degrees... Need to check if this helps. I wonder if this patch is included in the build. -R
  23. @balbes150 I tried this image on Tanix TX6 which has H6 and everything is working great including on board wifi. Added the new u-boot also. As per the documentation here on Ambian https://docs.armbian.com/Hardware_Allwinner-H6/ the CPU of H6 is set to clock at highest possible speed. Is there a way to use CPU governor on these images? I tried to edit /etc/default/cpufrequtils to limit the freq to 1.5 MHz but could not perceive any visible effect. The CPU gets so hot (above 90 degrees C) that we can prepare coffee on the box at slightest provocation, like play a movie or something. The device is well ventilated and has alluminium heat sink with an additional metal plate on the top. It is a good device and good Armbian image if the temp can be controlled. Let me know if I can try something to address this. -R
  24. Android installation that comes on the tv boxes can display time when the display is available show such information. Is it possible to do something similar from Armbian using a tool, utility or some custom program to drive this? Similar for using LED on tv boxes. This is well documented for Orange Pi cards. -R
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines