Doreen 发表于 2021-2-4 15:34:06

【FAQ】编译uboot.scr的时候提示mkimage未安装

本帖最后由 Doreen 于 2021-2-4 15:42 编辑

Q:编译uboot.scr的时候提示mkimage未安装该怎么解决?



A:mkimage是在SOC EDS安装目录下,所以必须先在linux系统上安装SOCEDS。

比如我在windows下安装了SOCEDS, 我在 Embedded command shell ((SOCEDS command shell 是一个命令行形式的工具, 该工具非常类似于Linux 系统的终端窗口,该工具中的命令与 Linux 系统中的命令基本一致))执行mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Boot Script Name" -d uboot.script u-boot.scr就不会有问题:
页: [1]
查看完整版本: 【FAQ】编译uboot.scr的时候提示mkimage未安装