Git Product home page Git Product logo

lontium_lt6911uxc's Introduction

Lontium_lt6911uxc

This repository contains a driver for the lt6911uxc HDMI2.0 to MIPI CSI converter from Lontium. The driver was tested on a Nvidia Xavier AGX (Jetpack 4.4).


logo

The group High Performance Multimedia from the Institute of Embedded Systems associated with ZHAW School of Engineering proudly presents an open source driver for lonitum device LT6911UXC.

For recent news check out our Blog.

Table of contents

Insert Driver into L4T Sources: Instructions on how to add this driver to your Jetson Linux Driver Package (L4T).


Insert Driver into your L4T Sources

The driver can be used with the Linux Driver Packages (L4T) for NVIDIA Jetson Modules. We have tested the driver with the NVIDIA Jetson AGX Xavier. In order to adapt the driver to your hardware setup use the detailed description regarding device tree parameters in the file lt6911uxc.txt.

For geneneral information and instructions regarding the NVIDIA L4T release or how to manually build the linux kernel for your Jetson device consult: L4T release package , NVIDIA Kernel Customization.

Insert Driver into Kernel Sources

  1. Locate the subdirectory of multimedia drivers for encoder, decoder and other helper chips as part of the NVIDIA overlay in ({L4T-RELEASE}/kernel/nvidia/drivers/media/i2c/).

  2. Add the driver source to the other present drivers

  3. Makefile: Open the file nvidia/drivers/media/i2c/Makefile and add the following line:

    obj-$(CONFIG_VIDEO_LT6911UXC) += lt6911uxc.o
    
  4. KConfig: Open the file nvidia/drivers/media/i2c/Kconfig and add the following entry:

    config VIDEO_LT6911UXC
        tristate "Lontium LT6911UXC decoder"
        depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
        help
          Support for the Lontium LT6911UXC HDMI to MIPI CSI-2 bridge.
    
          To compile this driver as a module, choose M here: the
          module will be called lt6911uxc.
    

After those steps, the driver module can be enabled in the menuconfig and the custom kernel including this driver compiled.

lontium_lt6911uxc's People

Contributors

alegroo avatar luneuner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.