[tegrarcm] Initial import for tegrarcm

Nicolas Chauvet kwizart at fedoraproject.org
Wed May 1 11:10:50 UTC 2013


commit c2630c9f56c1a1bd558c48a503fe32d7acd6abef
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Wed May 1 13:10:39 2013 +0200

    Initial import for tegrarcm

 .gitignore    |    1 +
 sources       |    1 +
 tegrarcm.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7d66b35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/tegrarcm-1.2.tar.xz
diff --git a/sources b/sources
index e69de29..cce3596 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+600d7cd2e31dde851797b406e897ccc7  tegrarcm-1.2.tar.xz
diff --git a/tegrarcm.spec b/tegrarcm.spec
new file mode 100644
index 0000000..2371c29
--- /dev/null
+++ b/tegrarcm.spec
@@ -0,0 +1,46 @@
+Name:           tegrarcm
+Version:        1.2
+Release:        1%{?dist}
+Summary:        Send code to a Tegra device in recovery mode
+
+License:        BSD and and Redistributable, no modification permitted
+URL:            http://nv-tegra.nvidia.com/gitweb/?p=tools/tegrarcm.git;a=summary
+Source0:        tegrarcm-%{version}.tar.xz
+
+BuildRequires:  libusb-devel
+
+
+%description
+This program is used to send code to a Tegra device in recovery mode.
+It does not supported locked devices with an encrypted boot key, only
+open devices such as the ventana, cardhu, or dalmore reference boards.
+It is not capable of flashing firmware to a device, but can be used to
+download firmware that is then capable of flashing.  For example in
+ChromeOS tegrarcm is used to download a special build of u-boot to the
+target Tegra device with a payload that it then flashes to the boot
+device.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%make_install
+
+
+%files
+%doc README
+%{_bindir}/tegrarcm
+%{_mandir}/man1/tegrarcm.1.*
+
+%changelog
+* Sat Apr 20 2013 Nicolas Chauvet <kwizart at gmail.com> - 1.2-1
+- Initial package
+


More information about the scm-commits mailing list