1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: sunxi-tools
Maintainer: Ian Campbell <ijc@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 12),
pkg-config,
libusb-1.0-0-dev,
libfdt-dev,
u-boot-tools,
ruby,
binutils-arm-none-eabi,
gcc-arm-none-eabi,
zlib1g-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/sunxi-tools
Vcs-Git: https://salsa.debian.org/debian/sunxi-tools.git
Homepage: http://linux-sunxi.org/Sunxi-tools
Rules-Requires-Root: no
Package: sunxi-tools
Architecture: any
Depends: adduser,
${shlibs:Depends},
${misc:Depends}
Recommends: u-boot-sunxi:armhf
Description: tools for working with Allwinner (sunxi) ARM processors
This package contains various tools for working with devices based around the
Allwinner sunxi processors (A10/A13/A20/A31 etc). Utilities include tools to:
.
- interact with the processors' lowlevel bootrom (AKA FEL mode).
- boot over the USB OTG port.
- compile and decompile the Allwinner binary hardware descriptions (FEX
files).
- display information about sunxi boot headers.
|