[linux-sunxi] Sun8i (A23) spotted in the wild.

2013-12-18 Thread Luc Verhaegen
at the device page: http://linux-sunxi.org/Ippo_q8h Luc Verhaegen. -- 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...@googlegroup

Re: [linux-sunxi] Sun8i (A23) spotted in the wild.

2013-12-19 Thread Luc Verhaegen
On Thu, Dec 19, 2013 at 08:56:07AM -0500, jonsm...@gmail.com wrote: > On Wed, Dec 18, 2013 at 6:32 PM, Luc Verhaegen wrote: > > I tried to order myself one of those cheap Q88 tablets with an A13 just > > now. Big was my surprise when i got it and popped it open, as i was > &

Re: [linux-sunxi] Sun8i (A23) spotted in the wild.

2013-12-20 Thread Luc Verhaegen
On Thu, Dec 19, 2013 at 12:32:24AM +0100, Luc Verhaegen wrote: > I tried to order myself one of those cheap Q88 tablets with an A13 just > now. Big was my surprise when i got it and popped it open, as i was > staring at an A23. > > Bad news all round really: > * fully locke

[linux-sunxi] [PATCH] sunxi: Add Inet K70HC device

2014-01-02 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen --- board/sunxi/Makefile |1 + board/sunxi/dram_inet_k70hc.c | 31 +++ boards.cfg|1 + 3 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 board/sunxi/dram_inet_k70hc.c diff --git a

[linux-sunxi] [PATCH] add inet k70hc

2014-01-02 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen --- sys_config/a20/inet_k70hc.fex | 1008 + 1 files changed, 1008 insertions(+), 0 deletions(-) create mode 100644 sys_config/a20/inet_k70hc.fex diff --git a/sys_config/a20/inet_k70hc.fex b/sys_config/a20/inet_k70hc.fex new

Re: [linux-sunxi] [PATCH] add inet k70hc

2014-01-02 Thread Luc Verhaegen
On Thu, Jan 02, 2014 at 01:23:22PM +0100, Luc Verhaegen wrote: > Signed-off-by: Luc Verhaegen > --- > sys_config/a20/inet_k70hc.fex | 1008 > + > 1 files changed, 1008 insertions(+), 0 deletions(-) > create mode 100644 sys_config/a20/in

Re: [linux-sunxi] FOSDEM 2014, what do we want

2014-01-02 Thread Luc Verhaegen
project. If you wanted an upstream linux kernel talk for sunxi, you should've filed a separate talk. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving ema

[linux-sunxi] [PATCH] wireless:rtl8188eu: add usb id for rtl8188etv

2014-01-02 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen --- .../net/wireless/rtl8188eu/os_dep/linux/usb_intf.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/rtl8188eu/os_dep/linux/usb_intf.c b/drivers/net/wireless/rtl8188eu/os_dep/linux/usb_intf.c index 8b85338..fbe0a7f

[linux-sunxi] sunxi-3.4: make life easier for rtl8188etv users.

2014-01-02 Thread Luc Verhaegen
change which affects only a single driver in the stage branch. There is nothing that can break which cannot be either build tested or which could be a regression. With this change in sunxi-3.4 some wiki cleanup will take place. Luc Verhaegen. -- You received this message because you are

Re: [linux-sunxi] [PATCH] wireless:rtl8188eu: add usb id for rtl8188etv

