You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i s/'UTS_RELEASE=\$(KERNELRELEASE)-ab\$(BUILD_NUMBER)'/'UTS_RELEASE=\$(KERNELRELEASE)'/g ./Linux_for_Tegra/source/public/kernel/kernel-4.9/Makefile
@@ -170,4 +170,4 @@ echo 1 | sudo tee /sys/bus/i2c/drivers/max9295/30-0040/refresh_setting
170
170
echo 1 | sudo tee /sys/bus/i2c/drivers/max9296/30-0048/refresh_setting
171
171
```
172
172
**NOTE**
173
-
- It's recommended to save the original kernel image as backup boot option in `/boot/extlinux/extlinux.conf`.
173
+
- It's recommended to save the original kernel image as backup boot option in `/boot/extlinux/extlinux.conf`.
@@ -80,9 +79,8 @@ Example: build JetPack 5.0.2 workspace created by direct source download
80
79
```
81
80
The following directories will be created:
82
81
- JetPack 4.6.1: `images/4.6.1`
83
-
- JetPack 5.0.2: `images/5.0.2`
84
-
- JetPack 5.1.2: `images/5.1.2`
85
-
- JetPack 6.0: `images/6.0`
82
+
- JetPack 5.x.2: `images/5.x`
83
+
- JetPack 6.x: `images/6.x`
86
84
87
85
# build_all_deb.sh
88
86
Build kernel Debian packages for JetPack 5.0.2 or 4.6.1
@@ -103,4 +101,4 @@ Example:
103
101
104
102
- Each JetPack version's kernel may be different, the user needs to change the kernel version in file names and paths accordingly, for example for JetPack 4.6.1 the version is `4.9.253-d457` or `4.9.253-tegra`, depending on the build method applied.
105
103
- For JetPack 4.6.1, the dtb file is not included in the deb package. User needs to manually copy `images/4.6.1/arch/arm64/boot/dts/tegra194-p2888-0001-p2822-0000.dtb` file to board and edit `extlinux.conf` to point to it.
106
-
- It's recommended to save the original kernel image as backup boot option in `/boot/extlinux/extlinux.conf`.
104
+
- It's recommended to save the original kernel image as backup boot option in `/boot/extlinux/extlinux.conf`.
0 commit comments