Skip to content

FPGA Clock Configuration Device Driver Debian Package

Notifications You must be signed in to change notification settings

ikwzm/fclkcfg-kmod-dpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fclkcfg kernel module debian package

Overview

Introduction

This is a repository for making fclkcfg kernel module debian package.

Fclkcfg is a FPGA Clock Configuration Device Driver.

For details of fclkcfg, please refer to following URL.

Build Debian Package

Download repository

shell$ git clone --recursive --depth=1 -b v1.7.2 git://github.com/ikwzm/fclkcfg-kmod-dpkg
shell$ cd fclkcfg-kmod-dpkg

Cross Compile

Parameters

Parameter Name Description Default Value
kernel_release Kernel Release Name $(shell uname -r)
arch Architecture Name $(shell uname -m | sed -e s/arm.*/arm/ -e s/aarch64.*/arm64/)
deb_arch Debian Architecture Name $(shell dpkg --print-architecture)
kernel_src_dir Kernel Source Directory /lib/modules/$(kernel_release)/build
shell$ sudo debian/rules arch=arm deb_arch=armhf kernel_release=5.4.47-armv7-fpga kernel_src_dir=/usr/src/linux-5.4.47-armv7-fpga binary
    :
    :
    :
shell$ file ../fclkcfg-5.4.47-armv7-fpga_1.7.2-1_armhf.deb
../fclkcfg-5.4.47-armv7-fpga_1.7.2-1_armhf.deb: Debian binary package (format 2.0)

Self Compile

shell$ sudo debian/rules binary
    :
    :
    :
shell$ file ../fclkcfg-5.4.47-armv7-fpga_1.7.2-1_armhf.deb
../fclkcfg-5.4.47-armv7-fpga_1.7.2-1_armhf.deb: Debian binary package (format 2.0)

About

FPGA Clock Configuration Device Driver Debian Package

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published