起因,自己的玩客云启动不了了,灯也不亮了,重新烧录镜像也不可以,所以直接做SD卡启动,完美复活。

1、制作u-boot的SD启动

将镜像和u-boot-sd.bin文件上传到任意Linux的root文件夹内
比如镜像为xx.img

2、linux下使用以下两条dd命令

dd if=/root/u-boot-sd.bin (UBOOT文件) of=/root/xx.img (镜像文件) conv=fsync,notrunc bs=1 count=444
dd if=/root/u-boot-sd.bin (UBOOT文件) of=/root/xx.img (镜像文件) conv=fsync,notrunc bs=512 skip=1 seek=1

3、然后将/root/xx.img (镜像文件) 下载到电脑内

4、使用USBWriter.exe软件烧录到SD卡

5、将SD卡插入玩客云,完美开机

相关软件连接
u-boot-sd.bin:链接: https://pan.baidu.com/s/1s-76CzO3o3tcIEu5uBRFCw?pwd=xhr6 提取码: xhr6
USBWriter.exe: 链接: https://pan.baidu.com/s/1BWwpUErecKwyK2g8Ptu55A?pwd=bbkm 提取码: bbkm
做好的两个版本的镜像
Armbian_21.02.0-trunk_Aml-s812_bullseye_current_5.15.0-aml-s812-sd.7z
链接: https://pan.baidu.com/s/1-pGQwtsa6OZxXnijnPPduQ?pwd=f58y 提取码: f58y
新老版本玩客云双usb口都可用Armbian_20.11_Aml-s812_5.9.0-支持USB-WIFI最终完美版-sd.rar
链接: https://pan.baidu.com/s/1HoctDiLe74q9J9aW3Kq6WA?pwd=6k2p 提取码: 6k2p

Last modification:November 17th, 2022 at 06:38 pm
如果觉得我的文章对你有用,请随意赞赏