#boot #board #alpha #mx #add #image #cli-tool

bin+lib imx_imgutils

为 ALIENTEK Alpha i.MX 板添加启动数据的 CLI 工具

1 个不稳定版本

0.1.0 2021 年 8 月 30 日

#7 in #mx

Apache-2.0

515KB
163

imx_imgutils

为 ALIENTEK Alpha i.MX 板添加启动数据的 CLI 工具。

完全用 Rust 编写。

安装

cargo install imx_imgutils

用法

imx_imgutils 0.1.0
Add boot data to image for ALIENTEK Alpha i.MX board.

USAGE:
    imx_imgutils [OPTIONS] <input> <output>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -b, --boot <boot>                  Boot device, possible values: ram, sd [default: ram]
    -e, --entry-point <entry-point>    Entry point of application [default: 0x87800000]

ARGS:
    <input>     Path to input file
    <output>    Path to output file

依赖关系

~3MB
~51K SLoC