summaryrefslogtreecommitdiff
path: root/README-user.txt
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-08-01 14:07:24 -0600
committerStephen Warren <swarren@nvidia.com>2013-08-01 14:09:45 -0600
commit2beddf6b876ee37ca30b808ba823d85f4c4c66f3 (patch)
tree5cf72ddf3cb57278617003d7489514ab987f558a /README-user.txt
parent968ca4b0d7f5b7f28bad83be95caf562ea7dbc6c (diff)
downloadtegra-uboot-flasher-scripts-2beddf6b876ee37ca30b808ba823d85f4c4c66f3.tar.gz
readme: document dependencies
In README-developer.txt, document some of the distro packages required to build the tools and flash images. Point out issues with libusb versions. Enhance README-user.txt to mention that the steps in README-developer.txt typically need to be followed first, and briefly describe what's contained in the flash images this tool handles. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'README-user.txt')
-rw-r--r--README-user.txt23
1 files changed, 22 insertions, 1 deletions
diff --git a/README-user.txt b/README-user.txt
index b653144..0071497 100644
--- a/README-user.txt
+++ b/README-user.txt
@@ -5,6 +5,27 @@ This project provides scripts and data that provide a simple way of using
tegrarcm and U-Boot to write U-Boot (or an alternative image) to the boot
flash of a Tegra device.
+The flash images handled by this tool include just the bootloader and any
+other data necessary for the bootloader to execute (i.e. the BCT). Creating or
+flashing a root filesystem, either on the Tegra device's built-in flash, or on
+external storage media, is a separate step unrelated to this tool.
+
+Pre-requisites
+==============
+
+This document assumes that the instructions in README-developer.txt have
+already been followed. Those instructions generate various files that the
+flashing process uses. These include host-based utilities such as tegrarcm,
+U-Boot binaries that run on the Tegra target device, and the flash images to
+write to the Tegra device.
+
+If you are using a distribution package of this tool, the development steps
+have likely already been followed, and you need only follow the instructions
+in this file.
+
+If you are working with the source code to this tool, you almost certainly
+need to follow the instructions in README-developer.txt first.
+
Board Configurations
====================
@@ -14,7 +35,7 @@ Each board may exist in a number of different configurations; perhaps the
RAM size or speed varies, or a different type of boot flash is supported.
Each of these configurations is also given a name. tegra-uboot-flasher's
user-interface uses these configuration names exclusively. Examples are
-harmony, cardhu-a02-1gb.config, cardhu-a04-1gb.config.
+harmony, cardhu-a02-1gb, cardhu-a04-1gb.
You may find a list of valid values for configname by executing: