ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T95 success (except WiFi)

chris4git opened this issue · comments

Hi @ophub ,

thanks for your work !
If you want to add a new box as supported, here is mine :
Name : Sunvell T95
Soc : S905x
Infos :

tested with Armbian_22.05.0_Aml_s905x_focal_5.15.32_2022.03.30.1703.img
Boot :

  • u-boot.ext : u-boot-s905x-s912.bin
  • replaced uEnv.txt by extlinux/extlinux.conf
  • dtb : meson-gxl-s905x-p212.dtb

LED display configuration : t95m-s905x-vfd.conf (or meson-gxl-s905x-t95m.conf)

WiFi not working (chip SCI S9082C, Android module : 9082xs/TLL901x)

Chris

commented

Share your t95m-s905x-vfd.conf file and a photo of the LED screen lighting up.

Does uEnv.txt boot and use when you boot in USB?

HI,

it's not my file but
(https://github.com/arthur-liberman/vfd-configurations/blob/master/t95m-s905x-vfd.conf) or
(https://github.com/LibreELEC/linux_openvfd/blob/master/conf/meson-gxl-s905x-t95m.conf)
Photo with LED display on :
20220507_081936-01

The image Armbian_22.05.0_Aml_s905x_focal_5.15.32_2022.03.30.1703.img don't boot on USB with uEnv.txt

Chris

commented

@chris4git
Based on your feedback, I have added the t95 device, today's repackaged firmware contains the installation information for this device, you can test the installation and LED display is correct.
Feedback the results after the test. thanks

@chris4git have you tried to install your box into eMMC yet?
I have 1 S905x box but it only could boot from USB/TF and unable to boot from eMMC (tried all kernel 5.4, 5.10, 5.15).

Thank you.

Hi @dinhchinh82, no I haven't tried to install on eMMC. I'm afraid to brick it ;-)
Only boot from TF or USB till now.
Is WiFi supported on your box ?

Model: T95N Mini MX+
DTB: meson-gxl-s905w-tx3-mini
Firmware: Armbian_24.5.0_amlogic_s905x-t95_bullseye_6.1.87_server_2024.04.20.img
EMMC: Success. Boots from internal EMMC with no SD card inserted
WiFi: NOT Working
Primary Use: Octoprint

Device works great. Anything I can do to get the internal WiFi detected?

Hi @gsbenjamin
it seems the wifi chip (S9082C) is a variant of rtl8189es so is potentially supported !
Cf https://github.com/ChalesYu/rtl8822bs-aml?tab=readme-ov-file
Let us know if you try...

Chris