No Description

thead_admin c51f6df57c Linux_SDK_V1.1.2 1 year ago
kernel_mode f9a685e835 Linux_SDK_V0.9.5 1 year ago
test f9a685e835 Linux_SDK_V0.9.5 1 year ago
user_mode f9a685e835 Linux_SDK_V0.9.5 1 year ago
.gitignore f9a685e835 Linux_SDK_V0.9.5 1 year ago
Makefile f9a685e835 Linux_SDK_V0.9.5 1 year ago
README.md f9a685e835 Linux_SDK_V0.9.5 1 year ago

README.md

How to build

  • Just run ‘make’ to build kernel mode driver, user mode driver and test application.

Find all the binaries in following folders:

  • output/rootfs/bsp/ivs/ko: kernel mode driver
  • output/rootfs/bsp/ivs/lib: user mode driver static linked library and dynamic linked library
  • output/rootfs/bsp/ivs/test: test application

Description of each directories

  • kernel_mode: kernel mode driver source
  • user_mode: user mode driver source
  • test: test application source