tfx2001 / imx_imgutils

用于给阿尔法 Linux 开发板镜像添加启动信息的命令行工具。i.MX IVT header generator for ALIENTEK i.MX6ULL Linux Alpha board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imx_imgutils

A CLI tool to add boot data to image for ALIENTEK Alpha i.MX board.

Purely write in Rust.

Board

Install

cargo install imx_imgutils

Usage

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

About

用于给阿尔法 Linux 开发板镜像添加启动信息的命令行工具。i.MX IVT header generator for ALIENTEK i.MX6ULL Linux Alpha board.

License:Apache License 2.0


Languages

Language:Rust 100.0%