EasyManua.ls Logo

Orange Pi Zero - Testing Ubuntu Core Driver Functionality

Orange Pi Zero
19 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Shenzhen Xunlong Software Co., Limited
11
Install and run your first Snaps —— Hello, enter the following command:
You could refer to the official website about how to develop and use Ubuntu Core
Snaps and snapcraft file: https://snapcraft.io/docs/
Ubuntu Core file: https://docs.ubuntu.com/core/en/
5.Test example for Ubuntu Core driver
User Snappy wiringop-zero to test the function of GPIO
Install wiringop-zero(for now it is on edge channel) from Orange Pi store
Connect plug-in unit of wiringop-zero and core
1.
2.
$ snap connect wiringop-zero:physical-memory-control
core:physical-memory-control
$ snap connect wiringop-zero:physical-memory-observe
core:physical-memory-observe
Test the function of GPIO (same as other images)
Test the function of playback and recording
Install alsa-utils
Use the relevant commands
1.
2.
$ sudo snap install hello
$ hello
1.
$ sudo snap install wiringop-zero --edge
1.
2.
3.
4.
1.
$ sudo snap install alsa-utils
1.
2.
3.
$ sudo aplay -l
$ sudo alsamixer
$ sudo aplay test.wav

Related product manuals