Skip to content

Commit

Permalink
Iotg ipu6 (#74)
Browse files Browse the repository at this point in the history
* RPL-P Beta release

Signed-off-by: zouxiaoh <xiaohong.zou@intel.com>

* update the dkms build readme

Signed-off-by: zouxiaoh <xiaohong.zou@intel.com>

Signed-off-by: zouxiaoh <xiaohong.zou@intel.com>
  • Loading branch information
zouxiaoh authored Dec 15, 2022
1 parent a285b51 commit 322b7b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ obj-y += drivers/media/pci/intel/

export CONFIG_VIDEO_AR0234 = m
export CONFIG_VIDEO_LT6911UXC = m
export CONFIG_VIDEO_D4XX = m
obj-y += drivers/media/i2c/

KERNEL_SRC := /lib/modules/$(shell uname -r)/build
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,9 @@ obj-$(CONFIG_VIDEO_D4XX) += d4xx.o
```

### 3. Build with dkms
- TBD
- 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
1 change: 0 additions & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ BUILT_MODULE_NAME[4]="lt6911uxc"
BUILT_MODULE_LOCATION[4]="drivers/media/i2c"
DEST_MODULE_LOCATION[4]="/kernel/drivers/media/i2c"

REMAKE_INITRD="no"
AUTOINSTALL="yes"

0 comments on commit 322b7b2

Please sign in to comment.