Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP SMARC iMX6

No change in size, 10:06, 22 June 2016
no edit summary
* To stop receiving data, press '''Ctrl+C''' in the listening device.
 
== Get sound out (audio out) ==
 
Connect an external output audio device to the 3.5mm jack Audio Out connector in the board, such as external stereo powered speakers.
 
The amplifiers for the headset output are disabled by default, so the first thing you'll do is enable these amplifiers with:
 
$ amixer set -D hw:0 'PCM' 0dB
$ amixer set -D hw:0 'HP DAC' 0dB
 
Then you can easily play a *.wav sound with the application Aplay, for example:
 
$ aplay /usr/share/sounds/alsa/Side_Left.wav
== Get sound in (audio in) ==
When ever you think you want to stop recording just press CTRL+C
 
== Get sound out (audio out) ==
 
Connect an external output audio device to the 3.5mm jack Audio Out connector in the board, such as external stereo powered speakers.
 
The amplifiers for the headset output are disabled by default, so the first thing you'll do is enable these amplifiers with:
 
$ amixer set -D hw:0 'PCM' 0dB
$ amixer set -D hw:0 'HP DAC' 0dB
 
Then you can easily play a *.wav sound with the application Aplay, for example:
 
$ aplay /usr/share/sounds/alsa/Side_Left.wav
== Install firmware in eMMC ==
0
edits