public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [flasher PATCH] Add support for Jetson TK1 board
@ 2014-03-25 17:37 Stephen Warren
       [not found] ` <1395769049-7996-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2014-03-25 17:37 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA; +Cc: Stephen Warren

From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

This board is currently disabled by default due to lack of U-Boot support
in the mainline repository. If you wish to test this, do as follows:

cd ../u-boot
git checkout some-branch-with-jetson-tk1-support
cd ../scripts
./build --boards venice2 build

Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 configs/jetson-tk1.board  | 5 +++++
 configs/jetson-tk1.config | 8 ++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 configs/jetson-tk1.board
 create mode 100644 configs/jetson-tk1.config

diff --git a/configs/jetson-tk1.board b/configs/jetson-tk1.board
new file mode 100644
index 000000000000..1dfb14c5ec9e
--- /dev/null
+++ b/configs/jetson-tk1.board
@@ -0,0 +1,5 @@
+board = {
+    'vendor': 'nvidia',
+    'soc': 'tegra124',
+    'disabled': True,
+}
diff --git a/configs/jetson-tk1.config b/configs/jetson-tk1.config
new file mode 100644
index 000000000000..b72444f3a9d1
--- /dev/null
+++ b/configs/jetson-tk1.config
@@ -0,0 +1,8 @@
+config = {
+    'bct': 'PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct',
+    'board': 'jetson-tk1',
+    'dtbfn-extra': '',
+    'flash-id-uboot': 0,
+    'flash-image': 'jetson-tk1-emmc.img',
+    'flash-type': 'emmc',
+}
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-26 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25 17:37 [flasher PATCH] Add support for Jetson TK1 board Stephen Warren
     [not found] ` <1395769049-7996-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-03-26 22:23   ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox