From: Stephen Warren <swarren@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html