Re: [linux-sunxi] sunxi-3.4 display driver dpms bug?

2014-07-24 Thread Neal Peacock
Isn't that expected? The last command turned it off, did you try turning it back on? On Jul 24, 2014 7:04 AM, Jens Thiele ka...@karme.de wrote: if I do: P=/sys/devices/platform/disp/graphics/fb0/blank echo 4 $P; echo 4 $P sleep 1 echo 0 $P the display is switched off and i can't switch

Re: [linux-sunxi] Current state of a31 kernel

2014-07-04 Thread Neal Peacock
think the A31 will work well for you but you probably won't find much help in the community. Thanks. --Neal Peacock On Jul 4, 2014 2:10 AM, uli.ra...@gmail.com wrote: Hi, Since quite some time I have been giving courses on embedded system and lately using a10 tablets for this purpose. I am now

Re: [linux-sunxi] Re: New board: Merrii M2 (A20)

2014-05-18 Thread Neal Peacock
Quick tangent, what's NDH stand for? Thanks On Mar 18, 2014 9:55 PM, Luc Verhaegen l...@skynet.be wrote: On Mon, Mar 17, 2014 at 04:49:14PM -0700, abell...@rioservice.com wrote: Hi, I bought two of these boards and am trying to make them work with Linux. Did you copy the modified u-boot

Re: [linux-sunxi] Livesuite image building tools

2014-04-10 Thread Neal Peacock
Last time I tried the sunxi-bsp tools they weren't working and I didn't see much interest in fixing them (myself included). The lichee tools are going to have no support unless you buy a Dev kit from wits but wits is actually very helpful if you do. I had the Lichee tools for a31 and they worked

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-11 Thread Neal Peacock
Answers in line. Thanks On Mar 9, 2014 11:34 AM, hunter hu hunterhu...@gmail.com wrote: Hi Neal, Thanks for that. I have no idea about the magic signing value, I have 3 questions and comments: 1 If I just use the original nandb.img which was dd out of the nand itself, will that still be

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-09 Thread Neal Peacock
Hello, Seems like the structure was /dev/nandb u-boot.env with magic signing value /dev/nandc the linux kernel, just dd copied on, make sure to clear with zero in case yours its smaller /dev/nandX the root partition, which was defined in the u-boot.env, so you could make it whatever you

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Neal Peacock
Here is a link for what I did on the PengPod where we used the original u-boot from Android. http://pengpod.com/pengwiki/index.php?title=Install_Linaro_to_the_internal_flash The only trick not listed was the u-boot environment had to be signed, I can't remember the name of the tool but its

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 hunterhu...@gmail.com wrote: Hi, I am having a hard time to

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 kulimandpho...@gmail.com 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

Re: [linux-sunxi] Seeking consultant for Linux-Sunxi integration project

2014-01-08 Thread Neal Peacock
On Jan 6, 2014 3:00 AM, Olliver Schinagl oliver+l...@schinagl.nl wrote: On 03-01-14 14:30, Neal Peacock wrote: On Jan 3, 2014 5:01 AM, Olliver Schinagl oliver+l...@schinagl.nl mailto:oliver%2bl...@schinagl.nl wrote: On 01-01-14 04:54, npeacock wrote: I am looking for someone

[linux-sunxi] Seeking consultant for Linux-Sunxi integration project

2013-12-31 Thread Neal Peacock
devices, but the company will want see a resume. I'll put you in touch directly about wages in all after we have our QA. No on site work required, test devices will be sent to you. Thanks. -- Neal Peacock PengPod -- You received this message because you are subscribed to the Google Groups

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2013-12-28 Thread Neal Peacock
Sorry to not post inline, I'm on my phone but didn't want to forget to comment. Have you looked into differences in bluez between the working Android and not working Linux? On my a31 devices that was the Bluetooth fix for a similar chip set. Bluez had to support a different serial protocol if I