Jump to content

NVIDIA Jetson TX1: Difference between revisions

From HW wiki
Houdepre (talk | contribs)
Created page with "Introduction == Requirements == Requirements == Notes == install ubuntu 14.04 install gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu git clone git://nv-tegra.nvidia.com/linu..."
 
Houdepre (talk | contribs)
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:


install ubuntu 14.04
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
install gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu
$ cd kernel_sources
 
$ git checkout tegra-l4t-r24.1
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:
u-boot patch:


https://patchwork.ozlabs.org/patch/641845/
https://patchwork.ozlabs.org/patch/641845/
u-boot build:
make distclean
make p2371-2180_defconfig
#make u-boot.bin
make all
u-boot flash:
sudo ./flash.sh -k EBT jetson-tx1 mmcblk0p1
flash to inner memory
sudo ./flash.sh jetson-tx1 mmcblk0p1
flash with remote image. eth0 (ethernet) eth1 (USB)
sudo ./flash.sh -N 147.32.86.101:/home/houdek/devel/jetson/nfsroot jetson-tx1 eth0

Latest revision as of 12:05, 18 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

u-boot flash:

sudo ./flash.sh -k EBT jetson-tx1 mmcblk0p1

flash to inner memory

sudo ./flash.sh jetson-tx1 mmcblk0p1

flash with remote image. eth0 (ethernet) eth1 (USB)

sudo ./flash.sh -N 147.32.86.101:/home/houdek/devel/jetson/nfsroot jetson-tx1 eth0