Skip to content

vthanhkhoa/Dev-Driver_LED-Driver-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dev-Driver_LED-Driver-App

Description

Simple led driver build-in on BeagleBone Black, using an application to control on, off, blink led and read led's state

Connection

Led -> GPIO27 (GPIO0_27) or P8_17

Using

Step 1: make file .ko, using cross-compile from x86 host

make

Step 2: make app.exe

make app

Step 3: copy from host to board

scp app x.ko debian@192.168.x.x:/home/debian

Step 4: load driver to kernel to use

insmod x.ko
./app

Demo video

Link demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published