[linux-sunxi] Slow startup of Qt app

2014-07-10 Thread Ryang HaeDong
Hi, everyone. My Qt application is very slow on first startup. My board is a Allwinner A10 (sun4i linux 3.0.8 + qt everywhere 4.7.1). When I first try to start my application (with -qws) the screen remains blank for about 4s. I then briefly get a green background and a mouse pointer before

[linux-sunxi] Re: [PATCH v4 3/6] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

2014-07-10 Thread Lee Jones
On Wed, 09 Jul 2014, Chen-Yu Tsai wrote: The Allwinner A23 SoC has a PRCM unit like the previous A31 SoC. The differences are the AR100 clock can no longer be modified, the APB0 clock has different divisors, and some clock gates are gone. This patch adds a compatible with a modified

Re: [linux-sunxi] Slow startup of Qt app

2014-07-10 Thread Bastiaan van den Berg
Just a guess, did you check if your hostname can be resolved? Add the hostname to /etc/hosts with ip 127.0.0.1 ..​ This often creates similar delays on many applications, like you described. -- buZz -- You received this message because you are subscribed to the Google Groups linux-sunxi

[linux-sunxi] Re: GSoC 2014 #0 status report - Improving Allwinner SoC support

2014-07-10 Thread Rosimildo DaSilva
Nice to hear that! Hopefully AW get out of their a*s, and provide helpful documentation and perhaps, also some monetary incentive as well! It will be nice to see at the end of the project a full mainlined implementation with nice Graphics ( media ) capabilities which are differential of

Re: [linux-sunxi] Slow startup of Qt app

2014-07-10 Thread Ryang HaeDong
Thanks for your guess. As you said I did check the /etc/hosts. 127.0.0.1 localhost On Thursday, July 10, 2014 5:40:51 PM UTC+8, Bastiaan van den Berg wrote: Just a guess, did you check if your hostname can be resolved? Add the hostname to /etc/hosts with ip 127.0.0.1 ..​ This often

Re: [linux-sunxi] Slow startup of Qt app

2014-07-10 Thread Bastiaan van den Berg
No, i mean the hostname of your installation. Check whats in /etc/hostname Put -that- in /etc/hosts with 127.0.0.1 as ip ​ -- buZz -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it,

Re: [linux-sunxi] GSoC 2014 #0 status report - Improving Allwinner SoC support

2014-07-10 Thread Hans de Goede
Hi Emilio, On 07/10/2014 05:41 AM, Emilio López wrote: Hi everyone, As some of you may know, I'm currently participating in Google Summer of Code under the Linux Foundation, working on a proposal titled Improve Allwinner SoCs support on mainline Linux. There is a great quantity of devices

Re: [linux-sunxi] GSoC 2014 #0 status report - Improving Allwinner SoC support

2014-07-10 Thread jonsm...@gmail.com
On Wed, Jul 9, 2014 at 11:41 PM, Emilio López emi...@elopez.com.ar wrote: Hi everyone, As some of you may know, I'm currently participating in Google Summer of Code under the Linux Foundation, working on a proposal titled Improve Allwinner SoCs support on mainline Linux. There is a great

Re: [linux-sunxi] GSoC 2014 #0 status report - Improving Allwinner SoC support

2014-07-10 Thread jonsm...@gmail.com
On Thu, Jul 10, 2014 at 8:32 AM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Wed, Jul 9, 2014 at 11:41 PM, Emilio López emi...@elopez.com.ar wrote: Hi everyone, As some of you may know, I'm currently participating in Google Summer of Code under the Linux Foundation, working on a proposal

[linux-sunxi] configure lcdc in u-boot do not working, any suggestion?

2014-07-10 Thread jacky lau
I has a AllWinner A10 board which with a 480x800 LCD panel connected. I want to configure the lcdc in u-boot. But after setting the registers, no signal output in LCD0_xxx pin. Below is my u-boot commands, do I miss anything? # port config, set PDx to LCD0_x base 0x01c20800 mw 0x6c 0x

[linux-sunxi] linux-sunxi.org is down

2014-07-10 Thread Yassin Jaffer
Can someone give us update on why the website is down? Yassin jaffer -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For

Re: [linux-sunxi] linux-sunxi.org is down

2014-07-10 Thread Luc Verhaegen
On Fri, Jul 11, 2014 at 12:18:55AM +1000, Yassin Jaffer wrote: Can someone give us update on why the website is down? Yassin jaffer Apparently, the hosting provider had to do some maintainance, and the linux-sunxi.org vhost didn't come back up. We are now waiting for Alejandro Mery becoming

