kumquat-buildroot/package/freescale-imx/imx-m4fwloader/Config.in
Gary Bisson 7be86525de imx-m4fwloader: new package
This package provides a tool to load a firmware to the Cortex-M4 core
available in some i.MX processors such as i.MX6SX or i.MX7.

This package was tested on a i.MX7D Nitrogen7 platform:
 # imx-m4fwloader hello_world.bin 0x007F8000

Upstream repository:
https://github.com/codeauroraforum/imx-m4fwloader

[Peter: add license hash, install in /usr/sbin, tweak help text]
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-01-28 09:53:44 +01:00

9 lines
273 B
Plaintext

config BR2_PACKAGE_IMX_M4FWLOADER
bool "imx-m4fwloader"
depends on BR2_arm # Only relevant for i.MX
help
This package provides a tool to load a firmware to the
Cortex-M4 core available in some i.MX processors.
https://github.com/codeauroraforum/imx-m4fwloader