Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 2G-IoT

164 bytes removed, 14:32, 28 June 2022
Orange Pi Driver development
== '''Orange Pi Driver development''' ==
<br>
 In order to help developers become more familiar with OrangePiOrange Pi, this manual describes how to use simple instruction will make a brief illustration on device driver modules module and applications on the development boardapplication program. <br>
<br>
Hardware: Orange Pi development board*1, Card reader*1, TF card*1, power supply*1
<div style="padding-left:200px;">[[File:Orange-pi-zero2g-img4iot-img5.png|600px]]</div>
<br>
=== '''Device driver and application programming''' ===
=== '''Compile device driver''' ===
<br>
Copy the OrangePi_misc.c to the */licheetrunk/linux-3.4kernel/driver/misc directory:<br><div>[[File:Orange-pi-pc2-img83.png|800px]]</div><br>Enter to */licheetrunk/linux-3.4kernel/driversdriver/misc/, and modify makefile<br><div>[[File:Orange-pi-pc2-img84.png|800px]]</div><br>
Modify Makefile on currently file, shown as following:
<div>[[File:Orange-pi-i96-img53.png|800px]]</div>