Jump to content

Does debian image for A20 has audio support and can be flashed to NAND memory


gurpartap

Recommended Posts

I want to use debian wheezy for Olimex A20-micro. Please let me know whether it supports recording from microphone connector and audio out to headphone connector on board.Does there any audio breaking issues with this image or any other debian image.

 

How to install it on Nand Memory of A20-micro board.

Link to comment
Share on other sites

Kernel 3.4.108 should work with audio and NAND.

 

I am not sure about mic if Olimex micro has it or if it is wired to connector but the feature works on some other A20 boards which I have. I haven't done any deep tests so can't say anything about quality. I also haven't noticed any complains about audio breaking.

 

How to install it on Nand Memory of A20-micro board.

 

There is a nand-sata-installer script in /root... run it and follow instructions. If you run into troubles - check faq or ask here.

Link to comment
Share on other sites

Kernel 3.4.x doesn't have DT but Allwinner FEX files which does the same and where GPIOS are defined. Hard to say if this will be hard for you.

 

There are plenty howto-s for this. Essentially you need to edit script.fex file (located in /boot) ... which you need to unpack from script.bin and pack back.

 

Utilities for this are on all images: bin2fex and fex2bin

 

 

For naming and pin location refer to board manual. Each board is/can be wired different.

Link to comment
Share on other sites

Hi, 

 

Which module provide the default sound config ? I want to use the output jack on a bananapi M1+. With the kernel 3.4.108, there is no sound device, nor loaded kernel. 

(I used a banapipro .fex file).

 

Thanks

Link to comment
Share on other sites

/proc/asound looks Ok : 

 

jkx@banana1 ~> cat /proc/asound/devices 
  2: [ 0- 0]: digital audio playback
  3: [ 0- 0]: digital audio capture
  4: [ 0]   : control
 33:        : timer
 
 
jkx@banana1 ~> cat /proc/asound/cards
 0 [sunxicodec     ]: sunxi-CODEC - sunxi-CODEC
                      sunxi-CODEC  Audio Codec
 
 
but aplay don't find any device.. 
 
jkx@banana1 ~> aplay -l
aplay: device_list:268: no soundcards found...
 
 
My config
========
- uname : Linux banana1 3.4.108-bananapi #6 SMP PREEMPT Sun Jul 12 07:23:19 CEST 2015 armv7l GNU/Linux
- not asoundrc .. 
 
 
jkx@banana1 ~> lsmod 
Module                  Size  Used by
wifi_gpio               6375  0 
ap6210                624553  0 
cpufreq_userspace       3524  0 
spidev                  6366  0 
a20_tp                  3365  0 
8021q                  18593  0 
garp                    6072  1 8021q
stp                     2032  1 garp
llc                     5365  2 stp,garp
sunxi_ir                4037  0 
hidp                   17640  0 
rfcomm                 58686  0 
hci_uart               25000  0 
bluetooth             264185  5 hidp,hci_uart,rfcomm
 
 
Thanks
 
 
 
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines