summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-02-24 15:22:17 -0700
committerStephen Warren <swarren@nvidia.com>2014-03-20 10:54:24 -0600
commit84484c2c521fb7a9ad2f81a6aa052aa0a38b6ff6 (patch)
tree4638df351da00df9da41c989f799d51c4678e01f
parent570547f49328f61d577b27b1b440afacdf7f6cb1 (diff)
downloadtegra-uboot-flasher-scripts-84484c2c521fb7a9ad2f81a6aa052aa0a38b6ff6.tar.gz
Add support for Jetson TK1 board
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@nvidia.com>
-rw-r--r--configs/jetson-tk1.board5
-rw-r--r--configs/jetson-tk1.config8
2 files changed, 13 insertions, 0 deletions
diff --git a/configs/jetson-tk1.board b/configs/jetson-tk1.board
new file mode 100644
index 0000000..1dfb14c
--- /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 0000000..b72444f
--- /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',
+}