Open main menu

Wiki-Orange Pi β

Changes

Orange Pi Win Plus

2 bytes added, 09:45, 27 June 2022
Compile device driver
<br>
$ ./build.sh<br>
After compiled the kernel, there will be an orangepi_misc.ko file generated on the directory of lichee/linux-3.410/output/lib/modules/3.410.4165<br><div>[[文件:Orange-pi-pc2win-img86img23.png|800px]]</div>
<br>
There is will be a .ko module which generated after compiled file on the directory of OrangePi_misc.c on :<br><nowiki>*/lichee/linux-3.410/output/lib/modules/3.410.3965/<div/nowiki>[[文件:Orange-pi-pc2-img87.png|800px]]</divbr>It is generated after OrangePi_misc.c compilation.<br> Insert U disk (please note the SD card should have been written image) if the SD card system is mounted to the directory / dev / SDBsdb, SD card will have two sub mount points, respectively are / dev / sdb1 and /dev/sdb2. Two partition of SD card will automatically mount to the PC /media/ directory, the first partition is the boot partition and the second partition is the rootfs partition.
<div>[[文件:Orange-pi-i96-img55.png|800px]]</div>
<br>
Copy the OrangePi_misc.ko file to /media/*/lib/modules/3.410.3965.<br>$ cp OrangePi_misc.ko /media/*/lib/modules/3.410.3965<br>
<br>