Add JVS INGT10 GQS60EP T10A+OV9750 (#8)

* Add JVS INGT10 GQS60EP T10A+OV9750

* move ov9750 config and calibration file to firmware repo

* move ov9750 config and calibration file to firmware repo
This commit is contained in:
john doe
2024-01-28 01:18:11 +08:00
committed by GitHub
parent 11acc9c3d5
commit c4ad85f584
7 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
diff --git a/kernel/sensors/t20/Kbuild b/kernel/sensors/t20/Kbuild
index 176c5ae..25145c0 100644
--- a/kernel/sensors/t20/Kbuild
+++ b/kernel/sensors/t20/Kbuild
@@ -7,4 +7,5 @@ include $(src)/sensors/$(SOC)/jxh62/Kbuild
include $(src)/sensors/$(SOC)/jxh65/Kbuild
include $(src)/sensors/$(SOC)/jxk02/Kbuild
include $(src)/sensors/$(SOC)/jxv01/Kbuild
+include $(src)/sensors/$(SOC)/ov9750/Kbuild

View File

@@ -0,0 +1,25 @@
################################################################################
#
# ingenic-osdrv-t20
#
################################################################################
INGENIC_OSDRV_T20_VERSION =
INGENIC_OSDRV_T20_SITE =
INGENIC_OSDRV_T20_LICENSE = MIT
INGENIC_OSDRV_T20_LICENSE_FILES = LICENSE
define INGENIC_OSDRV_T20_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/sensor
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T20_PKGDIR)/files/sensor/*.yaml
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T20_PKGDIR)/files/sensor/params/ov9750.bin
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(INGENIC_OSDRV_T20_PKGDIR)/files/script/load*
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/lib
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/ $(INGENIC_OSDRV_T20_PKGDIR)/files/lib/*.so
endef
$(eval $(generic-package))