全志A33开发板烧录Image到EMMC教程

全志A33开发板烧录Image到EMMC教程

当前环境: Manjaro Linux

软件: sunxi-livesuite

1. 安装烧录软件

$ yay -S sunix-livesuite-git
$ sudo sunxi-livesuite

2. 烧录

  • 选择固件。

  • 拔掉OTG Debug线,关闭电源。

  • 按住volume + ,然后插上OTG Debug线。

  • 等带出现下面窗口。

  • 选择Yes,然后打开电源,稍等一会儿,再松开 volume +按键。升级开始执行。

3. 说明

  • sunxi-livesuite 必须要用sudo运行,否则识别不了image文件。

  • 如果软件没有响应,说明操作步骤有问题。

  • 卡在下面的位置说明image文件有问题:

---fun end---
--------------entry-fel2fes Called-----------
felDevName      /dev/aw_efex0
[TL_MSG]:Hi, I'm fel, dev=/dev/aw_efex0

[TL_MSG]:To down and Run fes1-1

原因:打包报错,系统缺少busybox命令。

[79c8456d6904 lichee]# ./build.sh pack
INFO: packing firmware ...
copying tools file
copying configs file
copying boot resource
copying boot file
./pack: line 244: busybox: command not found
./pack: line 245: busybox: command not found
packing for linux

解决方法: 安装busybox。(编译环境:ubuntu18.04 docker镜像)

$ sudo apt install busybox

烧录成功。
在这里插入图片描述

posted @ 2021-09-27 00:57  duapple  阅读(193)  评论(0编辑  收藏  举报  来源