Skip to content

Commit

Permalink
Fix: update path to location of *.ko kernel modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger authored Aug 1, 2024
1 parent 1b52cf2 commit c0b3550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ adb push ./tmp-lmp_xwayland/sysroots-components/portenta_x8/x8h7/usr/lib/modules
adb shell
sudo rmmod x8h7_can
sudo mount -o remount,rw /usr
sudo mv *.ko /lib/modules/5.10.93-lmp-standard/extra/
sudo mv *.ko /lib/modules/6.1.24-lmp-standard/extra/
sudo modprobe x8h7_can
```
#### Unload/Reload
Expand Down

0 comments on commit c0b3550

Please sign in to comment.