sunxi-tools
Hardware management tools for Allwinner computers
This package contains tools for Allwinner devices:
sunxi-fexc
,bin2fex
,fex2bin
: Compile a textual description of a board (.fex) to a binary representation (.bin).sunxi-fel
: Puts an Allwinner device into FEL mode which makes it register as a special USB device (rather than USB host). You can then connect it to another computer and flash it from there.sunxi-nand-part
: Partitions NAND flash.sunxi-bootinfo
: Reads out boot0 and boot1 (Allwinner bootloader) parameters.sunxi-pio
: Sets GPIO parameters and oscillates a GPIO in order to be able to find it.sunxi-meminfo
: Prints memory bus settings.sunxi-nand-image-builder
: Prepares raw NAND images.
- Versions: 1.4.2
- Website: https://github.com/linux-sunxi/sunxi-tools
- Licenses: GPL 2+
- Package source: gnu/packages/admin.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sunxi-tools
as follows:
guix install sunxi-tools
Or install a particular version:
guix install sunxi-tools@1.4.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.