Re: [linux-sunxi] linux-sunxi.org is down

2014-07-10 Thread ditmar . rose
linux-sunxi.org is up ! -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options, visit

Re: [linux-sunxi] GSoC 2014 #0 status report - Improving Allwinner SoC support

2014-07-10 Thread jonsm...@gmail.com
On Thu, Jul 10, 2014 at 8:38 AM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Thu, Jul 10, 2014 at 8:32 AM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Wed, Jul 9, 2014 at 11:41 PM, Emilio López emi...@elopez.com.ar wrote: Hi everyone, As some of you may know, I'm currently

Re: [linux-sunxi] GSoC 2014 #0 status report - Improving Allwinner SoC support

2014-07-10 Thread jonsm...@gmail.com
On Thu, Jul 10, 2014 at 12:13 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Thu, Jul 10, 2014 at 8:38 AM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Thu, Jul 10, 2014 at 8:32 AM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Wed, Jul 9, 2014 at 11:41 PM, Emilio López

[linux-sunxi] Re: GSoC 2014 #0 status report - Improving Allwinner SoC support

2014-07-10 Thread Maxime Ripard
Hi, On Thu, Jul 10, 2014 at 12:41:03AM -0300, Emilio López wrote: Hi everyone, As some of you may know, I'm currently participating in Google Summer of Code under the Linux Foundation, working on a proposal titled Improve Allwinner SoCs support on mainline Linux. There is a great quantity

[linux-sunxi] Experimenting with eu3000 board

2014-07-10 Thread Adilson Oliveira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello folks First of all, let me thank you for the amazing work done by this group. I stumbled upon the linux-sunxi website recently and decide to rekindle my interest in embedded devices using a eu3000. I just done a few quick experiments here,

Re: [linux-sunxi] Re: GSoC 2014 #0 status report - Improving Allwinner SoC support

2014-07-10 Thread jonsm...@gmail.com
On Thu, Jul 10, 2014 at 4:39 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Thu, Jul 10, 2014 at 12:41:03AM -0300, Emilio López wrote: Hi everyone, As some of you may know, I'm currently participating in Google Summer of Code under the Linux Foundation, working on a

Re: [linux-sunxi] Experimenting with eu3000 board

2014-07-10 Thread jonsm...@gmail.com
On Thu, Jul 10, 2014 at 4:59 PM, Adilson Oliveira adil...@adilson.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello folks First of all, let me thank you for the amazing work done by this group. I stumbled upon the linux-sunxi website recently and decide to rekindle my

Re: [linux-sunxi] Re: GSoC 2014 #0 status report - Improving Allwinner SoC support

2014-07-10 Thread Russell King - ARM Linux
On Thu, Jul 10, 2014 at 06:40:42PM -0400, jonsm...@gmail.com wrote: On Thu, Jul 10, 2014 at 4:39 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: So they just implement a cyclic-like behaviour in software? From what I can tell the Allwinner hardware will just cycle on a single

Re: [linux-sunxi] Experimenting with eu3000 board

2014-07-10 Thread Adilson Oliveira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Em 10-07-2014 19:51, jonsm...@gmail.com escreveu: Hello Jon I played with the EU3000 for a while. You can write the NAND using LiveSuit. But that was about a year ago. I was able to decompress, replace the root file system and compress again

Re: [linux-sunxi] Experimenting with eu3000 board

2014-07-10 Thread jonsm...@gmail.com
On Thu, Jul 10, 2014 at 7:00 PM, Adilson Oliveira adil...@adilson.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Em 10-07-2014 19:51, jonsm...@gmail.com escreveu: Hello Jon I played with the EU3000 for a while. You can write the NAND using LiveSuit. But that was about a year

Re: [linux-sunxi] Experimenting with eu3000 board

2014-07-10 Thread Adilson Oliveira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Em 10-07-2014 20:24, jonsm...@gmail.com escreveu: On Thu, Jul 10, 2014 at 7:00 PM, Adilson Oliveira adil...@adilson.net wrote: Em 10-07-2014 19:51, jonsm...@gmail.com escreveu: Hello Jon I played with the EU3000 for a while. You can

Re: [linux-sunxi] Experimenting with eu3000 board

2014-07-10 Thread ditmar . rose
Hi Adilson, you didnt mention that you also read the wiki. Do you know http://linux-sunxi.org/Main_Page There is a lot of information about nand as well as building images. Dont forget to chek the boads and the new device howto http://linux-sunxi.org/New_Device_howto -- You received this