tegra: nyan: Add a README
authorSimon Glass <sjg@chromium.org>
Mon, 1 Apr 2019 20:38:42 +0000 (13:38 -0700)
committerTom Warren <twarren@nvidia.com>
Fri, 24 May 2019 17:14:15 +0000 (10:14 -0700)
Add a short note about how to boot U-Boot on Nyan-big using tegrarcm.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
board/nvidia/nyan-big/README [new file with mode: 0644]

diff --git a/board/nvidia/nyan-big/README b/board/nvidia/nyan-big/README
new file mode 100644 (file)
index 0000000..0e53d8d
--- /dev/null
@@ -0,0 +1,18 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright 2018 Google LLC
+# Written by Simon Glass <sjg@chromium.org>
+
+U-Boot on Nyan
+==============
+
+Nyan-big is supported by mainline U-Boot. This device is based on Tegra124.
+To build it, use the nyan-big config.
+
+To boot it, connect a USB A-A cable from your computer to the back USB port.
+Connect a servo board. Then with t20_rec and warn_rst held down:
+
+   sudo tegrarcm --bct cbootimage-configs/tegra124/nvidia/norrin/PM370_Hynix_2GB_H5TC4G63AFR_PBA_924MHz_01212014.bct
+           --bootloader u-boot-dtb-tegra.bin --loadaddr 0x80108000
+
+The norrin config is close enough that it works well with Nyan.