Jump to content

NVIDIA Jetson TX1: Difference between revisions

From HW wiki
Houdepre (talk | contribs)
No edit summary
Houdepre (talk | contribs)
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


cd kernel_sources
u-boot patch:


git checkout tegra-l4t-r24.1
https://patchwork.ozlabs.org/patch/641845/


u-boot patch:
u-boot build:


https://patchwork.ozlabs.org/patch/641845/
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