ophub / amlogic-s9xxx-openwrt

Support for OpenWrt in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
1.93k stars 1.7k forks source link

黑龙江新魔百盒M201-d S905b 芯片 无法写入emmc #663

Open andylovephysics opened 3 days ago

andylovephysics commented 3 days ago

Device Information | 设备信息

OpenWrt Version | 系统版本

Describe the bug | 问题描述

我直接将release文件写入U盘,并使盒子从U盘更新系统。能正常进入armbian系统,但是在准备将系统写入emmc时,输入armbian-install时,显示如下错误:

root@armbian:~# armbian-install
[ STEPS ] Installing Armbian to internal eMMC...
[ STEPS ] Checking dependencies...
[ INFO ] Dependency check completed. Proceeding installation...
[ STEPS ] Initializing the environment...
[ INFO ] Use mainline u-boot: [ no ]
[ INFO ] Use ampart tool: [ yes ]
[ INFO ] Show all devices: [ no ]
[ ERROR ] Internal eMMC storage was't found in this device!

image

通过在网上查询教程尝试对FDT进行修改,默认值为meson-gxl-s905x-p212.dtb,修改为 FDT=/dtb/amlogic/meson-gxl-s905l3b-m302a.dtb

两个都无法进行写入emmc出现同样的错误,即

root@armbian:~# armbian-install
[ STEPS ] Installing Armbian to internal eMMC...
[ STEPS ] Checking dependencies...
[ INFO ] Dependency check completed. Proceeding installation...
[ STEPS ] Initializing the environment...
[ INFO ] Use mainline u-boot: [ no ]
[ INFO ] Use ampart tool: [ yes ]
[ INFO ] Show all devices: [ no ]
[ ERROR ] Internal eMMC storage was't found in this device!

请问该如何处理

andylovephysics commented 3 days ago

P.S. 第一次刷入 Armbian_24.11.0_amlogic_s905l-mg101_noble_6.6.58_server_2024.11.01.img 时也能够正常进入系统,同样也无法写入emmc

ophub commented 3 days ago

nand存储不能写入,emmc可以。 在终端里使用lsblk看看能不能看到emmc 如果确定是emmc而看不到,可以尝试把dtb的频率降低到25hz再试试,方法看仓库的文档里如何反编译dtb以及调整频率的值的方法。

andylovephysics commented 1 day ago

感谢回复!lsblk能够看到mmc的储存,如图所示 IMG_2171

我感觉这个显示的是我外接的sd卡,本地的储存(8g)没有被显示。

然后尝试更改了meson-gxl-s905l3b-m302a.dtb中的max-frequency。 max-frequency搜索到了3处,并将它们都改为了0x5f5e100经过更改和上传及编译为dtb后,仍然在执行armbian-install时报错,如图

IMG_2172

除此之外,我可能没有在仓库文档中找到调节频率有关的内容,如果有的话请麻烦给一下链接

这次的降频操作是参照https://post.m.smzdm.com/p/apmpnqx9 进行操作的请问这次该怎么办呢?

andylovephysics commented 1 day ago

P.S. 这是板载的两个存储芯片的细节照,从这里能看出来什么吗

IMG_2174 这个应该是nand(它能做运存吗?)

IMG_2173 这个不确定

andylovephysics commented 1 day ago

这是所有已加载节点的设备

image