Skip to content

Commit 3e62502

Browse files
committed
cleanup copyImage comments
1 parent 73d072b commit 3e62502

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/copyImage.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ echo "Source Target: ""$SOURCE_TARGET"kernel/kernel-$KERNEL_RELEASE/arch/arm64/b
44
echo "Boot Path: ""$BOOT_TARGET"Image
55

66
cd "$SOURCE_TARGET"kernel/kernel-$KERNEL_RELEASE
7-
# On the stock Jetson TX2 install, there is no zImage in the boot directory
7+
# On the stock Jetson Nano install, there is no zImage in the boot directory
88
# So we just copy the Image file over
99
# If the zImage is needed, you must either
1010
# $ make zImage
1111
# or
1212
# $ make
13-
# Both of these commands must be executed in /usr/src/kernel/kernel-4.4
13+
# Both of these commands must be executed in /usr/src/kernel/kernel-4.9
1414
# sudo cp arch/arm64/boot/zImage /boot/zImage
15-
# Note that if you are compiling on an external device, like a SSD, you should probably
16-
# copy this over to the internal eMMC if that is where the Jetson boots
15+
# Note that if you are compiling on an external device, like a SSD, you should
16+
# copy this over to the boot device (i.e SD Card) where the Jetson boots
1717
sudo cp arch/arm64/boot/Image "$BOOT_TARGET"Image
1818

1919

0 commit comments

Comments
 (0)