NVIDIA Jetson TX1: Difference between revisions
Appearance
	
	
No edit summary  | 
				No edit summary  | 
				||
| Line 7: | Line 7: | ||
install ubuntu 14.04  | install ubuntu 14.04  | ||
install gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu  |  install gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu  | ||
git clone git://nv-tegra.nvidia.com/linux-3.10.git kernel_sources  |  git clone git://nv-tegra.nvidia.com/linux-3.10.git kernel_sources  | ||
 cd kernel_sources  | |||
 git checkout tegra-l4t-r24.1  | |||
u-boot patch:  | |||
https://patchwork.ozlabs.org/patch/641845/  | |||
u-boot   | u-boot build:  | ||
 make distclean  | |||
 make p2371-2180_defconfig  | |||
 #make u-boot.bin  | |||
 make all  | |||
Revision as of 10:11, 13 July 2016
Introduction
Requirements
Requirements
Notes
install ubuntu 14.04
install gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu
git clone git://nv-tegra.nvidia.com/linux-3.10.git kernel_sources cd kernel_sources git checkout tegra-l4t-r24.1
u-boot patch:
https://patchwork.ozlabs.org/patch/641845/
u-boot build:
make distclean make p2371-2180_defconfig #make u-boot.bin make all