[linux-sunxi] Re: UART1 on A13-olinuxino not working through GPIO

2014-02-14 Thread Юрий Пухальский
I'm using the new kernel, so no script.bin there:) In my dts I've only added UART3 and set pins_a for the UART1 uart1: serial@01c28400 { pinctrl-names = default; pinctrl-0 = uart1_pins_a; status = okay; }; uart3: serial@01c28c00 { pinctrl-names = default; pinctrl-0 = uart3_pins; status =

Re: [linux-sunxi] Testing of Line In my A20 board.

2014-02-14 Thread Puneet B
Hi , Finally i got audio output through hdmi without passing command. Here my Update. I remover etc/asound.conf file. in vi /usr/share/alsa/alsa.conf defaults.ctl.card 1 //changed 0 to 1 defaults.pcm.card 1 changed 0 to 1 defaults.pcm.device 0 Now hdmi output working fine. Now i

Re: [linux-sunxi] Testing of Line In my A20 board.

2014-02-14 Thread Puneet B
But how to get audio in both head phone jack and in HDMI. means without changing card in alsa.conf. because in real time, user dont want to change card number every time. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To

Re: [linux-sunxi] Testing of Line In my A20 board.

2014-02-14 Thread Code Kipper
Hi Puneet, you're going to have to look into the alsa world for answers on this. I did have a similar issue a few years ago on my HTPC and I think this link helped solve it http://forum.xbmc.org/showthread.php?tid=70754. I haven't got the conf to hand to show you. I recall also looking here for

Re: [linux-sunxi] Installing desktop Linux on pocket Android computers, not found in tested hardware list?

2014-02-14 Thread Luc Verhaegen
On Wed, Feb 12, 2014 at 11:46:52AM -0800, Gavin Engel wrote: Hello Linux-Sunxi team, I hope you don't mind if I ask some questions here. I'll start with this: Is this group of yours working alongside engineers from Allwinner? Or is this basically a standalone effort to help Linux run on

[linux-sunxi] allwinner chips and industrial world

2014-02-14 Thread Stéphane ANCELOT
Hi, A french company I know claims that using an allwinner chip in an industrial solution is not a good idea and good solution ( for perennety and some other reasons) I don't think so, but please can you arg ? Regards, S.Ancelot -- You received this message because you are subscribed

Re: [linux-sunxi] allwinner chips and industrial world

2014-02-14 Thread jonsm...@gmail.com
On Fri, Feb 14, 2014 at 8:38 AM, Stéphane ANCELOT sance...@free.fr wrote: Hi, A french company I know claims that using an allwinner chip in an industrial solution is not a good idea and good solution ( for perennety and some other reasons) Do you need wide temperature range? Do you need

[linux-sunxi] Re: allwinner chips and industrial world

2014-02-14 Thread Rosimildo DaSilva
This is true not just for AW, but to most of the mass production chips out there. Industrial applications usually requires wider ranges of temperature, and the availability of parts is a must for 15-25 years. Do you really believe that you can buy CB or Beagles 15 years from now ? R On

[linux-sunxi] Re: allwinner chips and industrial world

2014-02-14 Thread dudo
On Friday, February 14, 2014 2:38:16 PM UTC+1, Stephane Ancelot wrote: Hi, A french company I know claims that using an allwinner chip in an industrial solution is not a good idea and good solution ( for perennety and some other reasons) Which other reasons? -- You received this

[linux-sunxi] Re: Openwrt for the Cubieboard

2014-02-14 Thread kelvinho84
Hi, How does install to A10 cubieboard? Thanks, Kelvin On Wednesday, November 6, 2013 5:06:16 PM UTC+8, Benjamin Henrion wrote: Hi, I compiled the trunk version of openwrt for the cubie a10 here: http://filez.zoobab.com/openwrt/sunxi/ Gonna make other builds for A20 and

Re: [linux-sunxi] Re: Openwrt for the Cubieboard

2014-02-14 Thread Zoltan HERPAI
http://wiki.openwrt.org/toh/cubietech/cubieboard http://wiki.openwrt.org/doc/hardware/soc/soc.allwinner.sunxi#installation.process Of course, you'll need to use the relevant u-boot image built - you can select it in the menuconfig under Boot loaders. Regards, -w- On Fri, 14 Feb 2014,

Re: [linux-sunxi] [PATCH u-boot 2/3] ahci: wait longer for link.

2014-02-14 Thread Hans de Goede
Hi, On 02/13/2014 06:51 PM, Henrik Nordström wrote: ons 2014-02-12 klockan 16:59 +0100 skrev Hans de Goede: 1) Is the addition of arch/arm/cpu/armv7/cmd_boot.c really necessary, it is the same as common/cmd_boot.c except for the invalidate_icache_all() call which according to Marek should

[linux-sunxi] Re: [PATCH 3.4] sunxi-hdmi: Add 2 pixelclock overrides for 1280x800 hdmi projectors

2014-02-14 Thread Hans de Goede
Hi, On 02/12/2014 10:43 PM, Jonathan Liu wrote: On 13/02/2014 3:34 AM, Hans de Goede wrote: The sunxi video PLL-s can unfortunately not make any random clock encountered in EDID info. So hdmi_edid.c has a table to override the pixelclocks in some EDID provided modes to a value which the PLL-s

Re: [linux-sunxi] [PATCH 3.4] sunxi-hdmi: Add 2 pixelclock overrides for 1280x800 hdmi projectors

2014-02-14 Thread Hans de Goede
Hi, On 02/12/2014 06:07 PM, Siarhei Siamashka wrote: On Wed, 12 Feb 2014 17:34:48 +0100 Hans de Goede hdego...@redhat.com wrote: The sunxi video PLL-s can unfortunately not make any random clock encountered in EDID info. So hdmi_edid.c has a table to override the pixelclocks in some EDID

Re: [linux-sunxi] UART1 on A13-olinuxino not working through GPIO

2014-02-14 Thread Maxime Ripard
Hi, On Thu, Feb 13, 2014 at 04:09:14PM -0800, Юрий Пухальский wrote: Hello! I have an A13-olinuxino board with 3.13-rc4 kernel from sunxi-next branch (from December I think). I have a custom hardware which should talk to the A13 by serial line. What kind of hardware is that? Atm it's

Re: [linux-sunxi] UART1 on A13-olinuxino not working through GPIO

2014-02-14 Thread Юрий Пухальский
On Sat, Feb 15, 2014 at 12:12 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, Good evening, Maxime! On Thu, Feb 13, 2014 at 04:09:14PM -0800, Юрий Пухальский wrote: Hello! I have an A13-olinuxino board with 3.13-rc4 kernel from sunxi-next branch (from December I