Bug#827081: Improve Jetson TK1 instructions

2016-06-12 Thread Vagrant Cascadian
Control: tags 827081 pending

On 2016-06-11, Martin Michlmayr wrote:
> Here are some minor improvements regarding Tegra.

Thanks! Added to git, will include in future uploads:

  
https://anonscm.debian.org/cgit/collab-maint/u-boot.git/commit/?h=experimental-2016.07=1052295b8a1b4602b3caa6d8ae48832759f81823


live well,
  vagrant


signature.asc
Description: PGP signature


Bug#827081: Improve Jetson TK1 instructions

2016-06-11 Thread Martin Michlmayr
Package: u-boot-tegra
Version: 2016.03+dfsg1-5
Severity: minor

Here are some minor improvements regarding Tegra.

-- 
Martin Michlmayr
http://www.cyrius.com/
>From 172dbc7ac948167ea4fe78758f9586f9ce33ac19 Mon Sep 17 00:00:00 2001
From: Martin Michlmayr 
Date: Sat, 11 Jun 2016 18:12:01 -0700
Subject: [PATCH 1/3] Add NVIDIA to Tegra description

---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 87cc3fc..3200ee2 100644
--- a/debian/control
+++ b/debian/control
@@ -44,14 +44,14 @@ Multi-Arch: same
 Depends: ${misc:Depends}
 Breaks: u-boot (<< 2014.10~rc2+dfsg1-2~)
 Replaces: u-boot (<< 2014.10~rc2+dfsg1-2~)
-Description: A boot loader for tegra systems
+Description: A boot loader for NVIDIA Tegra systems
  Das U-Boot is a cross-platform bootloader for embedded systems,
  used as the default boot loader by several board vendors.  It is
  intended to be easy to port and to debug, and runs on many
  supported architectures, including PPC, ARM, MIPS, x86, m68k,
  NIOS, and Microblaze.
  .
- This package includes boot loaders for various tegra platforms.
+ This package includes boot loaders for various NVIDIA Tegra platforms.
  ${uboot:platforms}
 
 Package: u-boot-omap
-- 
2.1.4

>From aacea1e12597bd2c74e827b30cbeb4807bd09196 Mon Sep 17 00:00:00 2001
From: Martin Michlmayr 
Date: Sat, 11 Jun 2016 18:12:42 -0700
Subject: [PATCH 2/3] u-boot-tegra.README.Debian: fix name of package

---
 debian/u-boot-tegra.README.Debian | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/u-boot-tegra.README.Debian b/debian/u-boot-tegra.README.Debian
index 97a0200..93bfaa5 100644
--- a/debian/u-boot-tegra.README.Debian
+++ b/debian/u-boot-tegra.README.Debian
@@ -17,7 +17,7 @@ sudo ./flash.sh -L /usr/lib/u-boot/p2371-2180/u-boot-dtb.bin jetson-tx1 mmcblk0p
 === TODO ===
 
 TODO: Figure out how to do this with tools within Debian,
-e.g. tegracrm and cbootimage.
+e.g. tegrarcm and cbootimage.
 
 == U-Boot environment tools ==
 
-- 
2.1.4

>From ebbc6931acaf671b8cb943375da483110c931704 Mon Sep 17 00:00:00 2001
From: Martin Michlmayr 
Date: Sat, 11 Jun 2016 18:14:29 -0700
Subject: [PATCH 3/3] u-boot-tegra.README.Debian: improve Jetson TK
 instructions

---
 debian/u-boot-tegra.README.Debian | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/u-boot-tegra.README.Debian b/debian/u-boot-tegra.README.Debian
index 93bfaa5..3b2e35b 100644
--- a/debian/u-boot-tegra.README.Debian
+++ b/debian/u-boot-tegra.README.Debian
@@ -1,14 +1,15 @@
 == Installation ==
 
 At this point, you must install U-Boot to flash yourself from a host
-system using the Linux_For_Tegra tools.
+system using the Linux_For_Tegra tools from NVIDIA's developer portal:
+https://developer.nvidia.com/embedded/linux-tegra-archive
 
 === Jetson TK1 ===
 
 sudo ./flash.sh -L /usr/lib/u-boot/jetson-tk1/u-boot-dtb-tegra.bin jetson-tk1 mmcblk1p1
 
-It seems that L4T R19.3.0 is currently required (image does not boot
-if flashed with L4T R21.X).
+Please note that L4T R19.3 is currently required (the image does not
+boot if flashed with L4T R21.1 through R21.4).
 
 === Jetson TX1 ===
 
-- 
2.1.4