Difference between revisions of "Funtoo on the Nvidia TK1"

From Funtoo
Jump to navigation Jump to search
m
Line 1: Line 1:
== Introduction ==
== Introduction ==
Read [http://elinux.org/Tegra/Downstream_SW/Gentoo_From_eMMC this].
Read [http://elinux.org/Tegra/Downstream_SW/Gentoo_From_eMMC this].
And [https://devtalk.nvidia.com/default/topic/762653/-howto-build-own-kernel-for-jetson-tk1/ this]
And [https://devtalk.nvidia.com/default/topic/762653/-howto-build-own-kernel-for-jetson-tk1/ this]
And [https://cyclicredundancy.wordpress.com/2014/05/10/flashing-the-rootfs-on-a-nvidia-jetson-tk1/ this].


== Getting the Sources ==
== Getting the Sources ==

Revision as of 20:13, February 24, 2017

Introduction

Read this.

And this

And this.

Getting the Sources

root # wget https://developer.nvidia.com/sites/default/files/akamai/mobile/files/L4T/kernel_src.tbz2 -O $LINUX
root # cd $LINUX
root # tar jxf kernel_src.tbz2
root # ln -s kernel linux

Kernel Building

You need a working kernel config. You can get one from a running TK1 and get it into your $XC_KERNEL_SRC directory.

root # zcat /proc/config.gz > my_TK1_config
root # scp my_TK1_config me@xchost:<xc_kernel_src>/.config