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

Commit f649ec4

Browse files
committed
L4T 32.4.2
1 parent d498f6d commit f649ec4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# buildJetsonXavierKernel
2-
Scripts to help build the 4.9.140 kernel and modules onboard the Jetson Xavier NX (L4T 32.4.1, JetPack 4.4 DP).
2+
Scripts to help build the 4.9.140 kernel and modules onboard the Jetson Xavier NX (L4T 32.4.2, JetPack 4.4 DP).
33

44
<em><strong>Note:</strong> The kernel source version must match the version of firmware flashed on the Jetson. For example, the source for the 4.9.140 kernel here is matched with L4T 32.4.1. This kernel compiled using this source tree may not work with newer versions or older versions of L4T.</em>
55

@@ -49,6 +49,11 @@ The copyImage.sh script copies the Image to the current device. If you are build
4949

5050
### Release Notes
5151

52+
July, 2020
53+
* Initial release
54+
* vL4T32.4.2
55+
* L4T 32.4.2 (JetPack 4.4 DP)
56+
5257
July, 2020
5358
* Initial release
5459
* vL4T32.4.1

getKernelSources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "Jetpack $JETSON_JETPACK [L4T $JETSON_L4T]"
1212
#Print Kernel Version
1313

1414
SOURCE_TARGET="/usr/src"
15-
L4TTarget="32.4.1"
15+
L4TTarget="32.4.2"
1616
KERNEL_RELEASE="4.9"
1717

1818
function usage

0 commit comments

Comments
 (0)