Re: [linux-sunxi] Linux boots but Android fails to boot

2014-02-13 Thread Dave McLaughlin
I found the fault. I'm posting here as others may come across the same issue and it is handy find the reasons. There was a conditional in one of the Android.mk files that was preventing the display.c file from being compiled. After I removed the condition, the software now builds and run albeit

[linux-sunxi] Re: [U-Boot] [PATCH v2 00/13] ARMv7: add PSCI support to u-boot

2014-02-13 Thread Albert ARIBAUD
Hi Marc, On Sat, 7 Dec 2013 11:19:05 +, Marc Zyngier wrote: > PSCI is an ARM standard that provides a generic interface that > supervisory software can use to manage power in the following > situations: > - Core idle management > - CPU hotplug > - big.LITTLE migration models > - System shut

[linux-sunxi] Re: [U-Boot] [PATCH v2 00/13] ARMv7: add PSCI support to u-boot

2014-02-13 Thread Marc Zyngier
Hi Albert, On 13/02/14 10:11, Albert ARIBAUD wrote: > Hi Marc, > > On Sat, 7 Dec 2013 11:19:05 +, Marc Zyngier > wrote: > >> PSCI is an ARM standard that provides a generic interface that >> supervisory software can use to manage power in the following >> situations: >> - Core idle managem

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

2014-02-13 Thread Puneet B
Hi, I have Line in connector in my A20 board. Now how can i test it. In my audio jack is working fine. Is i need to select any proper driver. Kindly suggest me. Regards Punith -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe

[linux-sunxi] Re: A20 + OV5640 (parallel) issues

2014-02-13 Thread Ivan Kozic
Hi all, Ok, I'll bump the post with my own findings, as I see several views but no replies. So, basically, there's something wrong going on in DEFE/DEBE - there is a bit of mess in the drivers (drivers/video/sunxi/disp), so I cannot really say what is causing the issue, but the culprit is that

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

2014-02-13 Thread Jonathan Liu
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 can actually make close to the real value. This co

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

2014-02-13 Thread net147
On Thursday, 13 February 2014 03:34:48 UTC+11, 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 can actually

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

2014-02-13 Thread Gavin Engel
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 their SoC? -- You received this message because you are subscribe

Re: [linux-sunxi] sun5i_csi0 Difficulties

2014-02-13 Thread Neal Peacock
I put in a simple patch to initialize one of the related variables on sun4i csi. If you can find that it might be related, I never put the same fix in for sun5i but I think it had the same problem. On Feb 8, 2014 10:01 AM, "hunter hu" wrote: > Hi, > > I am having a hard time to get sun5i_csi0 wo

Re: [linux-sunxi] sun5i_csi0 Difficulties

2014-02-13 Thread Neal Peacock
Never mind looks like you got a handle on it. On Feb 13, 2014 9:42 AM, "Neal Peacock" wrote: > I put in a simple patch to initialize one of the related variables on > sun4i csi. If you can find that it might be related, I never put the same > fix in for sun5i but I think it had the same problem.

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

2014-02-13 Thread Henrik Nordström
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 not be necessary. It is for standalone programs start

[linux-sunxi] gslx680 Touch screen driver issue.

2014-02-13 Thread Nathan Buckley
Hi Guys, I'm hoping someone will be able to help me with an issue I've been having. For the last few days I've been trying to get a touchscreen working. The touchscreen is a gslx680. The device is a A13 whitelabel tablet. I have it booting up into Ubuntu - Xfce4, it's using the 3.4 linux sunix

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

2014-02-13 Thread Henrik Nordström
ons 2014-02-12 klockan 17:00 +0100 skrev Marek Vasut: > You need to sync the two branches you have first though ... Sure. But you need to do most of the same work anyway to preserve reasonable pieces of history on who have contributed to what. Regards Henrik -- You received this message becau

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

2014-02-13 Thread Gerardo Di Iorio
hi punnet, try to see this docs http://docs.cubieboard.org/tutorials/common/begining_on_lubuntu section Headphone Jack 2014-02-13 12:51 GMT+01:00 Puneet B : > Hi, > > I have Line in connector in my A20 board. > > Now how can i test it. > > In my audio jack is working fine. > > Is i need to sele

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

2014-02-13 Thread Юрий Пухальский
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. Atm it's connected to GPIO2 pins 12,14 (and GND) which is PE10&PE11 pins. But that doesn't work. I try to connect the ha

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

2014-02-13 Thread Dave McLaughlin
I am not familiar with the A13 but as the A20 works in a similar fashion this may help you. Have you modified the script.bin to change UART1 to PE10 and PE11? According to the A13 schematic, the IC has UART1 mapped to PG3 and PG4 and this appears to be the default. If you have nothing on the U

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

2014-02-13 Thread Puneet B
Hi Gerardo, Actually i want to test LINE IN connector in my board. I did not get anything from your link. Can you kindly explain how can i test LINE IN connector in my A20 board? And also i not getting any audio through hdmi. I fallowed same procedure. my sound card devices are: aplay -l c

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

2014-02-13 Thread Code Kipper
Hi Puneet, I've looked a bit at the sound driver but have yet to test any line inputs. I can confirm that hdmi audio works; this I verified using soundtest, mplayer and xbmc. It's been a while since I've looked at hdmi audio but here is the notes that I made at the time. test the hdmi speakers spea

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

2014-02-13 Thread Puneet B
Hi CodeKipper, speaker-test -twav -c2 -Dhw:1,0 mplayer -ao alsa:device=hw=1.0 *.flac both are working fine. i am getting audio through hdmi. i have set capture_audio in script also. but how can i get audio through hdmi without passing any command. Kindly suggest me. Regards Punith -- You