media: i2c: add Arducam Pivariety camera support - #14
Open
ereennk wants to merge 1 commit into
Open
Conversation
Add the Arducam Pivariety V4L2 sensor driver and integrate it with the media I2C Kconfig and Makefile. Add a T3 Gemstone O1 CSI0 Device Tree overlay for the Arducam Pivariety IMX230 camera module and include it in the K3 overlay build. Enable Device Tree symbol generation so the Kbuild output matches the validated runtime overlay. The Pivariety driver implementation is adapted from: https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver Reference upstream repository snapshot: 7d49aa22558254cd415ef5bbca458a39ad130dce The upstream src/arducam.c content was last changed in: 59157aae2f3dc4e6e3b1f312cafd36b43edbc13e The implementation in this change is adapted for the T3 Gemstone O1 Linux 6.12.24-ti kernel tree. Signed-off-by: Eren Koçak <eren.kocak.9287@gmail.com>
ereennk
force-pushed
the
feature/arducam-pivariety-gemstone
branch
from
August 25, 2026 10:58
82bfa15 to
b3f6751
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Arducam Pivariety camera support to the T3 Gemstone O1 Linux kernel tree.
This change:
The existing IMX219 driver and overlay are not modified.
Tested hardware
Validated format
The final validated capture configuration is:
SRGGB10_1X10RG101920x1080The companion userspace ISP pipeline uses
rggb10.Validation
Validated on T3 Gemstone O1 hardware:
The Device Tree overlay was rebuilt from the final PR source.
Generated DTBO SHA256:
e354090cab39bddf5c91e43ba4b66f59d242e0d1df2a6dbd759459b2711a7e78This is byte-for-byte identical to the DTBO used during the validated
hardware configuration.
Driver provenance
The Pivariety driver implementation is adapted from the Arducam
Pivariety V4L2 driver project:
https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver
Repository snapshot inspected:
7d49aa22558254cd415ef5bbca458a39ad130dceThe upstream
src/arducam.ccontent was last modified in:59157aae2f3dc4e6e3b1f312cafd36b43edbc13eThe upstream
src/arducam.hcontent was last modified in:310f317fb4deaac2601c17e59db99dbaaf49e253The implementation in this PR is not a verbatim copy of those files.
It is adapted for the T3 Gemstone O1 Linux 6.12.24-ti kernel tree.
Original copyright and attribution information is preserved in the
driver source.
Companion components
This PR contains only the Linux kernel and Device Tree integration.
The complete IMX230 integration also consists of:
Userspace tuner/example:
camera: add Arducam Pivariety IMX230 tuner example examples#4
TIOVX ISP / GStreamer support:
tiovxisp: add IMX230 Pivariety support TexasInstruments/edgeai-gst-plugins#383
TIOVX sensor-to-DCC ID mapping:
sensor: add IMX230 Pivariety DCC ID mapping ereennk/edgeai-tiovx-modules#2
IMX230 DCC source profile:
https://github.com/ereennk/imx230-dcc-profile
Exact validated DCC revision:
ereennk/imx230-dcc-profile@ce7dc61
The edgeai-tiovx-modules PR is maintained as a companion review PR
against the corresponding GitHub source base.
Generated artifacts
Generated build artifacts are intentionally not included in this PR.
This PR does not track generated:
.ko.dtbo.o.bin.soThese artifacts are expected to be generated from source during build
and installation.
Scope
This pull request is intentionally limited to:
ISP tuning, DCC generation and userspace camera tooling are maintained
in the companion components listed above.