Crates.io | imx_imgutils |
lib.rs | imx_imgutils |
version | 0.1.0 |
source | src |
created_at | 2021-08-30 03:44:23.216648 |
updated_at | 2021-08-30 03:44:23.216648 |
description | A CLI tool to add boot data to image for ALIENTEK Alpha i.MX board. |
homepage | |
repository | |
max_upload_size | |
id | 443988 |
size | 528,473 |
A CLI tool to add boot data to image for ALIENTEK Alpha i.MX board.
Purely write in 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