Jump to content

Search the Community

Showing results for 'GXL-S905X-P212'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Official giveaways
  • Community giveaways

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

  1. I installed Armbian_20.05.4_Arm-64_focal_current_5.7.0-rc6_desktop_20200518.img.xz on my s905x box. I used meson-gxl-s905x-p212.dtb I experienced 2 issues: 1. no audio on HDMI 2. on shutdown the box always reboot.
  2. Image: Armbian_20.10_Arm-64_bullseye_current_5.9.0.img.xz dtb: meson-gxl-s905x-p212.dtb u-boot: u-boot-s905x-s912 Board: Front: https://i.imgur.com/Fc2rZtd.jpg Rear: https://i.imgur.com/zTvPdCZ.jpg Other info from Device Info HW App: http://deviceinfohw.ru/devices/item.php?item=561897 , https://i.imgur.com/U6gPqeM.jpg , https://i.imgur.com/fZTB8No.jpg , https://i.imgur.com/oX37xze.jpg I think it has 2G RAM but none of the device tree I tried worked out. I tried pretty much all meson-gxl-* and a couple others. Board name on android says p201 but I can't find any GXL device tree for p201, I also looked around and found it may be p211 but the device tree I found for p211 didn't work either (https://github.com/52571abc/gxl-s905L-B-p211/blob/master/gxl_p211_2g). How do I go about making this work now?
  3. my board S902x I have download Armbian_20.10_Arm-64_bionic_current_5.9.0.xz from https://disk.yandex.ru/d/_rQgn_FosYuW0g/20.10/20201014 I extract xz -d Armbian_20.10_Arm-64_bionic_current_5.9.0.xz then burn using balena some changes are extlinux/extlinux.conf LABEL Armbian LINUX /zImage INITRD /uInitrd FDT /dtb/amlogic/meson-gxl-s905x-p212.dtb APPEND root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 boot.ini become ODROIDN2-UBOOT-CONFIG if test "${devtype}" = ""; then setenv devtype "/dtb/amlogic/meson-gxl-s905x-p212.dtb"; fi if fatload ${devtype} ${devnum} 0x1000000 u-boot.ext; then go 0x1000000; fi; rename u-boot-s905x-s912 to u-boot.ext when I put on reboot_mode=cold_boot InUsbBurn [MSG]sof Set Addr 6 Get DT cfg Get DT cfg Get DT cfg set CFG then I send command from windows cli updater c:\update bulkcmd "run start_mmc_autoscript;" I can running linux I need advice to install to emmc, appreciate your response. thank you
  4. I try to execute start_mmc_autoscript BULKcmd[run start_mmc_autoscript] card in [mmc_init] mmc init success reading s905_autoscript 1765 bytes read in 5 ms (344.7 KiB/s) ## Executing script at 01020000 ** Bad device usb 0 ** ** Bad device usb 1 ** ** Bad device usb 2 ** ** Bad device usb 3 ** reading zImage 20537352 bytes read in 1141 ms (17.2 MiB/s) reading uInitrd 9426258 bytes read in 522 ms (17.2 MiB/s) reading uEnv.ini 209 bytes read in 7 ms (28.3 KiB/s) reading /dtb/meson-gxl-s905x-p212.dtb 25911 bytes read in 9 ms (2.7 MiB/s) ## Loading init Ramdisk from Legacy Image at 13000000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 9426194 Bytes = 9 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK use dts in boot.img/recovery.img instead of dts partition. "Synchronous Abort" handler, esr 0x96000210 ELR: 3fec18b4 LR: 3febcd24 x0 : 0000000000000000 x1 : 0000000000000000 x2 : 000000003fed3c20 x3 : 0000000000000001 x4 : 000000003be9c950 x5 : 0000000000000000 x6 : 00000000ffffffc8 x7 : 0000000000000044 x8 : 0000000000000031 x9 : 0000000000000000 x10: 000000000000000f x11: 000000003ff38e40 x12: 0000000000000000 x13: 0000000000000000 x14: 0000000000000000 x15: 0000000000000000 x16: 0000000000000000 x17: 0000000000000000 x18: 000000003be9ee28 x19: 000000003ff6f4c8 x20: 0000000000000000 x21: 0000000000000003 x22: 000000003beba388 x23: 0000000000000000 x24: 0000000000000000 x25: 000000003ff3f000 x26: 0000000000000000 x27: 000000003beba3b0 x28: 0000000000000000 x29: 000000003be9cbe0 Resetting CPU ... resetting ... ~~~~....................................................................set vcck to 1070 mv set vddee to 1070 mv U-Boot 2015.01-ge1b7b3f-dirty (Aug 24 2017 - 23:11:22) DRAM: 1 GiB Relocation Offset is: 3eeaf000 not working
  5. just now I burn image on sdcard and change some file boot.ini changed into this ODROIDN2-UBOOT-CONFIG if test "${devtype}" = ""; then setenv devtype "/dtb/amlogic/meson-gxl-s905x-p212.dtb"; fi if fatload ${devtype} ${devnum} 0x1000000 u-boot.ext; then go 0x1000000; fi; extlinux/extlinux.conf changed into this LABEL Armbian LINUX /zImage INITRD /uInitrd FDT /dtb/amlogic/meson-gxl-s905x-p212.dtb APPEND root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 rename u-boot-s905x2-s912 to u-boot.ext then I push the button to reset then i found it search on reading aml_autoscript finally got this ## Error: "bootfromsd" not defined need advice about this
  6. I used a different file name for the fixed dtb: meson-gxl-s905x-p212-sound.dtb. Because of that I don't think it should be overwritten when the kernel is updated. I don't expect updates to remove the entire directory, but even then, surely there is some space on the boot partition where I can put my custom dtb so it doesn't get deleted.
  7. I have Trongle X1 S905X . Everything boot ok with Armbian_20.02.0-rc1.037_Aml-s9xxx_bionic_current_5.5.0-rc6_desktop_20200205 and meson-gxl-s905x-p212.dtb : lan ok, wifi ok, HDMI sound ok. In armbian-config i don't have "install to eMMC, NAND, SATA & USB". Can i install to emmc with this version of armbian? From a noob ....Thanks!
  8. It depends which box you have, I have two same looking boxes however they both have different CPU, one is S905X and the other is S905 You need to open your box and look at it. For S905 I had luck with meson-gxbb-vega-s95-meta.dtb (Bluetooth doesn't seem to work on any dtb) and for S905X it was meson-gxl-s905x-khadas-vim.dtb or meson-gxl-s905x-p212.dtb. Both worked fine but the screen resolution wasn't FHD out of the box, desktop took forever to load, and Bluetooth wasn't working on any dtb as on S905.
  9. Thank It's working I did a mistake in extlinux.conf I corrected like this : LABEL Armbian LINUX /zImage INITRD /uInitrd # aml s9xxx #FDT /dtb/amlogic/meson-gxbb-p200.dtb FDT /dtb/amlogic/meson-gxl-s905x-p212.dtb #FDT /dtb/amlogic/meson-gxm-q200.dtb #FDT /dtb/amlogic/meson-g12a-x96-max.dtb #FDT /dtb/amlogic/meson-g12b-odroid-n2.dtb APPEND root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 Like I read there is no WIFI, no blue-tooth and no sound. I've to install them. But easy I connected the MXQ PRO mini box on wired Ethernet and the apt is working Thank for your support it was useful to read your documentation.
  10. /BOOT listing: aml_autoscript dtb u-boot.ext aml_autoscript.zip emmc_autoscript u-boot-s905 armbian_first_run.txt.template extlinux u-boot-s905x2-s922 boot.bmp initrd.img-5.9.0-arm-64 uInitrd boot.ini s905_autoscript zImage config-5.9.0-arm-64 System.map-5.9.0-arm-64 /extlinux listing: extlinux.conf extlinux.conf-menu /dtb/amblogic listing: meson-a1-ad401.dtb meson-gxl-s905d-libretech-pc.dtb meson-axg-s400.dtb meson-gxl-s905d-p230.dtb meson-g12a-gt1-mini-a.dtb meson-gxl-s905d-p231.dtb meson-g12a-rockpi-w2.dtb meson-gxl-s905d-phicomm-n1.dtb meson-g12a-sei510.dtb meson-gxl-s905d-sml5442tw.dtb meson-g12a-tanix-tx5max.dtb meson-gxl-s905w-p281.dtb meson-g12a-u200.dtb meson-gxl-s905w-tx3-mini.dtb meson-g12a-x96-max.dtb meson-gxl-s905x-hwacom-amazetv.dtb meson-g12a-x96-max-rmii.dtb meson-gxl-s905x-khadas-vim.dtb meson-g12b-a311d-khadas-vim3.dtb meson-gxl-s905x-libretech-cc.dtb meson-g12b-odroid-n2.dtb meson-gxl-s905x-libretech-cc-v2.dtb meson-g12b-s922x-khadas-vim3.dtb meson-gxl-s905x-nexbox-a95x.dtb meson-g12b-ugoos-am6.dtb meson-gxl-s905x-p212.dtb meson-gxbb-kii-pro.dtb meson-gxm-beelink-gt1.dtb meson-gxbb-nanopi-k2.dtb meson-gxm-khadas-vim2.dtb meson-gxbb-nexbox-a95x.dtb meson-gxm-nexbox-a1.dtb meson-gxbb-odroidc2.dtb meson-gxm-q200.dtb meson-gxbb-p200.dtb meson-gxm-q200-n1.dtb meson-gxbb-p201.dtb meson-gxm-q201.dtb meson-gxbb-vega-s95-meta.dtb meson-gxm-rbox-pro.dtb meson-gxbb-vega-s95-pro.dtb meson-gxm-s912-libretech-pc.dtb meson-gxbb-vega-s95-telos.dtb meson-gxm-vega-s96.dtb meson-gxbb-wetek-hub.dtb meson-gxm-wetek-core2.dtb meson-gxbb-wetek-play2.dtb meson-sm1-sei610.dtb meson-gxl-s805x-libretech-ac.dtb meson-sm1-x96-max-plus-100m.dtb meson-gxl-s805x-p241.dtb meson-sm1-x96-max-plus.dtb extlinux.conf: attached EDIT: Also, my board imprint on motherboard is also Q5X3_141 V4.1 20112 , I don't know if it helps somehow extlinux.conf
  11. @SteeMan Thank you for reply, apologies for my late return as Iam not allowed posting more than one post per day for safety reasons. Thank you for clear instructions in your linked post, that is more or less how I understood balbes instructions but you made a clear indefinite procedure so we are on the same page. When using your method I got same result as previously, the A95X logo flashing every 5 seconds and nothing more for 10-20 minutes, no linux boot scripts rolling on the screen, BUT, when going back to balbes ext-linux conf and booting normally (without toothpick) leaving the sd card in the box I got to my surprise some kind of success, the tv went black and I could see the amlogic box thinking about something but after 10-20 minutes still nothing, no boot text, no error message, nothing. This is success in that way that I hate the a95x boot flash video played on max volume so a completely silent a95 box is success and I have never got the a95 box to respond to the sd card before using your structure. The only dtb file giving any response is the meson-gxl-s905x-p212.dtb, Im unsure if I have tested all dtb files but Im getting there...sooo... I guess it is up to finding correct dtb ? Is there any way to get more precise in my troubleshooting, is there log files or similar I can read somewhere as in linux ? I have no worries about bricking the android box, it will be smashed to pieces soon as my patience is ending, when Im out of patience with something it will be smashed to small pieces just to get me piece of mind enabling me to forgive and forget. One thing Ive been thinking about is that balena etcher always fails writing the image file complaining about the armbian files but writing same image with good old rufus always works, I cant see how that would cause any boot issues but its odd, I tried writing with winimage and that worked to with same files balena is nagging about but takes forever, hence rufus. Edit : When reading my first post here I realize I dont get the error message of map file anymore but I have no knowledge judging if that is good or bad, prolly I just got the correct u-boot.etx script for the s905x3 ? Edit 2 : Thank you for assistance (forgot to thank you).
  12. Hi @balbes150, i test using s905x chipset. can't boot. no loading, no console.. i use meson-gxl-s905x-p212.dtb.. in kernel 5.3 it boot normal.
  13. I downloaded the image Armbian_5.97_Aml-g12_Ubuntu_bionic_default_5.3.0_20190923.img.xz and flashed it to a 16g TF card to run on my R3300-L box (S905L, 1g/8g, RTL8189). The system can boot up but wlan is missing. Before this version I have tried Armbian_5.44_S9xxx_Ubuntu_bionic_3.14.29_server_20180729.img.xz, which works perfectly with wlan. I am wondering if there are any operations or commands need to be done to enable the wlan? So far I have tried modprobe dhd, modprobe wifi_dummy, modprobe wlan, but none works. ps I am using the dtb "meson-gxl-s905x-p212.dtb"
  14. I've been trying to use armbian with a Alfawise A9 4k (2g ram 16gb emmc), but so far I was not able to make the wireless work (can't be detected). I've used the latest image (Armbian_5.99_Aml-g12_Ubuntu_disco_default_5.3.0_20191110.img) , tried a bunch of dtb files, and some do boot (I think the last one I tried was meson-gxl-s905x-p212.dtb ) but the wireless interface never shows up. Any ideas of what I might be doing wrong?
  15. Hi, newb on this board, am so stuck with this box I had no choice but to register. I can run "LibreELEC-LePotato.arm-9.0.2.img" from usb without problem. I can also run "Armbian_5.44_S9xxx_Debian_stretch_3.14.29_xfce_20180601.img" without further meaningful problems. trying to get this MXQPro 4k (S905XQ p212 8gb) running with Balbes150's last 20.10 Armbian but without any meaningful progress. As per Instructions/FAQ I copied u-boot-s905x-s912 to u-boot.ext also edited extlinux.conf label Armbian_S905X-p212 linux /zImage initrd /uInitrd fdt /dtb/meson-gxl-s905x-p212.dtb append root=label=rootfs rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 toothpicking reboots it to u-boot, giving following result: U-Boot 2020.07-dirty (Jul 26 2020 - 13:24:26 +0200) hexdump-gx1 Model: hexdump usbkbd/hdmi u-boot gxl SoC: Amlogic Meson GXL (5905X) Revision 21:a (82:2) Met: eth0: ethernet8c9410000 starting USB... Bus dwc3@c9000000: Register 2000140 MbrPorts 2 Starting the controller USE XHCI 1.00 scanning bus dwc38c9000000 for devices... 6 USE Device(s) found scanning usb for storage devices... 1 Storage Deuice(s) found Card did not respond to voltage select! Card did not respond to voltage select! Card did not respond to voltage select! Card did not respond to voltage select! Hit any key to stop autoboot: 0 Card did not respond to voltage select! Card did not respond to voltage select! MMC Device 2 not found no mmc device at slot 2 Device 0: Vendor: USB Reu: 1100 Prod: Flash Disk Type: Remouable Hard Disk Capacity: 15200.0 MB = 14.8 GB (3112%00 x 512) ... is now current device Scanning usb 0:1... Found /extlinux/extlinux.conf Retrieving file: /extlinux/extlinux.conf 1562 bytes read in 5 ms (304.7 XiB/s) 1: Armbian Retrieuing file: /uInitrd for failure retrieving initrd SCRIPT FAILED: continuing... 28939 bytes read in 10 ms (2.8 MiB/s) Speed: 100, full duplex BOOTP broadcast 1 DHCP client bound to address 192.168.1.16 Using ethernet0c9410000 deuice (1003 ms) TFTP from server 192.168.1.1; our IP address Is 192.168.1.16 Filename l/extlinux/extlinux.confl. Load address: 0x1000000 Loading:TTTTTTT this is were the weirdness starts it finds the extlinux.conf, tries to load the files but fails if i remove the line for uInitrd it fails the same way on zImage it also seems to totally ignore the dtb line since it always just loads meson-gxl-s905x-libretech-cc.dtb, if i rename this file, it loads nothing, if i rename other files to meson-gxl-s905x-libretech-cc.dtb it loads that one i can delete/rename the whole extlinux.conf file and it still just buts the same way (without the FAILURE part ofcourse) tried al the 6 images, all same result tried moving and renaming (and editing extlinxu.conf) .. to no avail
  16. Hello I have a TV BOX X96 MINI (S905W 2/16GB). I prepared the SD card thanks to the image: Armbian_20.10_Arm-64_focal_current_5.9.0_desktop.img.xz and also: - changed the name of the corresponding u-boot-s905x-s912 file to uboot.ext - I edited the extlinux.conf file, below is an excerpt about the S905W processor: # aml s9xxx FDT /dtb/amlogic/meson-gxl-s905w-p281.dtb #FDT /dtb/amlogic/meson-gxl-s905x-p212.dtb #FDT /dtb/amlogic/meson-gxm-q200.dtb #FDT /dtb/amlogic/meson-g12a-x96-max.dtb #FDT /dtb/amlogic/meson-g12b-odroid-n2.dtb APPEND root = LABEL = ROOTFS rootflags = data = writeback rw console = ttyAML0,115200n8 console = tty0 no_console_suspend consoleblank = 0 fsck.fix = yes fsck.repair = yes net.ifnames = 0 Unfortunately, when I try to launch ARMBIAN with a toothpick, the screen shown in the picture below appears. Then after a while the signal disappears and nothing happens. After reboot, the same happens from the beginning. I even replaced the .dtb file with the one from the thread below, but that didn't help either. Can someone please help me?
  17. Hi everyone, long term lurker to this site, however I see a whole trend in S905X Android TV boxes with sound issues. As far as I understand the SPDIF and AV ports are not supported with Armbian, however, HDMI Audio is I think. My box Rupa Pyramid A5x with the Amlogic S905X CPU boots great, followed the guides to the letter. Graphics are great, performance is as expected, 4K video is a little struggle sometimes, I suspect this is Firefox though, I actually use this same box for many years as a headless Plex/Docker server and it was amazing for this! I mean really really good. 4/5/6 steams at the same time to TVs, iPads, phones and then some more!. The issue I am having is related to HDMI sound, many posts about this, but to real resolution. Is HDMI sound even supported on this CPU?. The Arabian UI sound section shows output in the volume bars, bit nothing works from the display sound wise, I tested 3 monitors with build in speakers now, nothing, tested new HDMI cables as well, still no sound. I am using Armbian_20.10_Arm-64_bullseye_current_5.9.0_desktop.img as my install with the meson-gxbb-nexbox-a95x.dtb file and have also tested meson-gxl-s905x-p212.dtb without success. Could my issues be related to Armbian 5.9? does anyone know if past version had HDMI sound?. I really want to use this box as a mini desktop, this one missing step is really annoying :) Thanks in advance, W
  18. When i open my file, it's presented like that : # FDTDIR /dtb FDT /dtb/meson-gxl-s905x-p212.dtb Maybe a little mystake from your copy/paste ? Or a problem from my original file? I'm trying to follow your good tutorial to flash my A95X F3 ( with S905x3 ), and i hope i will success to install armbian on it thanks to you :p I just need to find the correct dtb ^^
  19. original dtb - system start, but no ethernet meson-gxl-s905x-p212.dtb - system not start meson-g12a-x96-max.dtb - system start, but no ethernet
  20. Which DTB have you tried? meson-gxl-s905x-p212.dtb?
  21. Hello, this thread https://forum.armbian.com/topic/13477-a95x-f2-с-soc-amlogic-s905x2-432-lan100/ and https://forum.armbian.com/topic/12162-single-armbian-image-for-rk-aml-aw-aarch64-armv8/ is closed, so i'm opening this thread. I tried installing Armbian_20.10_Arm-64_focal_current_5.9.0_desktop.img.xz on it. I'm getting an error on aml_autoscript.zip via UPDATE in Android. It reboots into the android boot menu (i guess?) with the following error. Opening update package E: Block map file too short:3 E: Map of '@/cache/recovery/block.map' failed E: failed to map file Installation aborted When i'm trying to execute aml_autoscript.zip from the android boot menu. E:mmap(0, R, PRIVATE, 6, 0) failed: Invalid argument E:Map of 'udisk/aml_autoscript.zip' failed E:failed to map file Installation aborted Steps i took . Download Armbian_20.10_Arm-64_focal_current_5.9.0_desktop.img.xz Unpack and write image to SD (used dd) In BOOT/, renamed u-boot-s905x2-s922 to u-boot.ext BOOT/extlinux/extlinux.conf (tried different dtbs, currently) cat extlinux/extlinux.conf LABEL Armbian LINUX /zImage INITRD /uInitrd # aml s9xxx #FDT /dtb/amlogic/meson-gxbb-p200.dtb #FDT /dtb/amlogic/meson-gxl-s905x-p212.dtb #FDT /dtb/amlogic/meson-gxm-q200.dtb #FDT /dtb/amlogic/meson-g12a-x96-max.dtb #FDT /dtb/amlogic/meson-g12b-odroid-n2.dtb FDT /dtb/amlogic/meson-g12a-x96-max-rmii.dtb APPEND root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 In Android TV-Box, go to UPDATE -> Select -> BOOT/aml_autoscript.zip -> update. Reboot Error
  22. Hi, I came across two similar TV boxes - "Evolveo H4 4k" and "Evolveo Q5 4k" - and found this great Armbian site! Thanks for your great work guys! I set my expectation low and tried with latest "Armbian_20.10_Arm-64_focal_current_5.9.0". The H4 seems to be an S905/p212 2GB/16GB (not sure whether w/ 1Gb lan) board and it boots here with selected: uboot-s905 and FDT /dtb/amlogic/meson-gxl-s905x-p212.dtb (set in extlinux.conf) The Q5 seems to be an S905/p200 2GB/8GB board (lan w/ 1Gb) and it boots here with selected uboot-s905 and FDT /dtb/amlogic/meson-gxbb-p200.dtb or FDT /dtb/amlogic/meson-gxbb-vega-s95-telos.dtb (I added into extlinux.conf). I've been using lan connection via ssh (putty) only. I flashed a 16GB card with the img and I used the toothpick reset method with the first boot. It worked and now it boots ubuntu when the sdcard is inserted in. I do not see any menu or any graphical output during the boot, only a standard text output with all OK during the boot. It is my current understanding the above distro does not include any graphical environment. I even installed the xubuntu with xcfe on it - it works "basically" (incl. my usb radio mouse connected). The amlogic's ver 20.10 5.9.0 is the last one afaik - does it mean those images will be still stored there in the future? Will the sources be available somewhere? Thanks!
  23. Hi balbes150 & SteeMan, Thank you very much for your quick reply. Very honored! Too bad AV out audio is not supported anymore. It was working in older builds like with kernel 3.14.29. Below is the list of my 4 boxes running your builds, all from eMMC, all headless because I'm building radio as a hobby (FM, DAB, INTERNET, MP3). Bluetooth untested because I don't need it: (1) MINIX NEO X6 running "Armbian_5.44_S805_Ubuntu_bionic_3.10.108_server_20180521.img" S805 with meson8b_m201_1G.dtb (LAN OK, WIFI OK after modprobe 8723bs, beautiful internal audio thru 3.5 mm jack, IR NO, HDMI NO) (2) CGV EXP@ND running "Armbian_20.10_Arm-64_buster_current_5.9.0.img" S905X with meson-gxl-s905x-p212.dtb (LAN OK, WIFI OK, IR OK, HDMI OK, NO audio from AV port ;-) Previously on this box I had running "Armbian_5.91_Aml-s905_Debian_buster_default_5.1.0_20190708.img" with gxl_p212_2g.dtb and it was working good too but I feel the newest build is better and boot time is faster. Faster boot time is important for a radio :-) (3) STRONG SRT 2023 running "Armbian_20.10_Arm-64_bionic_current_5.9.0.img" S905X with meson-gxl-s905x-p212.dtb (LAN OK, WIFI OK, IR OK, HDMI OK, NO audio from AV port ;-) (4) EMATIC SRT 202 running "Armbian_20.10_Arm-64_focal_current_5.9.0.img" S905X with meson-gxl-s905x-p212.dtb (LAN OK, WIFI OK, IR OK, HDMI OK, NO audio from AV port ;-) Again congratulations for all your work. It works well! All the best, franck
  24. gxl-s905w-p281.dtb, gxl-s905x-p212.dbt and p218-s905w-2g from librelec. I used 20190706 buster image. Also, wifi on libreelev and derivatives is working fine
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines