Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M302A写入EMMC之后,有线网络无法使用,之前U盘启动是可以的 #1004

Closed
hoyzhang opened this issue Feb 3, 2023 · 47 comments

Comments

@hoyzhang
Copy link

hoyzhang commented Feb 3, 2023

固件:Armbian_23.02.0_amlogic_s905l2_jammy_5.15.86_server_2023.01.11.img
dtb: meson-gxl-s905l3b-m302a.dtb
u-boot: u-boot-s905x-s912.bin
soc: S905L3-B

执行 lsblk
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
mmcblk2      179:0    0   7.3G  0 disk 
├─mmcblk2p1  179:1    0   512M  0 part /boot
└─mmcblk2p2  179:2    0     6G  0 part /var/log.hdd
                                       /
mmcblk2boot0 179:32   0     4M  1 disk 
mmcblk2boot1 179:64   0     4M  1 disk 
zram0        254:0    0 905.1M  0 disk [SWAP]
zram1        254:1    0    50M  0 disk /var/log
zram2        254:2    0     0B  0 disk 

执行 dmesg | grep eth
[ 0.000000] psci: probing for conduit method from DT.
[ 4.942989] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[ 4.947278] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[ 4.953516] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[ 4.960309] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[ 4.966392] meson8b-dwmac c9410000.ethernet: DWMAC1000
[ 4.971635] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[ 4.978958] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[ 4.986381] meson8b-dwmac c9410000.ethernet: COE Type 2
[ 4.991549] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[ 4.998534] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[ 5.004916] meson8b-dwmac c9410000.ethernet: Normal descriptors
[ 5.010783] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[ 5.016560] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 5.024508] meson8b-dwmac c9410000.ethernet: device MAC address 1a:01:ff:be:7e:f1
[ 9.227782] systemd[1]: Found device /sys/subsystem/net/devices/eth0.
[ 9.618022] systemd[1]: Started ifup for eth0.
[ 10.030949] meson8b-dwmac c9410000.ethernet eth0: PHY [0.e40908ff:08] driver [Meson GXL Internal PHY] (irq=49)
[ 10.037424] meson8b-dwmac c9410000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 11.558013] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[ 11.559970] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[ 11.567395] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rmii link mode

root@armbian:~# ifconfig eth0
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b6:5f:82:45:dd:08 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 29

检查过了,网络环境没问题

@ophub
Copy link
Owner

ophub commented Feb 3, 2023

cd /boot
cp -f u-boot-s905x-s912.bin u-boot.emmc
sync && reboot

@hoyzhang
Copy link
Author

hoyzhang commented Feb 3, 2023

image
卡在这里了,电源重开也一样
写完EMMC之后,用U盘启动,也同样卡在这里

但是交换机对应端口灯是亮的,说明有些地方起到作用了。但是卡住了,进不去登录界面

@ophub
Copy link
Owner

ophub commented Feb 3, 2023

你有没有先刷 https://github.com/ophub/kernel/releases/tag/tools
里对应m302a的安卓系统?

@hoyzhang
Copy link
Author

hoyzhang commented Feb 3, 2023

我直接原版安卓启动,在TTL中reboot update的

@hoyzhang
Copy link
Author

hoyzhang commented Feb 3, 2023

而且,HDMI也是一直不行的,想着等这个有线网络解决了,再看看怎么解决

@ophub
Copy link
Owner

ophub commented Feb 3, 2023

列表中支持的盒子,一般都在kernel里面有一个对应的安卓系统,先刷这个安卓,再刷armbian。特别是一些魔百盒原来安卓系统版本低于9.0的是必须的。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 3, 2023

列表中支持的盒子,一般都在kernel里面有一个对应的安卓系统,先刷这个安卓,再刷armbian。特别是一些魔百盒原来安卓系统版本低于9.0的是必须的。

我试试,是这个吗
https://github.com/ophub/kernel/releases/download/tools/android_tv_m302a_s905l3b.tar.xz

@ophub
Copy link
Owner

ophub commented Feb 3, 2023

@hoyzhang
Copy link
Author

hoyzhang commented Feb 3, 2023

线刷了[android_tv_m302a_s905l3b.tar.xz],之后adb中reboot update,同样是有线网卡无效。通过TTL再次执行
cd /boot
cp -f u-boot-s905x-s912.bin u-boot.emmc
sync && reboot

同样卡在上次**[BL31]: tee size: 0**的地方

@janko888
Copy link
Contributor

janko888 commented Feb 4, 2023

写入emmc时是用 armbian-install -m yes 么?

@hoyzhang
Copy link
Author

hoyzhang commented Feb 4, 2023

写入emmc时是用 armbian-install -m yes 么?

是直接armbian-install,需要参数吗?

@janko888
Copy link
Contributor

janko888 commented Feb 4, 2023

是直接armbian-install,需要参数吗?

我的第一猜想是你U盘启动时有线网络是好的,说明安卓自身带的u-boot可以支持,如果你写入emmc时使用了写入mainline-uboot的方式,则可能导致网卡支持不了。

但你说armbian-install 是默认不带参数的话,应该是没有写入mainline-uboot的,所以我的猜想这里不正确。

我之前是安卓9固件+内核5.15.x+写入emmc不写入mainline-uboot的方式,网卡都正常。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 4, 2023 via email

@muxi01
Copy link

muxi01 commented Feb 4, 2023

请教一下,在没有执行armbian-install前,从U盘启动的时候,最先执行哪个脚脚本?

@ophub
Copy link
Owner

ophub commented Feb 4, 2023

启动分几个过程:先是BL1,这是cpu内置的,不依赖外部,然后是BL2,BL31,最后是BL33,BL33是编译出来的主线u-boot,其它几个都是安卓原厂的。

BL2主要完成内存初始化,也就是acs.bin这个要做的,从安卓系统里提取出来制作u-boot。

u-boot找脚本/boot/boot.src,加载zImage、uInitrd、dtb

整个过程可以从ttl里面看到u-boot的启动过程祥细的日志。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 5, 2023

dm1.txt是U盘启动的dmesg,dm2.txt是EMMC启动的dmesg,网卡仍然是不行,能看出问题吗?
dm1.txt
dm2.txt

@634144102
Copy link

634144102 commented Feb 5, 2023

@ophub
魔百盒CM201-1 YS
固件:Armbian_23.02.0_amlogic_s905l2_jammy_5.15.86_server_2023.01.11.img
dtb: meson-gxl-s905l3b-m302a.dtb

android_tv_e900v22e_cm211-1_201-1_s905l3b.tar.xz这个固件怎么刷都刷不进
用其他安卓固件刷完可以启动问题是有线网络,无线网络都不行

[   30.847278] rtl88x2cs mmc0:0001:1: rtw_sdio_raw_write: sdio write failed (-84)
[   30.854369] rtl88x2cs mmc0:0001:1: rtw_sdio: WRITE use CMD53
[   30.859960] rtl88x2cs mmc0:0001:1: rtw_sdio: WRITE to 0x00044, 4 bytes
[   30.866450] rtw_sdio: WRITE 00000000: d8 00 00 00
[   31.138011] systemd[1]: Finished Armbian memory supported logging.
[   31.147494] systemd[1]: Starting Journal Service...
[   31.892412] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
[   31.899818] systemd[1]: Starting Raise network interfaces...
[   32.867123] systemd[1]: Started Journal Service.
[   33.124930] systemd-journald[734]: Received client request to flush runtime journal.
[   33.257264] RPC: Registered named UNIX socket transport module.
[   33.257570] RPC: Registered udp transport module.
[   33.262317] RPC: Registered tcp transport module.
[   33.267118] RPC: Registered tcp NFSv4.1 backchannel transport module.

Armbian 23.02.0-trunk Jammy ttyAML0

armbian login: ROOT
Password:

Login incorrect
armbian login: root
Password:
    _              _   ____  ___   ___  ____  _ ____
   / \   _ __ ___ | | / ___|/ _ \ / _ \| ___|| |___ \
  / _ \ | '_ ` _ \| | \___ \ (_) | | | |___ \| | __) |
 / ___ \| | | | | | |  ___) \__, | |_| |___) | |/ __/
/_/   \_\_| |_| |_|_| |____/  /_/ \___/|____/|_|_____|

Welcome to Armbian 23.02.0-trunk Jammy with Linux 5.15.90-flippy-81+o

System load:   4%               Up time:       3 min
Memory usage:  14% of 803M      IP:
CPU temp:      41°C             Usage of /:    70% of 2.4G
storage/:      41% of 252M

[ General system configuration (beta): armbian-config ]


@7Ji
Copy link
Contributor

7Ji commented Feb 5, 2023

[ 5.017645] meson8b-dwmac c9410000.ethernet: device MAC address 72:85:de:b7:d0:0c

不应该有这条日志,这条kmesg是 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c L2874 的 stmmac_check_ether_addr 在检查不到有效MAC地址以后,随机生成MAC的报告。写入eMMC的u-boot执行的启动脚本可能没有正确传入MAC地址,而Aml的这个内置百兆MAC+PHY在地址不对的时候很可能出问题。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

执行的启动脚本

具体是哪(几)个文件呢?能否修改一下,打印相关日志,重新启动看看?

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

卡在另外一个地方了:

wipe_data=successful
wipe_cache=successful
bmp pixel: 24
[OSD]load fb addr from dts
[OSD]fb_addr for logo: 0x3dc00000
[OSD]load fb addr from dts
[OSD]fb_addr for logo: 0x3dc00000
[CANVAS]addr=0x3dc00000 width=5760, height=2160
upgrade_step=2
amlkey_init() enter!
[EFUSE_MSG]keynum is 4
[BL31]: tee size: 0
[KM]Error:f[key_manage_query_size]L507:key[deviceid] not programed yet
key1 = 7d82dd22
key2 = 7e81dd22
key3 = 728ddd22
time_out = 7a120
ir init
irkey - irkey key_value1 key_value2 key_value3 time_value

Usage:
irkey 
gpio: pin GPIOAO_2 (gpio 102) value is 1
rebootmode=cold_boot
Enter USB burn
Try connect time out 701, 700, 1458
Hit any key to stop autoboot:  0 
card out
emmc/sd response timeout, cmd8, status=0x1ff2800
emmc/sd response timeout, cmd55, status=0x1ff2800
emmc/sd response timeout, cmd1, status=0x1ff2800
(Re)start USB...
USB0:   USB3.0 XHCI init start
Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
** Bad device usb 0 **
** Bad device usb 1 **
** Bad device usb 2 **
** Bad device usb 3 **
reading emmc_autoscript
831 bytes read in 3 ms (270.5 KiB/s)
## Executing script at 01020000
reading u-boot.emmc
704408 bytes read in 22 ms (30.5 MiB/s)
## Starting application at 0x01000000 ...

我这个是YS代工的,WIFI芯片是RTL8822C,不知是否有关系。

@ophub
Copy link
Owner

ophub commented Feb 6, 2023

你盒子里之前的安卓版本是多少,需要9.0以上的安卓系统。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

你盒子里之前的安卓版本是多少,需要9.0以上的安卓系统。
这次还是4.4.2, 之前9.0的试了,卡在[BL31]: tee size: 0这个地方。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

就算写入emmc,启动还会用到原有emmc的两个分区吗?
mmcblk2boot0 179:32 0 4M 1 disk
mmcblk2boot1 179:64 0 4M 1 disk

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

我重新插入U盘,仍然可以启动,有线网卡也有效。EMMC启动就不行

@ophub
Copy link
Owner

ophub commented Feb 6, 2023

刷安卓9的系统,使用5.15的固件,添加u-boot。
这么做的可以。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

刷安卓9的系统,使用5.15的固件,添加u-boot。 这么做的可以。
是上述的u-boot.ext和u-boot.emmc吗?

@ophub
Copy link
Owner

ophub commented Feb 6, 2023

恩,可以一次都添加进去,实际使用时在usb用u-boot.ext,在emmc里用u-boot.emmc,两个都存在也无妨。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

恩,可以一次都添加进去,实际使用时在usb用u-boot.ext,在emmc里用u-boot.emmc,两个都存在也无妨。

9.0的一会我再试试。刚才EMMC启动卡在reading u-boot.emmc,我用U盘启动,把u-boot.emmc删除,再重新emmc启动,也仍然可以。

@ophub
Copy link
Owner

ophub commented Feb 6, 2023

在5.15内核的固件里,这是可选项,一般盒子都不添加就可以正常使用,只有个别魔百和添加了有帮助。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

@ophub 9.0 固件需要擦除bootloader吗?

@ophub
Copy link
Owner

ophub commented Feb 6, 2023

你的安卓系统里有,就选上。
如果选上写入失败,就取消。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

用了安卓9.0固件写入,勾选擦除bootloader,在TTL中reboot update。
U盘启动的情况如下:

root@armbian:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::9d1:4a46:4a84:caa9  prefixlen 64  scopeid 0x20<link>
        ether 9e:61:8b:7b:e8:aa  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 67  bytes 12455 (12.4 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 29  

root@armbian:~# dmesg | grep eth
[    0.000000] psci: probing for conduit method from DT.
[    4.929383] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[    4.933633] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[    4.939838] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[    4.946687] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[    4.952742] meson8b-dwmac c9410000.ethernet:         DWMAC1000
[    4.957970] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[    4.965308] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[    4.972731] meson8b-dwmac c9410000.ethernet: COE Type 2
[    4.977898] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[    4.984884] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[    4.991266] meson8b-dwmac c9410000.ethernet: Normal descriptors
[    4.997131] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[    5.002910] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[   22.664049] systemd[1]: Found device /sys/subsystem/net/devices/eth0.
[   23.697144] systemd[1]: Started ifup for eth0.
[   24.447629] meson8b-dwmac c9410000.ethernet eth0: PHY [0.e40908ff:08] driver [Meson GXL Internal PHY] (irq=49)
[   24.458511] meson8b-dwmac c9410000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[   25.984628] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[   25.986587] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[   25.993972] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rmii link mode
[   29.985419] meson8b-dwmac c9410000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[   29.988847] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

安装到EMMC之后,启动情况如下:

root@armbian:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 9e:61:8f:15:ac:aa  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 29  

root@armbian:~# dmesg | grep eth
[    0.000000] psci: probing for conduit method from DT.
[    4.947650] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[    4.951919] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[    4.958192] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[    4.964996] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[    4.971055] meson8b-dwmac c9410000.ethernet:         DWMAC1000
[    4.976214] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[    4.983630] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[    4.991047] meson8b-dwmac c9410000.ethernet: COE Type 2
[    4.996222] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[    5.003208] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[    5.009591] meson8b-dwmac c9410000.ethernet: Normal descriptors
[    5.015456] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[    5.021234] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    5.029183] meson8b-dwmac c9410000.ethernet: device MAC address c2:b9:1c:0f:3e:14
[    9.294811] systemd[1]: Found device /sys/subsystem/net/devices/eth0.
[    9.529534] systemd[1]: Started ifup for eth0.
[    9.997655] meson8b-dwmac c9410000.ethernet eth0: PHY [0.e40908ff:08] driver [Meson GXL Internal PHY] (irq=49)
[   10.003890] meson8b-dwmac c9410000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[   11.534645] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[   11.536605] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[   11.544004] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rmii link mode

@ophub
仍然,EMMC启动情况下,eth0 没有running
和安卓4.4.2的固件不同的是, U盘启动情况下,eth0只有一个本地的ipv6地址,ipv4地址都没有。

@ophub
Copy link
Owner

ophub commented Feb 6, 2023

emmc里添加u-boot了吗?
你用的哪个dtb

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

一直用这个:meson-gxl-s905l3b-m302a.dtb
刚添加了u-boot,但是还是卡在

## Executing script at 01020000
reading u-boot.emmc
704408 bytes read in 22 ms (30.5 MiB/s)
## Starting application at 0x01000000 ...

U盘启动系统,进去删除u-boot.emmc,可以再次emmc启动

@ophub
Copy link
Owner

ophub commented Feb 6, 2023

112 :M302A/M304A :s905l3b :meson-gxl-s905l3b-m302a.dtb :u-boot-s905x-s912.bin :NA :NA :stable :amlogic :meson-gxl :uEnv.txt :s905l3b :no

u-boot复制错了,用这个:u-boot-s905x-s912.bin

添加u-boot试试

cd /boot
cp -f u-boot-s905x-s912.bin u-boot.ext
cp -f u-boot-s905x-s912.bin u-boot.emmc
chmod +x u-boot.ext u-boot.emmc
sync && reboot

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

原来说的添加u-boot是指这个,u-boot.ext一直有的,
aa

加了u-boot.emmc依然无法启动,不加可以启动,网卡还是not running

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

@ophub 有这个可能吗?

[ 5.017645] meson8b-dwmac c9410000.ethernet: device MAC address 72:85:de:b7:d0:0c

不应该有这条日志,这条kmesg是 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c L2874 的 stmmac_check_ether_addr 在检查不到有效MAC地址以后,随机生成MAC的报告。写入eMMC的u-boot执行的启动脚本可能没有正确传入MAC地址,而Aml的这个内置百兆MAC+PHY在地址不对的时候很可能出问题。

@ophub
Copy link
Owner

ophub commented Feb 6, 2023

几乎全部的盒子,在5.15下都不需要添加u-boot即可正常使用,只要能正常使用就不推荐添加。

但是据魔百和的几个用户反馈,他们添加了可以正常使用,不添加的有时网卡无法使用,需要拔插网线等操作。

比如 #989

这个M302A是janko888在 #615 分享的。你看看他的帖子。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

我在emmc上删除了u-boot.ext是可以启动的。
同一个型号,m302a,都是ys代工的,2+8,wifi芯片就有两种。uwe的emmc必须降频才能识别的到,太复杂了。现在主要是有线网卡,只能在u盘启动下才有用

@janko888
Copy link
Contributor

janko888 commented Feb 6, 2023

现在主要是有线网卡,只能在u盘启动下才有用

如果安卓9固件+5.15+jammy还无法写入EMMC使用有线的话,不妨试一下安卓9固件+6.x+jammy的组合。我试过两种版本代工的302a,大概有70%还是能在6.x下写入emmc运行的,可能你的YS版本有惊喜呢。

@hoyzhang
Copy link
Author

hoyzhang commented Feb 6, 2023

现在主要是有线网卡,只能在u盘启动下才有用

如果安卓9固件+5.15+jammy还无法写入EMMC使用有线的话,不妨试一下安卓9固件+6.x+jammy的组合。我试过两种版本代工的302a,大概有70%还是能在6.x下写入emmc运行的,可能你的YS版本有惊喜呢。

谢谢,迟点试试。现在写入EMMC在RTL8822组件的盒子上,是可以的。

@alegoho
Copy link

alegoho commented Feb 6, 2023

你有没有先刷 https://github.com/ophub/kernel/releases/tag/tools 里对应m302a的安卓系统?

请问这里面的安卓系统是线刷吗?

@ophub
Copy link
Owner

ophub commented Feb 6, 2023

对,用安卓线刷工具刷这个系统。

@alegoho
Copy link

alegoho commented Feb 6, 2023

USB BURNING TOOLS?

@ophub
Copy link
Owner

ophub commented Feb 6, 2023

yes

@ophub ophub closed this as completed Feb 6, 2023
@alegoho
Copy link

alegoho commented Feb 7, 2023

对,用安卓线刷工具刷这个系统。

请问UNT413A应该用那个固件?

@hoyzhang
Copy link
Author

hoyzhang commented Feb 8, 2023

现在证实,我用了安卓4固件也是可以。要复制u-boot.emmc才能启动。同时,网线要拔掉,电源断掉一段时间后,再启动,才不会卡在 tee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants