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.
GNU General Public License v2.0
5.41k stars 1.72k forks source link

E900V22D安装最新版报错 #751

Closed jjwjs closed 1 year ago

jjwjs commented 1 year ago

设备信息 | 设备信息

芯片组:s905l3a 型号:e900v22d 江苏 Armbian 版本 | 系统版本 内核版本:5.15.80

root@armbian:~# armbian-install
[ STEPS ] Start install armbian to emmc...
[ INFO ] Custom setting parameters: [  ]
[ STEPS ] Start initializing the environment...
[ INFO ] Use mainline u-boot: [ no ]
[ INFO ] Using the Ampart tool: [ yes ]
[ INFO ] Show all lists: [ no ]
[ INFO ] DEV_EMMC: [ /dev/mmcblk2 ]
[ STEPS ] Start selecting device...
--------------------------------------------------------------------------------------
ID    SOC        MODEL                          DTB                                               
--------------------------------------------------------------------------------------
301   s905x2     X96-Max-4GB                    meson-g12a-x96-max.dtb                            
302   s905x2     X96-Max-2GB                    meson-g12a-x96-max-rmii.dtb                       
303   s905x2     MECOOL-KM3-4G                  meson-g12a-sei510.dtb                             
304   s905l3a    E900V22C-D                     meson-g12a-s905l3a-e900v22c.dtb                   
305   s905l3a    CM311-1a-YST                   meson-g12a-s905l3a-cm311.dtb                      
306   s905l3a    M401A                          meson-g12a-s905l3a-m401a.dtb                      
0     Other      Customize                      Enter-custom-dtb-name                             
--------------------------------------------------------------------------------------
[ OPTIONS ] Please Input ID: 304
[ INFO ] Input Box ID: [ 304 ]
[ INFO ] FDTFILE: [ meson-g12a-s905l3a-e900v22c.dtb ]
[ INFO ] MAINLINE_UBOOT: [  ]
[ INFO ] ANDROID_UBOOT:  [  ]
[ INFO ] UBOOT_OVERLOAD: [ u-boot-e900v22c.bin ]
[ INFO ] K510: [ 0 ]
[ STEPS ] Start selecting file system type...
-----------------------------------------------
ID  TYPE
-----------------------------------------------
1   ext4
2   btrfs
-----------------------------------------------
[ OPTIONS ] Please Input ID: 1
[ INFO ] Input Type ID: [ 1 ]
[ INFO ] The type of file system: [ ext4 ]
[ STEPS ] Start creating eMMC partition...
[ INFO ] Start backup default bootloader.
4+0 records in
4+0 records out
4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.99153 s, 4.2 MB/s
dd: fsync failed for '/dev/mmcblk2': Input/output error
1+0 records in
1+0 records out
512 bytes copied, 0.0256885 s, 19.9 kB/s
[ STEPS ] Use ampart partition successfully.
[ INFO ] Start create MBR and partittion.
[ INFO ] Restore the mybox bootloader: [ /usr/lib/u-boot/mybox-bootloader.img ]
444+0 records in
444+0 records out
444 bytes copied, 0.00332509 s, 134 kB/s
dd: fsync failed for '/dev/mmcblk2': Input/output error
8191+0 records in
8191+0 records out
4193792 bytes (4.2 MB, 4.0 MiB) copied, 0.687471 s, 6.1 MB/s
[ STEPS ] Start processing the bootfs partition...
[ INFO ] Formatting BOOTFS partition.
mkfs.fat 4.2 (2021-01-31)
mkfs.vfat: unable to open /dev/mmcblk2p1: No such file or directory
mount: /ddbr/install: special device /dev/mmcblk2p1 does not exist.
[ ERROR ] Failed to mount BOOTFS partition
ophub commented 1 year ago

按问题模板说明清楚设备固件等参数

jjwjs commented 1 year ago

设备信息 | 设备信息

芯片组:s905l3a 型号:E900V22D 江苏 Armbian 版本 | 系统版本

内核版本:5.15.80

jjwjs commented 1 year ago

Armbian_22.11.0_Aml_s905l3a_bullseye_5.15.78_server_2022.11.17这以后的版本都是这样的报错,写不进emmc

payzulla0706 commented 1 year ago

我的设备时e900v22c 下载的版本是最新版s905l3a的固件 Armbian_22.11.0_Aml_s905l3a_jammy_5.15.80_server_2022.11.29.img Armbian_23.02.0_Aml_s905l3a_jammy_5.15.80_server_2022.12.01.img 启动界面貌似有线网卡不能工作(刚启动时有线网有反应,过三四秒后就断开)这个设备安装这个固件要对网卡进行特使设置么? 原谅我是个菜鸟

ophub commented 1 year ago

启动后,试试手动复制u-boot

cd /boot
cp -f u-boot-e900v22c.bin u-boot.ext
sync && reboot

如果重启网卡正常,写入emmc时加

armbian-install -m yes

jjwjs commented 1 year ago

江苏cm311-1a s905l3a Armbian_23.02.0_Aml_s905l3a_bullseye_5.15.80_server_2022.12.01.img可以正常安装 江苏e900v22d 死活都安装失败