Skip to content

Commit

Permalink
update the dkms build readme
Browse files Browse the repository at this point in the history
update the dkms build readme
  • Loading branch information
zouxiaoh authored Dec 15, 2022
1 parent 322b7b2 commit 1ef0278
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ obj-$(CONFIG_VIDEO_D4XX) += d4xx.o

### 3. Build with dkms
- Register, build and auto install:
```sh
Install kernel header src.
sudo dkms add .
sudo dkms build -m ipu6-drivers -v 0.0.1
sudo dkms autoinstall ipu6-drivers/0.0.1
```sh
Install kernel header src.
sudo dkms add .
sudo dkms build -m ipu6-drivers -v 0.0.1
sudo dkms autoinstall ipu6-drivers/0.0.1
```

0 comments on commit 1ef0278

Please sign in to comment.