Git Product home page Git Product logo

tw6869's Introduction

tw6869

tw6869 driver posted by Alexander Kudjashev in https://community.freescale.com/message/518226#518226

this is "work in progress"

################ build the driver in-tree:

  • cd drivers/media/pci

  • git clone [email protected]:FrankBau/tw6869.git

  • add a line to drivers/media/pci/Makefile

    obj-$(CONFIG_VIDEO_TW6869) += tw6869/

  • add a line to drivers/media/pci/Kconfig in the block "if MEDIA_ANALOG_TV_SUPPORT"

    source "drivers/media/pci/tw6869/Kconfig"

Then, enable the driver in menuconfig and re-build the kernel modules:

make menuconfig

 Symbol: VIDEO_TW6869 [=m]
 Type  : tristate
 Prompt: TW6869
   Location:
     -> Device Drivers
       -> Multimedia support (MEDIA_SUPPORT [=y])
	 -> Media PCI Adapters (MEDIA_PCI_SUPPORT [=y])
   Defined at drivers/media/pci/tw6869/Kconfig:1
   Depends on: MEDIA_SUPPORT [=y] && MEDIA_PCI_SUPPORT [=y] && MEDIA_ANALOG_TV_SUPPORT [=y] && PCI [=y]
   Selects: VIDEOBUF2_DMA_CONTIG [=m]

make modules
bitbake recipe to build the kernel module out-of-tree with yocto
# tw6869 driver posted by Alexander Kudjashev in https://community.freescale.com/message/518226#518226

# needs kernel CONFIG: VIDEOBUF2_DMA_CONTIG

inherit module

PR = "r1"
PV = "1.2.0"

SRC_URI = "git://github.com/FrankBau/tw6869.git"
SRCREV = "798bd2a12994da723eb5ceb4f2051db3f1815b71"

SUMMARY = "tw6869 Linux kernel module"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"

S = "${WORKDIR}/git"

###### end of bitbake recipe 

tw6869's People

Contributors

frankbau avatar steudte avatar

Watchers

James Cloos avatar Dorian Apanel 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.