Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Cleaning sources in installKernelSources.sh #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/installKernelSources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ cd /usr/src
# Currently the NVIDIA certificate is self signed, so don't check it
wget --no-check-certificate http://developer.nvidia.com/embedded/dlc/l4t-sources-24-2-1 -O l4t-sources-24-2-1.tbz2
tar -xvf l4t-sources-24-2-1.tbz2 sources/kernel_src.tbz2
rm l4t-sources-24-2-1.tbz2
tar -xvf sources/kernel_src.tbz2
rm -rf sources
cd kernel
zcat /proc/config.gz > .config
make xconfig
Expand Down