Difference between revisions of "Funtoo on the Nvidia TK1"

From Funtoo
Jump to navigation Jump to search
m
Line 2: Line 2:
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]
== Getting the Sources ==
{{console|body=
# wget https://developer.nvidia.com/sites/default/files/akamai/mobile/files/L4T/kernel_src.tbz2 -O $LINUX
# cd $LINUX
# tar jxf kernel_src.tbz2
# ln -s kernel linux
}}
== Kernel Building ==

Revision as of 19:28, February 24, 2017

Introduction

Read 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