e903e453be
Add package for the tegrarcm host utility that allows loading data to tegra processors in recovery mode. Signed-off-by: Julian Scheel <julian@jusst.de> [Thomas: replace cryptopp cross-compilation fix by a more autoconf-style solution, which has been submitted upstream.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
config BR2_PACKAGE_HOST_TEGRARCM
|
|
bool "host tegrarcm"
|
|
depends on BR2_arm || BR2_armeb
|
|
help
|
|
This program is used to send code to a Tegra device in recovery
|
|
mode.
|
|
|
|
https://github.com/NVIDIA/tegrarcm
|