CLI tools for Allwinner devices in FEL mode

Build Status codecov Crates.io

Tools based in sunxi-tools for using Allwinner devices in FEL mode.

Usage

```text USAGE: fel-cli [OPTIONS] [SUBCOMMAND]

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

OPTIONS: -d, --device The USB bus and device address of the FEL device

SUBCOMMANDS: clear Clear memory dump Dumps memory region in binary through stdout exec Call function at the given address fill Fill memory with the given byte help Prints this message or the help of the given subcommand(s) reset64 RMR request for AArch64 warm boot spl Loads and executes U-Boot SPL. If file additionally contains a main U-Boot binary, it will transfer it to memory and print the entry point address, in hex version Gets SoC version information write Write data to device memory ```

Porting from sunxi-tools

The CLI of fel-cli is almost a drop-in replacement for the sunxi-fel command, but there are some changes that are needed.

The rest of the options should work the same way. If not, please, fill an issue.

License

This code is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-APACHE, and LICENSE-MIT for details.