Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-10 Thread Maxime Ripard
On Tue, Sep 09, 2014 at 02:29:23PM +0200, Luc Verhaegen wrote: On Tue, Sep 09, 2014 at 12:05:54PM +0200, Maxime Ripard wrote: On Mon, Sep 08, 2014 at 06:01:25PM +0200, Luc Verhaegen wrote: For now. Forgive me, I don't have the chance to own a crystal ball. And logically

[linux-sunxi] pmu_adpdet - What are the inputs for this

2014-09-10 Thread Dave McLaughlin
Looking at the FEX file for an Olimex-A20 and a Cubieboard this entry looks like this. pmu_adpdet = port:PH020defaultdefaultdefault But on the Olimex-A20 this pin is connected to a notification LED. It is not used in the schematic of the Cubieboard that I found. Looking at the AXP209 I found

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-10 Thread Marius Cirsta
Easy does it here folks. I now a Cubieboard, an A10 tablet and an A13 tablet for which I want to get Linux running, full Linux preferably maybe even with some open source GPU drivers ( Luc has done some great work for that ) . I don't have much time to work on it and I'm not a kernel

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

2014-09-10 Thread harry
Hi Antonio, are you able to get the SATA and ETHERNET working on this board?? can you please send some information on this. i shall be thankful. regards harry On Wednesday, March 19, 2014 12:55:03 AM UTC+5:30, abel...@rioservice.com wrote: Hi Marcos, I get my boards booting with a Linaro

[linux-sunxi] What status of suspend support on A20?

2014-09-10 Thread Toroshin Dmitry
I have Wexler.tab 7200 with broken standby mode in sunxi kernel (in aw kernel suspend works). I have tried to debug standby code using RTC to trace it (i have no access to UART now), it hangs after this lines in dram.c: reg_val = mctl_read_w(SDR_DCR); reg_val = ~(0x1fU27); reg_val |= 0x12U27;

Re: [linux-sunxi] Differences between Allwinner's u-boot and kernel and uboot-sunxi/linux-sunxi on sun7i

2014-09-10 Thread Toroshin Dmitry
On Wednesday, September 10, 2014 2:23:57 AM UTC+7, Henrik Nordström wrote: tis 2014-09-09 klockan 11:01 -0700 skrev Toroshin Dmitry: I tried to use kexec to boot kernel. Kexec from sdk/stock kernel works only with sdk kernels, kexec from linux-sunxi kernel works only with sunxi.

[linux-sunxi] encode video stream to h264 via CedarX VPU !?

2014-09-10 Thread p . hafner75
Hey, I want to encode a video stream (jpeg based) to a h264 video stream. On this web page, I can see, it should be possible with the A20. My HW is a BananaPi board with an A20. I really want to try a h264 encoder on linux. Any hint, where I can have a look, or more information ? Thanks -- You

[linux-sunxi] Re: encode video stream to h264 via CedarX VPU !?

2014-09-10 Thread ditmar . rose
Take a look at the GPL driver for the decoding/encoding engine on Allwinner SoC. http://linux-sunxi.org/Cedrus Somewhre in the IRC log there was a diskussion about h.262 encoding for USB cameras. http://irclog.whitequark.org/linux-sunxi/ -- You received this message because you are subscribed

Re: [linux-sunxi] Re: i2s audio codec support for sun7i

2014-09-10 Thread Puneet B
Finally i2s worked for me in A20 board. the issue is DIN from cpu is connected to DIN of codec and same for DOUT. Once i changed it works. Regards Punith -- 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] [sunxi-boards v2 0/4] A13 tablet fex files

2014-09-10 Thread Luc Verhaegen
On Tue, Sep 09, 2014 at 09:48:43PM +0200, Michal Suchanek wrote: Fex files which should provide basic functionalit on Prestigio PMP370B and iNet 86VS. V2 Rebased on top of the existing PMP370B fex file. Thanks Michal Michal Suchanek (4): Original fex file from iNet technology

[linux-sunxi] Re: encode video stream to h264 via CedarX VPU !?

2014-09-10 Thread psandmen
Hmm, will have a look into that. I think, need to search a little bit more. For my better understanding, in the matrix, only the Blob-Encoder can Handle h264 encoder - Blob Encoder is in this case, the original binary's from CedarX/allwinner. But this binary's are only working on Android ? - On

[linux-sunxi] Re: encode video stream to h264 via CedarX VPU !?

2014-09-10 Thread ditmar . rose
CedarX is used successfull in some linux images. For example aruntu. http://cubiuntu.com -- 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: encode video stream to h264 via CedarX VPU !?

2014-09-10 Thread Toroshin Dmitry
There is softfloat. It can work on armhf, bus static linking is impossible, but you can link it to shared object and load dinamicly like libhybris (simply use libhybris with android version. As alternative you can use PoC opensource encoder, that can encode only I frames. It has very hing

[linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-10 Thread Jason
I had another go at this over the weekend and made some progress. I managed to extract the DRAM configuration parameters from the board and used them to compile a new version of u-boot for my device. I then used dd to transfer the boot files to my existing Cubieez image, and copied the stock

Re: [linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-10 Thread Luc Verhaegen
On Wed, Sep 10, 2014 at 12:31:17PM -0700, Jason wrote: I had another go at this over the weekend and made some progress. I managed to extract the DRAM configuration parameters from the board and used them to compile a new version of u-boot for my device. I then used dd to transfer the

[linux-sunxi] Re: encode video stream to h264 via CedarX VPU !?

2014-09-10 Thread psandmen
Ok, thanks. Will have a look for it. Maybe possible to get this running on bananaPi Am Mittwoch, 10. September 2014 21:00:28 UTC+2 schrieb ditma...@gmail.com: CedarX is used successfull in some linux images. For example aruntu. http://cubiuntu.com -- You received this message because you

[linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-10 Thread Jason
Luc, I deliberately ignored your earlier sarcasm. If you don't want to help then that's fine no one's forcing you to. But your incessant (and utterly pointless) RTFM style responses to every question are now becoming irritating. Your request that others respect proper 'netiquette' would carry

Re: [linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-10 Thread Luc Verhaegen
On Wed, Sep 10, 2014 at 02:14:07PM -0700, Jason wrote: Luc, I deliberately ignored your earlier sarcasm. If you don't want to help then that's fine no one's forcing you to. But your incessant (and utterly pointless) RTFM style responses to every question are now becoming irritating. Your

[linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-10 Thread Stefan Monnier
I had another go at this over the weekend and made some progress. I managed to extract the DRAM configuration parameters from the board and used them to compile a new version of u-boot for my device. Great. Now try to get the script.bin file from flash (while booted in Android). It should

Re: [linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-10 Thread Luc Verhaegen
On Wed, Sep 10, 2014 at 11:23:46PM +0200, Luc Verhaegen wrote: What you do not see is that the NDH makes very important information accessible to those that you are asking for help here. In this specific case: * A fex file will tell us how your wifi is connected, so we can give

[linux-sunxi] Re: encode video stream to h264 via CedarX VPU !?

2014-09-10 Thread ditmar . rose
and look here Re: ffmpeg H264 encoding with cedrus (Cedarx, Transcoding, Allwinner A20, Mediatomb) http://www.cubieforums.com/index.php?topic=2810.msg19772;topicseen#msg19772 -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-10 Thread Julian Calaby
Hi All, [Bickering trimmed. Guys, please be nice. You're two of the main players in this community and your bickering is making it look unfriendly.] On Wed, Sep 10, 2014 at 5:10 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Sep 09, 2014 at 02:29:23PM +0200, Luc Verhaegen