akas Posted March 22, 2023 Posted March 22, 2023 (edited) Hi Guys, I am looking for latest Armbian image which works for Beelink GT1 Ultimate 3/32GB (S/N = G912) Amlogic S912 TV box. My requirement is only wired network to be working and that Armbian image must have kernel headers. The only old image that work is Armbian_5.37_S9xxx_Ubuntu_xenial_3.14.29_mate_20171226.img but missing kernel headers & not able to find kernel headers that matches kernel in the image. I tried Armbian_20.10_Arm-64_focal_current_5.9.0_desktop.img with 3 different dtb files as follows: dtb file: /dtb/amlogic/meson-gxm-q200.dtb dtb file: /dtb/amlogic/meson-gxm-gt1-ultimate.dtb dtb file: /dtb/amlogic/beelink_gt1_g2.dtb also configured extlinux.conf but it stuck on Beelink boot logo. Could some one please guide which latest image works this Beelink GT1 Ultimate TV box? Thanks in advance. Edited March 22, 2023 by akas added processor info
SteeMan Posted March 22, 2023 Posted March 22, 2023 I don't have this box, I can only point you to the latest builds: https://forum.armbian.com/topic/17106-installation-instructions-for-tv-boxes-with-amlogic-cpus https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first
akas Posted March 23, 2023 Author Posted March 23, 2023 (edited) Thanks @SteeMan when following topic "Installation Instructions for TV Boxes with Amlogic CPUs" from the first link of your reply. Downloaded one of the latest image from archive and burn to SD card and found that image does not have FAT partition. I need to mount that partition in order to change DTs and config .. etc. The image i downloaded is Armbian_23.02.2_Aml-s9xx-box_bullseye_current_6.1.11_xfce_desktop.img.xz from Archive which does not have FAT partition Edited March 23, 2023 by akas
SteeMan Posted March 23, 2023 Posted March 23, 2023 I just downloaded the same image and it is fine. How are you burning the image to your sd card? Since the image is compressed not all burning tools can handle compressed images.
akas Posted March 23, 2023 Author Posted March 23, 2023 Thanks @SteeMan i am using "Raspberry Pi Imager" which worked well. However, after some more troubleshooting and copying u-boot-s905x-s912 file to u-boot.ext, the box is now booting with Armbian_20.10_Arm-64_focal_current_5.9.0_desktop.img . But again no network, and i noticed, its same issue with all other images i tried when using u-boot-s905x-s912 dmesg error: ethernet eth0: no phy at addr -1 ethernet eth0: stmmac_open: Cannot attach to PHY (error: -19) Followed but no luck. files on SD card looks like as per screenshot below on working old image (Armbian_5.37_S9xxx_Ubuntu_xenial_3.14.29_mate_20171226.img) with network that does not have kernel headers, So i am not able to figured out which file is the u-boot, or which files i should replaced in new image (from working image) in order to boot with network interface?
andarezta Posted April 3, 2023 Posted April 3, 2023 i build dtb myself for fix phy not found in t96pro,soc s912.bug exist if device boot after lose pewer.just find in my youtube @andarezta1983.
akas Posted April 4, 2023 Author Posted April 4, 2023 @andarezta unfortunately i could not fine how to build dbt in order to fix PHY (error: -19) reported above in your youtube channel. I found a video "T96 Pro amlogic S912 armbian everything ON" in which you already have network enabled on T96 box in which you are creating remote shell. In my case, GT1 ultimate does not see network. Could you please share steps how did you build DTB to fix "Cannot attach to PHY (error: -19)" ?
andarezta Posted April 25, 2023 Posted April 25, 2023 (edited) Just add to load driver on gxm-q200.dtb for kernel >4,for kernel 4 driver load itself Edited April 25, 2023 by andarezta
Recommended Posts