imx_imgutils

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

Purely write in Rust.

Board

Install

shell cargo install imx_imgutils

Usage

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

USAGE: imx_imgutils [OPTIONS]

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

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

ARGS: Path to input file Path to output file ```