2014-01-02 Thread Luc Verhaegen
lied. Ouch :( And still our wiki is littered with the workarounds/patches :( Luc Verhaegen. -- 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

Re: [linux-sunxi] [PATCH] sunxi: Add Inet K70HC device

2014-01-02 Thread Luc Verhaegen
On Thu, Jan 02, 2014 at 03:17:16PM +0100, Hans de Goede wrote: > Hi, > > On 01/02/2014 12:37 PM, Luc Verhaegen wrote: >> Signed-off-by: Luc Verhaegen > > Thanks, added to the u-boot-sunxi git repo sunxi branch. > > Regards, > > Hans Thanks! Luc Verhaegen. --

[linux-sunxi] [PATCH] a20: fix up inet_k70hc wifi

2014-01-02 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen --- sys_config/a20/inet_k70hc.fex |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/sys_config/a20/inet_k70hc.fex b/sys_config/a20/inet_k70hc.fex index 66fd3cc..cec3b97 100644 --- a/sys_config/a20/inet_k70hc.fex +++ b/sys_config/a20

Re: [linux-sunxi] [PATCH] a20: fix up inet_k70hc wifi

2014-01-02 Thread Luc Verhaegen
On Fri, Jan 03, 2014 at 02:01:54AM +0100, Luc Verhaegen wrote: > Signed-off-by: Luc Verhaegen > --- > sys_config/a20/inet_k70hc.fex |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) With this patch on top, i think that the inet k70hc is well enough supported to be

[linux-sunxi] sunxi-3.4 usb and rtl8188 regressions.

2014-01-03 Thread Luc Verhaegen
from android, and it will just work. This kills one of the main advantages of our project, and puts us in the same league as all the other ARM SoCs: only a handful of development boards work. This is totally unacceptable. Luc Verhaegen. -- You received this message because you are subscrib

Re: [linux-sunxi] sunxi-3.4 usb and rtl8188 regressions.

2014-01-03 Thread Luc Verhaegen
On Fri, Jan 03, 2014 at 01:00:48PM +0100, Luc Verhaegen wrote: > Hi, > > I have just brought up a new a20 tablet and upgraded the kernel on my > a10 tablet from sunxi-3.0 to sunxi-3.4. And here are my findings. > > My a20 tablet comes with RTL8188ETV wifi, attached to

Re: [linux-sunxi] [PATCH] wireless:rtl8188eu: add usb id for rtl8188etv

2014-01-03 Thread Luc Verhaegen
On Fri, Jan 03, 2014 at 08:19:06PM +0100, Alejandro Mery wrote: > On 02/01/14 20:52, Luc Verhaegen wrote: >> Signed-off-by: Luc Verhaegen >> --- >> .../net/wireless/rtl8188eu/os_dep/linux/usb_intf.c |1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >

Re: [linux-sunxi] sunxi-3.4 usb and rtl8188 regressions.

2014-01-03 Thread Luc Verhaegen
On Fri, Jan 03, 2014 at 01:00:48PM +0100, Luc Verhaegen wrote: > Hi, > > I have just brought up a new a20 tablet and upgraded the kernel on my > a10 tablet from sunxi-3.0 to sunxi-3.4. And here are my findings. > > My a20 tablet comes with RTL8188ETV wifi, attached to

Re: [linux-sunxi] Device list contribution procedure

2014-01-05 Thread Luc Verhaegen
Wiki, who should I contact to give all > the pictures, and others information? If you are interested. > > Best regards, > Alexis. We have this covered in our new device howto: http://linux-sunxi.org/New_Device_howto Please read through it carefully and execute the steps in it. Luc

[linux-sunxi] [PATCH] sun7i: defconfig: enable USB_SW_SUNXI_USB

2014-01-05 Thread Luc Verhaegen
This gives some of our device drivers (realtek usb wifi for instance) the ability to dynamically turn on/off USBCs. These config options match sun4i and sun5i. Signed-off-by: Luc Verhaegen --- arch/arm/configs/sun7i_defconfig |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff

Re: [linux-sunxi] Device list contribution procedure

2014-01-05 Thread Luc Verhaegen
ng device at the end, and everyone gets to enjoy the wiki page you have created along the way. Luc Verhaegen. -- 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

Re: [linux-sunxi] Device list contribution procedure

2014-01-06 Thread Luc Verhaegen
s the best way to get a known-good copy of > the config for a given board? The other option is listed as well: http://linux-sunxi.org/Retrieving_device_information#Using_the_original_OS You also need to get to android, to get the identification strings: http://linux-sunxi.org/New_Device_page#Ide

Re: [linux-sunxi] LVDS LCD no clock

2014-01-06 Thread Luc Verhaegen
> > I tried to tweak fex file but I haven't got anywhere. > > Regards. > Korneliusz Osmenda http://linux-sunxi.org/index.php?search=K1001L1C&title=Special%3ASearch reveals nothing. Are you working through the http://linux-sunxi.org/New_Device_howto at all? Luc Verhaeg

Re: [linux-sunxi] LVDS LCD no clock

2014-01-06 Thread Luc Verhaegen
t get my hands on this hw. Luc Verhaegen. -- 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, vis

Re: [linux-sunxi] LVDS LCD no clock

2014-01-06 Thread Luc Verhaegen
10, with the right script.bin. Could also be that this is like the supposed LVDS panels on all other supposed LVDS based tablets, and that it really is just switched to LCD. Imho this makes this very interesting hw that's going to need some special attention. Luc Verhaegen. -- You rece

Re: [linux-sunxi] LVDS LCD no clock

2014-01-06 Thread Luc Verhaegen
On Mon, Jan 06, 2014 at 08:18:03AM -0800, Korneliusz Osmenda wrote: > Do fill out that page more, and get us some pictures. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and s

Re: [linux-sunxi] LVDS LCD no clock

2014-01-06 Thread Luc Verhaegen
On Mon, Jan 06, 2014 at 01:55:36PM -0800, Korneliusz Osmenda wrote: > > > On Monday, January 6, 2014 8:15:29 PM UTC+1, Luc Verhaegen wrote: > > > > On Mon, Jan 06, 2014 at 08:18:03AM -0800, Korneliusz Osmenda wrote: > > > > > > > Do fill ou

Re: [linux-sunxi] LVDS LCD no clock

2014-01-06 Thread Luc Verhaegen
els which > is wrong and we fix this manually by writing directly in PLL registers > Tsvetan Where was this reported? Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receivin

Re: [linux-sunxi] new A20 fex file to add

2014-01-08 Thread Luc Verhaegen
On Wed, Jan 08, 2014 at 05:06:57PM -0500, jonsm...@gmail.com wrote: > Device is a20-rbox. > > It is a STB for use with www.reliableiptv.com > Please go through the motions: http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- You received this message because you are subsc

[linux-sunxi] [PATCH 3/4] boards: add a sduart version of sun5i

2014-01-09 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen --- boards.cfg |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/boards.cfg b/boards.cfg index 6ff6668..fee5bd3 100644 --- a/boards.cfg +++ b/boards.cfg @@ -191,6 +191,7 @@ sun4i_sd arm armv7 a10-evb

[linux-sunxi] [PATCH 2/4] allwinner libnand: add a handful of samsung nand id strings

2014-01-09 Thread Luc Verhaegen
These were taken from the equivalent kernel code. There are many more available, but that's for another time. You know where to look. Signed-off-by: Luc Verhaegen --- nand_sunxi/src/scan/nand_id.c | 17 +++-- 1 files changed, 11 insertions(+), 6 deletions(-) diff --

[linux-sunxi] [PATCH 4/4] sun5i board config: fix up default boot commands

2014-01-09 Thread Luc Verhaegen
They should now be actually useful, and the howtos will be updated. Also, it might be a good idea to add this to the sun4i config as well. Signed-off-by: Luc Verhaegen --- include/configs/sun5i_a13.h | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a

[linux-sunxi] u-boot/lichee-dev nand boot patches

2014-01-09 Thread Luc Verhaegen
, until we finally do get nand supported in our main u-boot repo. Luc Verhaegen. -- 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-sunx

[linux-sunxi] [PATCH 1/4] Make some fs/nand related related error messages visible

2014-01-09 Thread Luc Verhaegen
Helped to debug a previously unknown nand chip. Signed-off-by: Luc Verhaegen --- fs/fat/fat.c |6 +- nand_sunxi/nand_drv/nand_for_uboot.c | 14 -- nand_sunxi/src/scan/nand_scan.c |8 3 files changed, 17 insertions(+), 11 deletions

[linux-sunxi] [PATCH] sunxi:nand: add support for samsung K9GBG08U0M

2014-01-09 Thread Luc Verhaegen
: Luc Verhaegen --- drivers/block/sunxi_nand/src/scan/nand_id.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/block/sunxi_nand/src/scan/nand_id.c b/drivers/block/sunxi_nand/src/scan/nand_id.c index 7021894..7f0a76c 100644 --- a/drivers/block

Re: [linux-sunxi] SMP on A20

2014-01-11 Thread Luc Verhaegen
system/cpu/cpu0/cpufreq/scaling_governor And then your second core should be running all the time. Luc Verhaegen. -- 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

Re: [linux-sunxi] [PATCH] ARM: sun4i: dt: Add basic board support for LinkSprite pcDuino

2014-01-11 Thread Luc Verhaegen
xi.org/Device_Page_example ? Thanks, Luc Verhaegen. -- 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 mor

[linux-sunxi] [PATCH] nand-part: show size of nand blk device

2014-01-11 Thread Luc Verhaegen
It might be slightly useful to know this. Signed-off-by: Luc Verhaegen --- nand-part-main.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/nand-part-main.c b/nand-part-main.c index 274ce90..347ef17 100644 --- a/nand-part-main.c +++ b/nand-part-main.c

Re: [linux-sunxi] [PATCH 4/4] sun5i board config: fix up default boot commands

2014-01-12 Thread Luc Verhaegen
On Sun, Jan 12, 2014 at 03:36:51PM +0100, Michal Suchanek wrote: > On 9 January 2014 21:18, Luc Verhaegen wrote: > > They should now be actually useful, and the howtos will be updated. > > > > Also, it might be a good idea to add this to the sun4i config as well. >

Re: [linux-sunxi] [PATCH 4/4] sun5i board config: fix up default boot commands

2014-01-12 Thread Luc Verhaegen
On Sun, Jan 12, 2014 at 04:40:18PM +0100, Michal Suchanek wrote: > On 12 January 2014 15:51, Luc Verhaegen wrote: > > > > Which BSPs? I cannot find anything related on our wiki. TBH, if such > > users of the lichee-dev u-boot branch exist and they haven't bothered > &

Re: [linux-sunxi] [PATCH 4/4] sun5i board config: fix up default boot commands

2014-01-12 Thread Luc Verhaegen
On Sun, Jan 12, 2014 at 04:58:48PM +0100, Luc Verhaegen wrote: > Ok. > > * http://linux-sunxi.org/Android pulls in > https://github.com/matson-hall/manifest.git which makes no mention of > u-boot-sunxi. And i've looked in the manifests in the branches. > > *

[linux-sunxi] [PATCH] a13: add inet 86vz

2014-01-12 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen --- sys_config/a13/inet_86vz.fex | 735 ++ 1 files changed, 735 insertions(+), 0 deletions(-) create mode 100644 sys_config/a13/inet_86vz.fex diff --git a/sys_config/a13/inet_86vz.fex b/sys_config/a13/inet_86vz.fex new file

[linux-sunxi] [PATCH] sunxi: add board Inet 86vz

2014-01-12 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen --- board/sunxi/Makefile |1 + boards.cfg |2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index f274a1d..e431653 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -55,6

Re: [linux-sunxi] 3TB ext4 from ia32 on A20 USB?

2014-01-12 Thread Luc Verhaegen
ernel configured and built. I'll put in a word with the > Marsboard folks to see about getting this into their standard > Debian image. > > Andy Stick this in http://linux-sunxi.org/Frequently_asked_questions please. Someone else is bound to run into it again in the future. Luc Verhae

Re: [linux-sunxi] 3TB ext4 from ia32 on A20 USB?

2014-01-12 Thread Luc Verhaegen
On Sun, Jan 12, 2014 at 08:17:58PM -0600, Andy Valencia wrote: > --- > Luc Verhaegen writes: > > > Stick this in http://linux-sunxi.org/Frequently_asked_questions > > please. Someone else is bound to run into it again in the future. > > Good point... do

Re: [linux-sunxi] [PATCH] sunxi: Add Wexler TAB 7200 tablet

2014-01-12 Thread Luc Verhaegen
I don't see a device page anywhere. Did you work through the http://linux-sunxi.org/New_Device_howto ? Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails f

Re: [linux-sunxi] [PATCH] sunxi: Add Wexler TAB 7200 tablet

2014-01-13 Thread Luc Verhaegen
wiki under the CCA license? Luc Verhaegen. -- 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 m

Re: [linux-sunxi] [PATCH] sunxi: Add Wexler TAB 7200 tablet

2014-01-13 Thread Luc Verhaegen
n get some further identification info off of it. Otherwise this looks real good. I will commit the two patches. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails f

Re: [linux-sunxi] [PATCH] sunxi: Add Wexler TAB 7200 tablet

2014-01-13 Thread Luc Verhaegen
ing > parts(i burned usb-hosts DC-DC regulator). May i add photo of board later? ouch :( Sure. Luc Verhaegen. -- 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, se

[linux-sunxi] [PATCH] gpu:mali: fix memory allocation/mapping mismatch

2014-01-14 Thread Luc Verhaegen
The UMP code allocated the requested size in the page table, and then tried to map the original buffer size on the same page table. This lead to nice segfaults when userspace did not completely map a UMP buffer (which it only rarely does). Signed-off-by: Luc Verhaegen --- drivers/gpu/mali/mali

Re: [linux-sunxi] Doing some sunxi hacking in Brussels the Friday before Fosdem ?

2014-01-14 Thread Luc Verhaegen
afternoon. I'm not sure if I'll have other Xen/work related commitments > that afternoon though. Would it be OK to just rock up, assuming you get > enough confirmed interest to go ahead? So you go from midi to your hotel and check-in and stuff... Add the 30 or so minutes commute f

Re: [linux-sunxi] Re: [PATCH] gpu:mali: fix memory allocation/mapping mismatch

2014-01-14 Thread Luc Verhaegen
king whether this code will make it into upstream. Then the answer is forget about it. The timescale for that is quite long, as all the prerequisite steps need to be done first. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi"

Re: [linux-sunxi] Ideas for enabling wifi module in Auxtek T004 hdmi tv stick

2014-01-16 Thread Luc Verhaegen
//linux-sunxi.org/New_Device_howto Luc Verhaegen. -- 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, visi

Re: [linux-sunxi] Restore from dump

2014-01-16 Thread Luc Verhaegen
that this knowledge is brought a few levels down, right above setting the randomization value, and that the brom/boot0 randomization value is used when accessing these pages, instead of the values from the table. This really is imminently fixable. Someone just needs to go and do it. Luc

[linux-sunxi] Re: iNet K70E board

2014-01-22 Thread Luc Verhaegen
boot-sunxi-with-spl.bin *based on your INet_K70HC board cfg, but it > did not boot, can you please advise on how you populated struct > dram_para in 'board/sunxi/dram_inet_k70hc.c' file: > > static struct dram_para dram_para = { /// for INet_K70HC board as > authore

Re: [linux-sunxi] Re: iNet K70E board

2014-01-22 Thread Luc Verhaegen
On Wed, Jan 22, 2014 at 04:52:27PM +0100, Luc Verhaegen wrote: > On Wed, Jan 22, 2014 at 10:40:49AM -0500, ferar achkar wrote: > > greetings Luc, > > I am trying to build a boot-able SD card i.e. > > *u-boot-sunxi-with-spl.bin* based on u-boot-sunxi source tree, for an >

Re: [linux-sunxi] Re: iNet K70E board

2014-01-22 Thread Luc Verhaegen
.git > > 4. followed the steps in > http://linux-sunxi.org/U-Boot#Adding_a_new_device_to_U-Boot and added : > > [ +obj-$(CONFIG_INET_K70HC)+= dram_inet_k70e.o ] to board/sunxi/Makefile. > [ +Active arm armv7 sunxi - sunxi INet_K70E sun7i:INET_K70E,SPL ] >

Re: [linux-sunxi] Serial driver breaks serial port

2014-01-26 Thread Luc Verhaegen
t; > https://github.com/hramrach/sunxi-boards/blob/2535fa4d5d27a220fab94c1c44791448ffa66aca/sys_config/a13/zeng-gc_inet86vs.fex > > > Any idea what might be wrong with the serial driver this time? > > Thanks > > Michal [mmc0_para] sdc_used = 1 Luc Verhaegen. -- You received this message because y

Re: [linux-sunxi] Serial driver breaks serial port

2014-01-26 Thread Luc Verhaegen
On Sun, Jan 26, 2014 at 09:12:58AM +0100, Luc Verhaegen wrote: > On Sun, Jan 26, 2014 at 03:41:16AM +0100, Michal Suchanek wrote: > > Hello, > > > > this comes up repeatedly but I did not find a definitive solution. > > > > My tablet has no uart accessible so I

Re: [linux-sunxi] Video chip in A31 box

2014-01-28 Thread Luc Verhaegen
r A31 is severely lacking, but please work through the http://linux-sunxi.org/New_Device_howto anyway. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving em

Re: [linux-sunxi] Video chip in A31 box

2014-01-28 Thread Luc Verhaegen
t that it > doesn't have a SD Card slot when I bough it. So you're not even intending to document your findings about this hardware? Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this g

[linux-sunxi] sunxi_kms talk: debunking the bs.

2014-02-07 Thread Luc Verhaegen
er ;p Luc Verhaegen. -- 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 https://groups.go

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

2014-02-14 Thread Luc Verhaegen
t to help Linux run > on their SoC? Standalone. With a tiny bit of help from allwinner, and a bit more help from companies like olimex and cubieboard. Judging from your emails subject, you should start here: http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- You received this m

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

2014-02-15 Thread Luc Verhaegen
On Sat, Feb 15, 2014 at 10:07:22PM +0200, Siarhei Siamashka wrote: > > This seems to be a common sense. The native screen resolution > is normally expected to be the highest resolution supported by > a monitor. So the default EDID mode is likely to have the pixel > clock configured exactly on the

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

2014-02-16 Thread Luc Verhaegen
ainst the trouble > some monitor and send you a patch to add quirk support if that monitor needs > it. We'll figure out the good heuristic together there :) Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To

Re: [linux-sunxi] Mixer Processor

2014-02-16 Thread Luc Verhaegen
s complex and big and powerhungry. Second is simple and small and efficient at the few things it does. Luc Verhaegen. -- 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] [PATCH] sunxi: Add Wexler TAB 7200 tablet

2014-02-17 Thread Luc Verhaegen
e arm armv7 u8500 st-ericsson snowball > snowball - > > Mathieu Poirier > -- > 1.8.3.2 Someo

Re: [linux-sunxi] [PATCH] Add Wexler TAB 7200 tablet

2014-02-17 Thread Luc Verhaegen
><1> > +kp_out4 = port:PH24<4><1> > +kp_out5 = port:PH25<4><1> > +kp_out6 = port:PH26<4><1> > +kp_out7 = port:PH27<4><1> > + > +[usbc0] > +usb_used = 1 > +usb_port_type = 2 > +usb_detect_type = 1 > +usb_

[linux-sunxi] [PATCH] Add HCore HC860

2014-02-17 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen --- sys_config/a10/hcore_hc860.fex | 964 1 files changed, 964 insertions(+), 0 deletions(-) create mode 100644 sys_config/a10/hcore_hc860.fex diff --git a/sys_config/a10/hcore_hc860.fex b/sys_config/a10/hcore_hc860.fex new

[linux-sunxi] [PATCH] sunxi: add board hcore hc860

2014-02-17 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen --- board/sunxi/Makefile|1 + board/sunxi/dram_sun4i_384_1024_iow16.c | 31 +++ boards.cfg |1 + 3 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 board/sunxi

Re: [linux-sunxi] Problems running Linux on a A20 tablet, from a micro SD card

2014-02-19 Thread Luc Verhaegen
boot my A20 based iRulu AX105 tablet. When I booted it with the What instructions did you follow? Shouldn't you be working through http://linux-sunxi.org/New_Device_howto instead? Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi

Re: [linux-sunxi] Purchasing AllWinner chips

2014-02-19 Thread Luc Verhaegen
edium volume but > this depends on what you put on the board. > > Reusing Q88 PCBAs is by far the easiest solution. You can mount one in > a case and then use an internal USB cable to talk to your specialized > hardware if needed. Isn't Q88 an A13 based board? Luc Verhaegen. -

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

2014-02-19 Thread Luc Verhaegen
id that comes > pre-installed everything works. > Have anyone any idea about the VGA and HDMI outputs? > > > Regards, > > > Marcos Please work through our http://linux-sunxi.org/New_Device_howto fully. Luc Verhaegen. -- You received this message because you are sub

Re: [linux-sunxi] Kernel 3.4.79 with initramfs (initrd) doesn't recognize/boot SD card

2014-02-19 Thread Luc Verhaegen
be even a good > idea to introduce a special check in the kernel code for this > problem to log a comprehensive error message and warn the users. > > Even with the older kernels, placing initrd into this particular > memory addresses range was not completely safe either. Just the >

Re: [linux-sunxi] Purchasing AllWinner chips

2014-02-19 Thread Luc Verhaegen
On Wed, Feb 19, 2014 at 09:11:52AM -0500, jonsm...@gmail.com wrote: > On Wed, Feb 19, 2014 at 7:13 AM, Luc Verhaegen wrote: > > On Tue, Feb 18, 2014 at 03:35:13PM -0500, jonsm...@gmail.com wrote: > >> On Tue, Feb 18, 2014 at 3:09 PM, Andre Renaud > >> wrote: > &g

Re: [linux-sunxi] [PATCH] sunxi: Add Wexler TAB 7200 tablet

2014-02-20 Thread Luc Verhaegen
On Mon, Feb 17, 2014 at 11:31:12AM +0100, Luc Verhaegen wrote: > On Mon, Jan 13, 2014 at 09:32:26AM +0400, Aleksei Mamlin wrote: > > Signed-off-by: Aleksei Mamlin > > --- > > board/sunxi/Makefile | 1 + > > board/sunxi/

Re: [linux-sunxi] [PATCH] Add Wexler TAB 7200 tablet

2014-02-20 Thread Luc Verhaegen
On Mon, Feb 17, 2014 at 11:36:57AM +0100, Luc Verhaegen wrote: > On Mon, Jan 13, 2014 at 09:33:16AM +0400, Aleksei Mamlin wrote: > > Signed-off-by: Aleksei Mamlin > > --- > > sys_config/a20/wexler_tab_7200.fex | 936 > > + > >

Re: [linux-sunxi] [PATCH] Add HCore HC860

2014-02-20 Thread Luc Verhaegen
ry > for people with commit access for new fex files / u-boot support. > > So if you've another board, and you've verified that what you're > pushing actually works there, feel free to push right away. > > Regards, > > Hans Thanks, will do :) Luc Verhaegen

Re: [linux-sunxi] Hummingbird A20, anyone got it working?

2014-02-21 Thread Luc Verhaegen
eed to work through: http://linux-sunxi.org/New_Device_howto "This is a concise guide for bringing up your hardware, and for documenting your hardware in one swoop. It is not rocket-science and some basic linux skills will suffice. All you need to do is meticulously follow the text here.&quo

Re: [linux-sunxi] [PATCH] Add HCore HC860

2014-02-21 Thread Luc Verhaegen
On Thu, Feb 20, 2014 at 04:19:25PM +0100, Luc Verhaegen wrote: > On Thu, Feb 20, 2014 at 03:24:46PM +0100, Hans de Goede wrote: > > Hi, > > > > Looks good, thanks. > > > > I assume that now you've push access, you can push this patch and > > the

Re: [linux-sunxi] [PATCH] sunxi: add board hcore hc860

2014-02-21 Thread Luc Verhaegen
On Mon, Feb 17, 2014 at 01:08:31PM +0100, Luc Verhaegen wrote: > Signed-off-by: Luc Verhaegen > --- > board/sunxi/Makefile|1 + > board/sunxi/dram_sun4i_384_1024_iow16.c | 31 > +++ > boards.cfg

Re: [linux-sunxi] [Newbie] How difficult it can be to add support for a new device?

2014-02-23 Thread Luc Verhaegen
life, and the challenge to make > it work, but do not want to spend 300usd for nothing. It's described, in great detail, here: http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi"

Re: [linux-sunxi] [Newbie] How difficult it can be to add support for a new device?

2014-02-23 Thread Luc Verhaegen
On Sun, Feb 23, 2014 at 06:19:39AM -0800, mati8...@gmail.com wrote: > El domingo, 23 de febrero de 2014 11:04:15 UTC-3, Luc Verhaegen escribió: > > > > It's described, in great detail, here: > > http://linux-sunxi.org/New_Device_howto > > > > Luc Verhae

Re: [linux-sunxi] [Newbie] How difficult it can be to add support for a new device?

2014-02-23 Thread Luc Verhaegen
re is probably some > system information apps you can download too that will tell you if the > machine is sun7i. > > Cheers, > > Emilio http://linux-sunxi.org/Retrieving_device_information has many options, and one of them is bound to work. Plus, with hw like this, chances are

Re: [linux-sunxi] New board, PUMA A10s

2014-03-03 Thread Luc Verhaegen
rivial - they add configuration files for supporting > this board. http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- 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

Re: [linux-sunxi] Re: Allwinner joins Linaro Digital Home Group, commits to open source chip support

2014-03-05 Thread Luc Verhaegen
will only reduce Allwinners active contributions to linux-sunxi in future. They have chosen to back linaro instead, and will now dispatch some dispensable "engineers" to linaro, and feel good about themselves. And then they will turn around to us and state: "but we are already doin

Re: [linux-sunxi] Re: Allwinner joins Linaro Digital Home Group, commits to open source chip support

2014-03-05 Thread Luc Verhaegen
ng Linaro does is on open mailing lists and servers. Maybe > some of the linux-sunxi developers might poke around inside Linaro now > and see if they can get themselves hired. Time will tell. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "lin

Re: [linux-sunxi] A13 Mali400 GPU failed to load "g2d_23" and "mali_drm"

2014-03-17 Thread Luc Verhaegen
ali? > > Any idea what are missing here? > > Thanks in advance, > -Hunter First off, you are muddling things up rather badly here. The mali is only the GPU, only the 3d engine. There are display (disp), media (cedar) and 2d acceleration (g2d) engines on this SoC as well. Then, the

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

2014-03-18 Thread Luc Verhaegen
y peoples spare time that > is sunk into it. Only very few people here work for hardware > manufacturers. So no-one here has an obligation to help you. > > By not working through this guide, you effectively tell the people > behind sunxi that they should waste their time on helpin

Re: [linux-sunxi] [PATCH] Add Ippo Q8H-v5

2014-03-18 Thread Luc Verhaegen
ou compare this to http://dl.linux-sunxi.org/users/libv/ippo_q8h/ippo_q8h.fex ? Luc Verhaegen. -- 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 em

Re: [linux-sunxi] Auxtek-004 booting problems

2014-03-18 Thread Luc Verhaegen
Image (uncompressed) >Data Size:3997968 Bytes = 3.8 MiB >Load Address: 40008000 >Entry Point: 40008000 >Verifying Checksum ... OK >Loading Kernel Image ... OK > > Starting kernel ... Another board which has u-boot/boards support, but which is not docum

Re: [linux-sunxi] Auxtek-004 booting problems

2014-03-19 Thread Luc Verhaegen
permissions? > > Kind regards I have no set your wiki user group to "people", i hope that that fixes this for you. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop

Re: [linux-sunxi] Auxtek-004 booting problems

2014-03-19 Thread Luc Verhaegen
On Tue, Mar 18, 2014 at 03:12:13PM -0700, Daniel Mosquera wrote: > Hi, > > I'm trying to boot the 3.4.79 kernel in an A10s TV Box device with the last > uboot, > but it hangs trying to boot the kernel. Please, can anybody help me? What happens if you enable early pr

Re: [linux-sunxi] Auxtek-004 booting problems

2014-03-19 Thread Luc Verhaegen
On Wed, Mar 19, 2014 at 03:40:19PM +0100, Luc Verhaegen wrote: > On Wed, Mar 19, 2014 at 07:37:10AM -0700, Daniel Mosquera wrote: > > Hi Luc, > > > > No problem to document this board. > > My user is iso9660, but I cannot see any way I can add a new wiki page when &

Re: [linux-sunxi] Auxtek-004 booting problems

2014-03-19 Thread Luc Verhaegen
On Wed, Mar 19, 2014 at 08:11:56AM -0700, Daniel Mosquera wrote: > El miércoles, 19 de marzo de 2014 15:46:49 UTC+1, Luc Verhaegen escribió: > > > > On Tue, Mar 18, 2014 at 03:12:13PM -0700, Daniel Mosquera wrote: > > > Hi, > > > > > > I'm try

Re: [linux-sunxi] Re: Auxtek-004 booting problems

2014-03-19 Thread Luc Verhaegen
9-20120921_linux.tar.bz2 It's probably worth having a go with that. Luc Verhaegen. -- 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+un

Re: [linux-sunxi] Auxtek-004 booting problems

2014-03-19 Thread Luc Verhaegen
ake some pictures of the exterior of the device as well? Luc Verhaegen. -- 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...@googleg

Re: [linux-sunxi] Re: [PATCH] Add Ippo Q8H-v5

2014-03-23 Thread Luc Verhaegen
for A23 yet? Luc Verhaegen. -- 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 https://grou

Re: [linux-sunxi] [A20] sunxi framebuffer overlay help needed

2014-03-24 Thread Luc Verhaegen
still I couldn't find a good > solution up to now. > > Of course, if I find something out, I'll post back. > > All help greatly appreciated! You only need DEFE for your CSI captured information, as that is in some non RGB colour format. You can happily attach RGB32 to a

Re: [linux-sunxi] uboot for Mele M3 A20

2014-03-24 Thread Luc Verhaegen
ki. That's just counterproductive. So Rajesh, buy the device(s) that you fancy, and work through our http://linux-sunxi.org/New_Device_howto and help yourself and others, and enjoy your new arm-based linux device(s) afterwards. Luc Verhaegen. -- You received this message because you are subscri

Re: [linux-sunxi] [A20] sunxi framebuffer overlay help needed

2014-03-25 Thread Luc Verhaegen
? You should use the hw differently, i am not sure whether disp allows that though. Just wait until i finally deliver on my KMS driver, i still am too lethargic atm to make proper progress on it, although i have added some good lcd code in the last week. Luc Verhaegen. -- You received thi

  1   2   3   4   5   >