# ivsc-firmware **Repository Path**: mirrors_intel/ivsc-firmware ## Basic Information - **Project Name**: ivsc-firmware - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-06 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PROJECT NOT UNDER ACTIVE MANAGEMENT This project will no longer be maintained by Intel. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. Intel no longer accepts patches to this project. If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project. # ivsc-firmware This repository supports Intel Vision Sensing Controller(IVSC) on Intel Alder Lake platforms. There are two repositories that provide the complete setup: - https://github.com/intel/ivsc-driver - kernel driver for the ivsc chipset - https://github.com/intel/ivsc-firmware - firmware binaries for the ivsc chipset ## Content of this repository: - ivsc firmware binaries ## Deployment ivsc firmware binaries should be copied to /lib/firmware/vsc And on debugging platform the binaries(e.g. ov01a10 sensor) should be copied as below: ``` /lib/firmware/vsc/soc_a1/ivsc_fw_a1.bin /lib/firmware/vsc/soc_a1/ivsc_pkg_ovti01a0_0_a1.bin /lib/firmware/vsc/soc_a1/ivsc_skucfg_ovti01a0_0_1_a1.bin ``` And on production platform the binaries(e.g. ov01a10 sensor) should be copied as below: ``` /lib/firmware/vsc/soc_a1_prod/ivsc_fw_a1_prod.bin /lib/firmware/vsc/soc_a1_prod/ivsc_pkg_ovti01a0_0_a1_prod.bin /lib/firmware/vsc/soc_a1_prod/ivsc_skucfg_ovti01a0_0_1_a1_prod.bin ```