Note
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 |
m |
||
Line 12: | Line 12: | ||
== Kernel Building == | == 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. | |||
{{console|body= | |||
# zcat /proc/config.gz > my_TK1_config | |||
# scp my_TK1_config me@xchost:<xc_kernel_src>/.config | |||
}} |
Revision as of 20:03, February 24, 2017
Introduction
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