其中对 uEnv.txt 这个文件已修改。 root@armbian:~# more /boot/uEnv.txt LINUX=/zImage INITRD=/uInitrd FDT=/dtb/amlogic/meson-g12a-s905l3a-m401a.dtb APPEND=root=UUID=0c5bb95a-a090-4307-8c48-7362a415ca6c rootflags=data=writeback rw rootfstype=ext4 console=ttyAML0,115200n8 console=tt...
Device Information | 设备信息 SOC: S095l3a Model: UNT403A Armbian Version | 系统版本 Kernel Version: 6.1.121 Release: Bookworm Describe the bug | 问题描述 After upgrading armbian according to#2448 (comment), trying to upgrade Home Assistant failed because of a lack of space. HA currently ...
会用vi命令修改保存的话,就直接修改这个uEnv.txt文件 把FDT=/dtb/amlogic/meson-g12a-s905l3a-e900v22c.dtb 改成FDT=/dtb/amlogic/meson-g12a-s905l3a-m401a.dtb 保存后,sync && reboot 重启 重启后再执行more /sys/kernel/debug/mmc2/ios 看看是否生效了 不会vi修改的,拔u盘放pc里修改后,再插回...