File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ echo "Source Target: ""$SOURCE_TARGET"kernel/kernel-$KERNEL_RELEASE/arch/arm64/b
44echo " Boot Path: " " $BOOT_TARGET " Image
55
66cd " $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
1717sudo cp arch/arm64/boot/Image " $BOOT_TARGET " Image
1818
1919
You can’t perform that action at this time.
0 commit comments