-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationessenceRecommended essence postsRecommended essence postsnew boxResearch Fills in the BlanksResearch Fills in the BlankssupportThis need is supportedThis need is supported
Description
Device Information | 设备信息
- SOC: [S905L3]
- Model [CM201-1-6 YS 湖南 单EMMC内存颗粒版本]
Armbian Version | 系统版本
- Kernel Version: [6.1.107]
- Release: [bookworm]
Describe the bug | 问题描述
刷入android 4.4.2 底包后,由于无法 adb shell reboot update 引导U盘启动,故使用TTL工具引导进入armbian系统。
此版本CM201-1 YS 比较特殊,无法刷入 https://github.com/ophub/kernel/releases/tag/tools 目录下的Android 9.0系统(android_tv_cm201-1-ys_s905l3b)。SOC不同,内存颗粒也与大多数版本不同。
使用以下各种组合方式,均能刷入EMMC,但启动后均无法获取有线网络IP。
- DTB文件:meson-gxl-s905l2-x7-5g.dtb、meson-gxl-s905l3b-m302a.dtb
- U-BOOT文件:u-boot-p212.bin、u-boot-s905x-s912.bin
Board | 主板
- 主板型号:CM201-1-6 20210428
- 主板图片
以下日志
root@armbian:~# cat /etc/ophub-release
PLATFORM='amlogic'
VERSION_CODEID='debian'
VERSION_CODENAME='bookworm'
MODEL_ID='123'
MODEL_NAME='UNT400G1,E900V22D-2'
SOC='s905l3'
FDTFILE='meson-gxl-s905l2-x7-5g.dtb'
FAMILY='meson-gxl'
BOARD='s905l3'
KERNEL_REPO='ophub/kernel'
KERNEL_TAGS='stable'
KERNEL_VERSION='6.1.107'
KERNEL_BACKUP='yes'
BOOT_CONF='uEnv.conf'
ROOTFS_TYPE='ext4'
DISK_TYPE='emmc'
AMPART_STATUS='yes'
MLUBOOT_STATUS='no'
MAINLINE_UBOOT='/usr/lib/u-boot/'
BOOTLOADER_IMG='/usr/lib/u-boot/'
UBOOT_OVERLOAD='u-boot-p212.bin'
BUILD_REPOSITORY='github.com/armbian/build'
REBUILD_REPOSITORY='github.com/ophub/amlogic-s9xxx-armbian'
CONTRIBUTORS='ours1505,1904688138,yhxxm,orientzane'
BUILDER_NAME='ophub'
PACKAGED_DATE='2024-09-01'
root@armbian:~# ip add
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
link/sit 0.0.0.0 brd 0.0.0.0
3: ip6tnl0@NONE: <NOARP> mtu 1452 qdisc noop state DOWN group default qlen 1000
link/tunnel6 :: brd :: permaddr 76c0:d7c0:61ee::
4: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 32:03:b9:07:1a:4f brd ff:ff:ff:ff:ff:ff
altname end0
root@armbian:~# dmesg |grep eth0
root@armbian:~# ip link set eth0 up
[ 86.588708] meson8b-dwmac c9410000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 86.662073] meson8b-dwmac c9410000.ethernet eth0: PHY [mdio_mux-0.e40908ff:08] driver [Meson GXL Internal PHY] (ir q=34)
[ 88.199344] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[ 88.201309] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[ 88.208960] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rmii link mode
root@armbian:~# ethtool -i eth0
driver: st_gmac
version: 6.1.107-ophub
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: yes
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
root@armbian:~# lsmod
Module Size Used by
rfkill 36864 1
sunrpc 561152 1
snd_soc_meson_gx_sound_card 16384 0
snd_soc_meson_card_utils 16384 1 snd_soc_meson_gx_sound_card
meson_vdec 81920 0
videobuf2_dma_contig 24576 1 meson_vdec
v4l2_mem2mem 45056 1 meson_vdec
meson_ir 20480 0
meson_gxbb_wdt 16384 0
snd_soc_meson_t9015 24576 0
snd_soc_meson_aiu 32768 0
snd_soc_meson_codec_glue 16384 1 snd_soc_meson_aiu
zram 32768 3
binfmt_misc 24576 1
tcp_bbr 20480 7
sch_fq 20480 2
dm_mod 131072 0
ip_tables 28672 0
x_tables 45056 1 ip_tables
lima 61440 0
gpu_sched 45056 1 lima
drm_shmem_helper 24576 1 lima
root@armbian:~#
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationessenceRecommended essence postsRecommended essence postsnew boxResearch Fills in the BlanksResearch Fills in the BlankssupportThis need is supportedThis need is supported