当前位置:首页 > 未分类 > 正文内容

armbian刷入mmc报错,修改dtb文件写入mmc

jxcq6个月前 (10-25)未分类67

apt-get update

      apt-get install -y device-tree-compiler

      cd /boot/dtb/amlogic/

      dtc -I dtb -O dts -o meson-g12a-xxx.dts meson-g12a-xxx.dtb


使用winscp或其他软件下载dts,并用带搜索功能的文本编辑器打开,搜索mmc@ffe0700,将max-frequency里面内容改成0x5f5e100。

保存更改,重新上传到机顶盒。

        dtc -I dts -O dtb -o meson-g12a-xxx.dtb meson-g12a-xxx.dts

重启机器,之后使用armbian-install就可以安装系统到emmc了。

注意事项:

       这种方式将整个原厂系统全部清除,recovery也被清除,只能使用线刷等方式恢复系统。不一定


扫描二维码推送至手机访问。

版权声明:本文由小强的小站发布,如需转载请注明出处。

本文链接:https://zblog.dragon2024.cloudns.ch/?id=71

分享给朋友:

“armbian刷入mmc报错,修改dtb文件写入mmc” 的相关文章

群晖使用Docker安装Node-RED

第一步:管理员账号登陆群晖,在Docker中选择“注册表”,搜索“nodered”,搜索结果中选择nodered/node-red-docker,点击下载,选择标签latest。此时系统开始下载,可在“映像”中查看下载进度第二步:下载完毕后,在“映像”里选择已下载的 nodered 映像 ,点击启动...

FRP内网穿透+openwrt-FRP客户端设置

1、一台vps主机2、ssh连接主机下载最新frp软件https://github.com/MvsCode/frps-onekeyhttps://github.com/fatedier/frpwget https://github.com/fatedier/frp/releases/dow...

什么是强电解质,什么是弱电解质?

下列说法正确的是(  )A、难溶于水的电解质一定是弱电解质B、强电解质的水溶液导电能力一定比弱电解质水溶液的导电能力强C、某物质若不是电解质,就一定是非电解质D、溶于水的强电解质,在水溶液中全部电离成离子         高中阶段学的几乎所有盐都是强...

omv5-omv6-换源-扩展插件-docker

ovm5换源:https://blog.csdn.net/weixin_39916479/article/details/119500845#安装omv-extras-pluginswget -O - https://github.com/OpenMediaVault-Plugin-Develope...

debian安装docker通用方法

脚本安装wget -qO- get.docker.com | bash首先就是老方法卸载旧版本dockersudo apt-get remove docker docker-engine docker.io containerd runcsudo apt-get update安装软件包以允许使用 基...

Fast Os Docker 使用指南

启动命令docker run --name fastos --restart always -p 8081:8081 -p 8082:8082 -d \ -v /var/run/...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。