Packages

Elixir bindings for sunxi-tools, allowing interaction with Allwinner devices in FEL mode.

Current section

Files

Jump to
sunxi CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.1.2 (2026-03-22)
- Allow sunxi-fel binary path to be configured in Application env (useful for
escripts)
## v0.1.1 (2026-03-22)
- Fix how the sunxi-fel binary path is loaded at runtime
## v0.1.0 (2026-02-28)
- Initial release.
- Vendored `sunxi-tools` (commit `7540cb2`).
- Implemented `Sunxi.FEL` wrapper for memory operations and code execution.
- Added support for list devices, read/write memory, SPL execution, and U-Boot
execution.
- Configured `elixir_make` with automatic dependency checks.