注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Funtoo on the Nvidia TK1"
Jump to navigation
Jump to search
m (→Introduction) |
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 == |