Skip to content

Commit fc83288

Browse files
authored
Update README_JP6.2.md
1 parent f3bada8 commit fc83288

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README_JP6.2.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,18 @@ sudo cp ./images/6.2/rootfs/boot/Image /boot/dev/.
133133
In case of scp copy from host use this commands:
134134
```
135135
tar xf rootfs.tar.gz
136-
sudo cp -r ./lib/modules/5.15.148-tegra /lib/modules/.
136+
sudo rm -r /lib/modules
137+
sudo cp -r ./lib/modules/ /lib/
137138
sudo cp ./boot/tegra234-camera-d4xx-overlay*.dtbo /boot/dev/.
138139
sudo cp ./boot/dtb/tegra234-p3737-0000+p3701-0000-nv.dtb /boot/dtb/.
139140
sudo cp ./boot/Image /boot/dev/.
140141
```
141142
3. Run depmod
142143
```
143144
sudo depmod
145+
sudo update-initramfs -uk 5.15.148-tegra
146+
sudo rm -f /boot/initrd
147+
sudo ln -s /boot/initrd.img-5.15.148-tegra /boot/initrd
144148
```
145149
4. Modify bootloader configuration:
146150
- open /boot/extlinux/extlinux.conf for editing using your preferred editor

0 commit comments

Comments
 (0)