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

2015-12-04 Thread Puneet B
start_threshold : 1 > stop_threshold : 8192 > silence_threshold: 0 > silence_size : 0 > boundary : 1073741824 > appl_ptr : 0 > hw_ptr : 0 > arecord: pcm_read:1801: read error: Input/output error > > > > > > > > On Saturday, Ap

[linux-sunxi] 6LowPan Suuport in linux-sunxi kernel

2015-05-07 Thread Puneet B
Hi ALL, I need to test IOT kind of application with A20 board, but to test i need kernel which will support 6LowPan . But only kernel 3.17 and above will support 6LowPan. So is it any branch of this kernel for A20 or is it possible to make 3.4 to support 6LowPan?. Regards Punith -- You

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

2015-03-23 Thread Puneet B
. 2015-03-23 13:22 GMT+02:00 Puneet B punit...@gmail.com: Still sound card not created , for that you need to change machine driver code with i2c bus number and address. same thing you need to add in device.c file. First ensure that codec driver probe in calling. Regards Punith On Mon

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

2015-03-23 Thread Puneet B
anaalyser. there is not any song i played. but some i2s signals is showing up on the line. i didnt understand. but for now my problem is machine driver has fault. did you get any error like this. [image: Satır içi resim 1] 2015-03-23 7:16 GMT+02:00 Puneet B punit...@gmail.com: If you

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

2015-03-22 Thread Puneet B
. Thanks for your help. On Tuesday, January 6, 2015 at 7:46:40 AM UTC+2, Puneet B wrote: i used i2c second bus, [twi2_para] twi2_used = 1 twi2_scl = port:PB202defaultdefaultdefault twi2_sda = port:PB212defaultdefaultdefault Regards Punith On Mon, Jan 5, 2015 at 11:28 PM

[linux-sunxi] Re: Hoe to enable CSI CAMERA

2015-02-06 Thread Puneet B
first check , i2cdetect is giving the sensor address or not , if not sensor or connector is an issue. Regards Punith -- 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] Re: i2s audio codec support for sun7i

2015-01-05 Thread Puneet B
:22 AM UTC+3, Puneet B wrote: Hi Rafel, The fex file i have attached in my previous post i did not done any changes. and here my machine driver . in device.c file just add fallowing line. +static struct i2c_board_info __initdata aic3x_i2c_board_info

Re: [linux-sunxi] Re: Nand partition is not ok.

2014-12-03 Thread Puneet B
This problem is because of WP pin in hardware just cut trace of wp pin from nand to A20. it will work. or else keep WP as pullup. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving

[linux-sunxi] Re: is it possible to chnage fb0 width and height for dual display.

2014-11-12 Thread Puneet B
Hi Dmitry, You are making confused, i tested a10disp in both android and ubuntu. Can you tell the a10disp command to increase the width and height without enabling scaler?. send the link a10disp which has instruction to enable dual screen after boot. Regards Punith -- You received this

[linux-sunxi] Re: A20 - Android HDMI resolutions

2014-11-11 Thread Puneet B
Test by changing fb0 width and height to 1280x720. Regards Punith On Tuesday, November 11, 2014 3:05:25 PM UTC+5:30, sputty wrote: stulluk@... writes: Hi, sorry for long message, but I am really fighting with this SDK :( I am trying to be able to set HDMI resolutions on A20 chip

[linux-sunxi] Re: is it possible to chnage fb0 width and height for dual display.

2014-11-11 Thread Puneet B
Hi All, Is it possible to scale the width and height of tv display without enabling scaler(By usig a10disp tool)?. can you tell how can i get full screen on both display?. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To

[linux-sunxi] Re: is it possible to chnage fb0 width and height for dual display.

2014-11-11 Thread Puneet B
Hi Dmitry, Thanks for your replay. I need HDMI and TV both full screen display. a10disp enablescaler n x100y100 this is not affecting anything .. a10disp --screen 1enablescaler n x100y100w720h480 then getting black screen overlapped on home screen for screen 1(TV) . fbset -a -x -xres 720

[linux-sunxi] is it possible to chnage fb0 width and height for dual display.

2014-11-09 Thread Puneet B
Hi All, I have anddroid 4.2 in my A20 board with dual display support(HDMI and Tv). But HDMI is not full screen and some portion is missing in TV. Once i changed fb0_width=1280 fb0_height=720 , HDMI become full screen but TV output is going out of home screen and has some jitter. i need to

[linux-sunxi] Re: Cedarx hardware decoder not supporting dual display video output.

2014-10-13 Thread Puneet B
Hi All, with this branch, https://github.com/mittorn/libvdpau-sunxi some improvements. with export VDPAU_SCREEN=0 i am getting video in HDMI. with export VDPAU_SCREEN=1 i am getting video in TV. But i want on both. can any one tell me what need to change in code. Regards Punith -- You

[linux-sunxi] Re: Cedarx hardware decoder not supporting dual display video output.

2014-10-12 Thread Puneet B
HI All, I tried with vlc from below link , but having same result that video display is not coming on second display. http://linux-sunxi.org/VLC Can anyone know , how to solve this. Kindly suggest me . Regards Punith -- You received this message because you are subscribed to the Google

[linux-sunxi] Cedarx hardware decoder not supporting dual display video output.

2014-10-10 Thread Puneet B
Hi All, I have ubuntu with linux-sunxi kernel 3.4 with ported cedarx from below link. http://linux-sunxi.org/Cedrus Now i am able to play videos smoothly in ubuntu with mpv player. But if enable dual display , i am getting video output only in HDMI and not in TV(In TV it is full black

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

2014-09-26 Thread Puneet B
Hi Rafel, The fex file i have attached in my previous post i did not done any changes. and here my machine driver . in device.c file just add fallowing line. +static struct i2c_board_info __initdata aic3x_i2c_board_info[] = { +{ + .type = tlv320aic31xx, +

[linux-sunxi] Is it possible to get same audio in two sound cards at a time.

2014-09-18 Thread Puneet B
Hi all, I have dual display in my A20 custom board. 1.HDMI(snd_hdmi). 2.TVout(snd_i2s). And both sound cards are working fine. Now if i play video file , i am getting video in both display and audio through snd_hdmi card. Is it possible to get audio in both cards when i play video file?.

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] Re: i2s audio codec support for sun7i

2014-08-19 Thread Puneet B
In my case MCLK=5.6448MHZ BCLK=1.411MHZ WCLK=44.1KHZ -- 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,

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

2014-08-19 Thread Puneet B
Hi Jon, Thanks for you reply, my i2c is working fin(i2c read and write working fine). here my register configuration from codec side. I am able to create 2khz beep by running amixer commands. can you look at my codec configuration and processor both , if any mismatch is there kindly let me

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

2014-08-17 Thread Puneet B
I am able to get beep in my board by making both A20 and codec as salve. -- 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.

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

2014-08-17 Thread Puneet B
Hi JonCodeKipper, Could you say whether Allwinner i2s will acts as master or slave?. Because if configure A20 i2s as master and codec as slave then i am not getting bclk and wclk and audio is not processing. if configure A20 i2s as slave and codec as slave then i am getting bclk and wclk and

[linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread Puneet B
Hi All, For our new project we want both Bt+Wifi. For that 1.Is any driver support is there in sunxi for any chipset?. 2.For broadcom apc6210 chipset we are not getting any datasheet and footprints. if any one have kindly share with me. 3.Is the existing rtl8723as and rtl8723au driver have

Re: [linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread Puneet B
-sunxi branch, however I've not tried BT but i'm sure it works. I will look soon at getting this working on linux-next. BR, CK On 17 July 2014 12:03, Puneet B puni...@gmail.com javascript: wrote: Hi All, For our new project we want both Bt+Wifi. For that 1.Is any driver support

Re: [linux-sunxi] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread Puneet B
Hi Jon, But we are going to use bt+wifi in our custom A20 board. So we need datasheet and foot prints of hardware. -- 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] Wifi+Bt driver in linux-sunxi

2014-07-17 Thread Puneet B
Thanks Jon , i will update this to my hardware team. -- 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,

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

2014-07-11 Thread Puneet B
Hi Rajesh, Can you explain how can i test Line In in my Android. I have sound recorder apk and also accessing capture node of sunxi-codec. Can you tell how can i convert my line in to mic in. Regards Punith -- You received this message because you are subscribed to the Google Groups

[linux-sunxi] Re: A20 I2s drivers

2014-07-08 Thread Puneet B
Hi Dennis, I am also looking for same thing, which dac you are using ?. I am using TLV320AIC3100 chip. Regards Punith -- 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

Re: [linux-sunxi] Re: A20 I2s drivers

2014-07-08 Thread Puneet B
Hi Dennis, I tested with allwinner 3.4 it works fine, getting mclk, wclk,bclk and din signals but not getting any sound form codec. On Tuesday, July 8, 2014 6:21:03 PM UTC+5:30, Dennis Kerrisk wrote: It works on the A10, but not on the A20. I still have the same issue I had a couple of

[linux-sunxi] Re: A20 Tv out display not full screen

2014-07-02 Thread Puneet B
Hi Ditma, I dnt get any overscan function , could you tell where i will get this?. Regards Punith On Wednesday, July 2, 2014 1:57:33 PM UTC+5:30, ditma...@gmail.com wrote: Did set overscan function in your tvset correct (that means set to zero)? -- You received this message because you

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

2014-06-25 Thread Puneet B
Hi All, Did any one tried of interfacing external codec to i2s of sunxi?. Because in my case i am able to play audio , but not getting any audio in HPL and HPR lines. And also codec part is not through any error also. i am getting all signals of mclk,wclk,bclk,din. Here will be link for my

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

2014-06-21 Thread Puneet B
Yes Yassin, but not get any idea. if you see this link, here they are passing via ldo. http://e2e.ti.com/support/arm/sitara_arm/f/791/p/345940/1224371.aspx * Regulators */ AVDD-supply = ldo4_reg; IOVDD-supply = ldo4_reg; DRVDD-supply = ldo4_reg; DVDD-supply = ldo1_reg; HPVDD-supply =

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

2014-06-20 Thread Puneet B
Hi , i did probing of external codec by adding in device.c. But external codec failed at [9.586716] tlv320aic3x-codec 2-0018: Failed to get supply 'IOVDD': -517 [9.598903] tlv320aic3x-codec 2-0018: Failed to request supplies: -517 [9.613160] tlv320aic3x-codec 2-0018: asoc: failed to

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

2014-06-20 Thread Puneet B
Hi All, If you see this link http://e2e.ti.com/support/arm/sitara_arm/f/791/t/345940.aspx?pi301021=1 it means i missing some configuration in script, Can you say where i am wrong. Your help will be greatly appreciable. -- You received this message because you are subscribed to the Google

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

2014-06-20 Thread Puneet B
By the to probe, i added i2c board info in /arch/arm/plat-sunxi/device.c static struct i2c_board_info __initdata aic3x_i2c_board_info[] = { { .type = tlv320aic3x, .addr = 0x18, //.platform_data = axp_pdata, //.irq =

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

2014-06-19 Thread Puneet B
I did some printk statements it is throwing error in vim sound/soc/soc-core.c +777 soc_bind_dai_link.(){} telling CODEC DAI tlv320aic3x-hifi and codec dai name not registered. i think i am missing codec configuration in my machine driver. Regards Punith -- You received this message

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

2014-06-19 Thread Puneet B
Hi all, I able to find the problem, it is because probe function of tlv320aic3x.c is not calling. so i am not able register it and also there is no board specific file under arch/arm/ to assign i2c probe manually. like vim ./arch/arm/mach-s3c64xx/mach-crag6410-module.c static struct

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

2014-06-19 Thread Puneet B
Hi Yassin, Thanks for your kind reply. But still not able to do probe. Here my changes in device.c struct platform_device tlv320aic3x = { .name = tlv320aic3x-codec, .id = -1, }; static struct platform_device *sw_pdevs[] __initdata = { debug_uart, sw_dmac_device,

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

2014-06-19 Thread Puneet B
Hi Yassin, Here i did same thing but directly in codec driver , vim sound/soc/codec/tlv320aic3x.c /* added by punith */ static struct i2c_board_info __initdata aic3x_i2c_board_info[] = { { .type = tlv320aic3x, .addr = 0x18,

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

2014-06-19 Thread Puneet B
Hi Yassin, I tried adding same thing in platform codec files sun7i-i2s.c and sun7i-i2sdma.c each but not yet worked. -- 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

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

2014-06-17 Thread Puneet B
HI Jon, I tried with cubieboard android kernel , then there is no issue with i2s soundcard, because it is fetching all parameter from fex file. But only thing i am not able to invoke the external dac from machine driver and also i probed mclk,bclk which is working fine. Here i am attaching

Re: [linux-sunxi] USB port not working on A20 based device with sunxi-3.4

2014-06-06 Thread Puneet B
This may tool chain problem use some other arm tool chain. Regards Punith -- 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] Nand issue in A20 custom board.

2014-05-22 Thread Puneet B
Hi all, We are using A20 custom board , in that we have sk hynix nand of 4 gb. once i booted ubuntu from sdcard with nand used=1 in script. i am getting otp copy 0 is ok! in contineous loop. but once i disable nand in script , ubuntu is working fine. and i also tried flashing android to nand

[linux-sunxi] Re: Nand issue in A20 custom board.

2014-05-22 Thread Puneet B
While flashing through phonix suite i got fallowing error in continuous loop in serial port. FES:INFO : ..1 FES:INFO : ..2 FES:INFO : ..3 FES:INFO : ..5 FES:INFO : ..6 FES:INFO : ..7 FES:INFO : ..8 FES:INFO :

[linux-sunxi] Re: How to unpack and repack the fedor image.

2014-04-29 Thread Puneet B
Hi Sudhir, i am also doing same thing. once i copied my uImage and flash it and boot it. then i am getting fallowing error. 5772656 bytes read ## Booting kernel from Legacy Image at 4800 ... Image Name: Linux-3.4.61+ Image Type: ARM Linux Kernel Image (uncompressed) Data Size:

Re: [linux-sunxi] Re: How to Flash android in NAND in custom A20 Board (No OTG port)

2014-04-25 Thread Puneet B
Hi Emilio, Can you tell how to make phonix card?. Is there any software to make it?. Regards Punith -- 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] Not able to get HDMI display output...

2014-04-24 Thread Puneet B
Hi, I have android sdk source code from humming board. with i tested android which is working fine. same uImage i used to boot fedora from sdcard. but i am getting display output not getting penguin logo also. but kernel and file system booted fine upto login prompt. with linux-sunxi 3.4

[linux-sunxi] Not able to get HDMI display output .

2014-04-24 Thread Puneet B
Hi, I have android sdk source code from humming board. with i tested android which is working fine. same uImage i used to boot fedora from sdcard. but i am not getting display output and also not getting penguin logo . but kernel and file system booted fine up to login prompt. with

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

2014-04-08 Thread Puneet B
Thanks Code Kipper, I will go through this. Regards Punith -- 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

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

2014-04-07 Thread Puneet B
Hi Dennis, How you done i2s porting on A10? Can you share kernel log?. are you getting audio through i2s codec? You help will be greatly appreciable. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this

[linux-sunxi] sunxi-nfc-mtd modules to access to boot0 partition.

2014-03-29 Thread Puneet B
Hi from yuq git https://github.com/yuq/sunxi-nfc-mtd i downloaded sunxi-nfc-mtd source code. i compiled as a module by doing some changes according to my kernel. once i insert my module , i am getting kernel panic error. Here i am attaching the log. i am using A20 board with kernel 3.4.

[linux-sunxi] Re: [PATCH pre-v3 00/26] mtd: nand: add sunxi NAND controller support

2014-03-26 Thread Puneet B
Hi Boris, I downloaded git repo from you link. https://github.com/bbrezillon/linux-sunxi/ but what will the config file. so i can get uImage and modules to boot in my A20 board. so i can use sunxi_nand module to access my boot0 and boot1 partition. i am using cubieboard2. your help is

[linux-sunxi] Re: Moving from NAND to SD CARD - A31 sun6i

2014-03-21 Thread Puneet B
you can use fallowing kind of commands in you sd card. sed -i s/nandd/mmcblk0p3/g /mnt/init.sun4i.rc sed -i s/nande/mmcblk0p5/g /mnt/init.sun4i.rc sed -i s/nandh/mmcblk0p8/g /mnt/init.sun4i.rc sed -i s/nandi/mmcblk0p10/g /mnt/init.sun4i.rc Regards Punith -- You received this message

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-03-19 Thread Puneet B
Hi, i fallow this link http://linux-sunxi.org/Cedrus In my ubuntu for mpv player i install from this repository. https://github.com/mpv-player/mpv To get audio through hdmi output, i just compile hdmi as driver and sunxi-codec as module. so now card 0 is hdmi. so audio is playing through

Re: [linux-sunxi] Using coreboot to boot from NAND witout boot0/boot1

2014-03-15 Thread Puneet B
Hi Nuke. Now take the resulting 'u-boot' file, and use it as the coreboot payload. Install as usual and monitor the serial console How to install u-boot to sdcard?. Regards

[linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-03-06 Thread Puneet B
how to configure default configuration of mpv in /home/local/.mpv/config so i can play video from gui. Regards Punith -- 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] Fedora porting in A20.

2014-03-03 Thread Puneet B
Hi Oliver. I tried this one. http://linux-sunxi.org/VLChttp://www.google.com/url?q=http%3A%2F%2Flinux-sunxi.org%2FVLCsa=Dsntz=1usg=AFQjCNHashBJDExaaquJaC4ACKzvBYNMqg But getting lot of error while compiling. http://linux-sunxi.org/Cedrus Need to test. Regarding login issue, i booted as

[linux-sunxi] SATA link down after some time.

2014-03-01 Thread Puneet B
Hi i am using humming board.. i flashed fedora 19 in my board. i used kernel from this link http://docs.cubieboard.org/tutorials/ct1/development/compiling_latest_kernel_for_cubietruck_cubieboard3 . For first time: sata is also power up after some time. able to mount hard disk in gui. but

Re: [linux-sunxi] Fedora porting in A20.

2014-02-28 Thread Puneet B
In Fedora, Is it possible to port vlc and mplayer with cedarx by using fallowing link. http://linux-sunxi.org/VLC http://linux-sunxi.org/Cedrus Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and

Re: [linux-sunxi] Fedora porting in A20.

2014-02-25 Thread Puneet B
Hi Oliver, i did as you said. then i am able to login as root. Then i am able to add user. but once i assign passwd to user. the system hangs at NEW password: (i give passwd and enter it but system is not coming out of statement , then i press cntrl+c then it comes out). i tried with one

[linux-sunxi] Fedora porting in A20.

2014-02-24 Thread Puneet B
Hi HNO, I fallow this link to boot fedora 19 in my A20 board. http://docs.cubieboard.org/tutorials/cb2/installation/cb2_fedora_19_card_install my device is booted fine. then i set root passwd and created an user. but if login both as root and user , device is showing always incorrect

Re: [linux-sunxi] how to flash android in NAND without phonixsuite ..

2014-02-21 Thread Puneet B
Hi Ditmar, I already saw this link . This link will tell us to take the back up of boot0 and boot1. since i am using custom board. i have fresh nand. so how can flash linux into NAND starting from boot0 and boot1. Regards Punith -- You received this message because you are subscribed to

Re: [linux-sunxi] how to flash android in NAND without phonixsuite ..

2014-02-21 Thread Puneet B
Hi Patwood, In my himming bird board android is booting fine from NAND. so i tried to install ubuntu in NAND by this link. https://www.miniand.com/forums/forums/development/topics/boot-ubuntu-lubuntu-from-internal-4g-flash?page=2 My steps: 1i booted ubuntu from sdcard. 2./nand-partv /dev/nand

[linux-sunxi] how to split stereo in to two mono channels

2014-02-21 Thread Puneet B
Hi, How to split stereo input into two mono outputs. if it does, is it possible to play two audio at a time with one soundcard. How to do this one. Kindly tell me. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To

Re: [linux-sunxi] how to flash android in NAND without phonixsuite ..

2014-02-20 Thread Puneet B
Hi arete74, Actually i am not booted android successfully from sdcard. only u-boot ,kernel from sdcard and rootfs mounted from NAND. sorry for inconvenience. and also i dont want to flash NAND from live suite also. i want to flash in to nand from command line ( by using bootable sd card)

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

2014-02-20 Thread Puneet B
Hi CodeKipper, Now i2s is compiled without any error. for i2s interface i am using TLV320AIC3100IRHBR chip for TI. this chip has i2c interface . so is i need to write middle level driver to make i2s audio codec to work. Regards Punith -- You received this message because you are subscribed

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

2014-02-20 Thread Puneet B
Hi Codekipper, we are taking only HPLOUT and HPROUT signal from TI chip. (we are not using remaining outputs). To make this work is we need to write any middle level driver for TLV320AIC3100IRHBR as you shared in link. or did i need to configure from user space by using i2c node file

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

2014-02-20 Thread Puneet B
Hi Jon, if i select i2s codec and spdif codec , i am not getting any node file in /dev/snd/ only have sunxi-codec and sndhdmi node file. ls /dev/snd/ by-path controlC0 controlC1 pcmC0D0c pcmC0D0p pcmC1D0p timer Regards Punith -- You received this message because you are subscribed

Re: [linux-sunxi] how to flash android in NAND without phonixsuite ..

2014-02-20 Thread Puneet B
Hi , Atleast how to flash linux in fresh NAND. Regards Punith -- 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

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

2014-02-19 Thread Puneet B
Hi CodeKipper, ls sound/soc/sunxi/i2s built-in.o Makefile modules.order sndi2s.h sunxi-i2sdma.c sunxi-i2s.h sunxi-sndi2s.h Kconfig modules.builtin sndi2s.c sunxi-i2s.c sunxi-i2sdma.h sunxi-sndi2s.c in menuconfig if i select ARCH_SUN7i then there is no option

[linux-sunxi] how to flash android in NAND without phonixsuite ..

2014-02-19 Thread Puneet B
Hi all, I am using A20 humming bird board. i want to boot android from NAND. i booted android from sd card successfully. i want to know boot0 and boot1 , is it common for all A20 board. and to which sector i need to flash this. Regards Punith -- You received this message because you are

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

2014-02-14 Thread Puneet B
Hi , Finally i got audio output through hdmi without passing command. Here my Update. I remover etc/asound.conf file. in vi /usr/share/alsa/alsa.conf defaults.ctl.card 1 //changed 0 to 1 defaults.pcm.card 1 changed 0 to 1 defaults.pcm.device 0 Now hdmi output working fine. Now i

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

2014-02-14 Thread Puneet B
But how to get audio in both head phone jack and in HDMI. means without changing card in alsa.conf. because in real time, user dont want to change card number every time. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To

[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

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

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-11 Thread Puneet B
Hi Oliver , Here my update: i tried with linaro rootfs also from below link. http://releases.linaro.org/latest/ubuntu/saucy-images. (linaro-saucy-developer-20131216-586.tar.gz). Now linaro ubuntu is booting fine. Here also has the same issue. still video is not playing smoothly. Regarding

[linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-10 Thread Puneet B
http://linux-sunxi.org/Cedrus Is this link will allow to play the hd video from Gui. or this will also work in only command prompt. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop

[linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-10 Thread Puneet B
Hi I am not able to play hd videos smoothly from this link. http://linux-sunxi.org/Cedrus Here is my Procedure what i have done: 1setenv sunxi_ve_mem_reserve '128' 2git clone https://github.com/linux-sunxi/libvdpau-sunxi 3cd libvdpau-sunxi 4make 5make install Then i have libvdpau_sunxi.so.1

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-10 Thread Puneet B
Hi Oliver. sorry i changed permission to cedar_dev (typo error). Try the big buck buney h264 or sintel h264 demo's. Can you explain this , as i am not getting. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-10 Thread Puneet B
Hi Oliver, As i played you video also , has the same issue. Video is not playing smoothly. Here is log: MPlayer2 UNKNOWN (C) 2000-2011 MPlayer Team mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-10 Thread Puneet B
Hi Oliver, Sorry for inconvenience , actually i upload wrong log. Because my logitech keyboard is not good. still Video is not playing smoothly. Here is actual log: MPlayer2 UNKNOWN (C) 2000-2011 MPlayer Team mplayer: could not connect to socket mplayer: No such file or directory Failed to

[linux-sunxi] Is it possible to open the image always in land scape mode.

2014-02-08 Thread Puneet B
Hi , I ported Ubuntu in my A20 board. Is it possible to open image always in landscape mode. if image in portrait mode. Is i need to do any software changes. and how to get better quality image display. Regards Punith -- You received this message because you are subscribed to the Google

[linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-04 Thread Puneet B
Hi Patrick, i just fallow this procedure in link. http://linux-sunxi.org/Cedrus http://linux-sunxi.org/XBMC every thing done correctly. but once i play the video , only audio is coming ,there is no video output. Here is log. mplayer -vo vdpau -vc ffmpeg12vdpau,ffh264vdpau,

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-04 Thread Puneet B
Hi Oliver, I did same procedure. Regards punith On Tue, Feb 4, 2014 at 8:00 PM, Olliver Schinagl oliver+l...@schinagl.nlwrote: On 04-02-14 11:35, Puneet B wrote: vo: couldn't open the X11 display ()! Error opening/initializing the selected video_out (-vo) device. You probably forgot

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-04 Thread Puneet B
Hi Patrick, If i run in an xterm, video playing but not smoothly. if i run in an minicom console video is not playing. Xterm video is playing with vdpau ,x11 but not smooothly. video is not playing with directfb . in minicom terminal video is not playing with vdpau ,x11 video is playing with

Re: [linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-02-02 Thread Puneet B
Hi Patrick, I dont have any ttyS0.conf file in my etc directory. Can you tell, how to add this. Regards Punith -- 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

Re: [linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-01-31 Thread Puneet B
HI , I used some previous rootfs which is used for my A10 board. Now UBUNTU is booting fine. But Once i play 720p video , the video is not playing smoothly(playing like slow motion). i tried with installing mali.ko and ump.ko. But not yet worked. kindly suggest me what will be issue.

Re: [linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-01-28 Thread Puneet B
Hi Dimitriy, I downloded linaro-saucy-developer-20131216-586.tar.gz and i copied in sdcard and booted. But i got struck here: [7.057834] devtmpfs: mounted 6Freeing init memory: 216K [7.069043] Freeing init memory: 216K 6Write protecting the kernel text section c0008000 - c0817000 [

[linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-01-27 Thread Puneet B
Hi Patrick, I downloaded rootfs from this link for armhf . http://cdimage.ubuntu.com/ubuntu-core/releases/13.10/release/ but once i boot i got struck here. 6Freeing init memory: 212K [6.629097] Freeing init memory: 212K 6Write protecting the kernel text section c0008000 - c07d2000 [

[linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-01-27 Thread Puneet B
i downloaded fallowing package. ubuntu-core-13.10-core-armhf.tar.gz Regards Punith -- 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: How to test wifi in A20.

2014-01-16 Thread Puneet B
Hi, While tracing problem i found below issue. i am getting error in log as: [4.780261] [dhd_module_init] get wl_host_wake gpio failed The code is from here:./ vim linux-sunxi/drivers/net/wireless/bcmdhd/dhd_linux.c +4396 if (gpio_request(WL_HOST_WAKE_DEF_GPIO, wl_host_wake)) {

Re: [linux-sunxi] Re: ethernet is not working...

2014-01-15 Thread Puneet B
Hi ma haijun, My wifi chip ap6210 is not working. Here My log regarding wifi: wakeup src cnt is : 0. [0.373732] [wifi]: select wifi: ap6210 !! [0.374115] [ap6xxx]: module power name [0.374134] [ap6xxx]: ap6xxx module power set by axp. [0.374151] [ap6xxx]: get power regulator

[linux-sunxi] Re: How to test wifi in A20.

2014-01-15 Thread Puneet B
Hi My wifi chip ap6210 is not working. Here My log regarding wifi: wakeup src cnt is : 0. [0.373732] [wifi]: select wifi: ap6210 !! [0.374115] [ap6xxx]: module power name [0.374134] [ap6xxx]: ap6xxx module power set by axp. [0.374151] [ap6xxx]: get power regulator failed. [

Re: [linux-sunxi] Re: ethernet is not working...

2014-01-11 Thread Puneet B
Hi ma haijun, From hummingbird people only i got source code. But in my script i dont have any gmac. Can you tell me which driver need to enabled for gmac. and is there need to do any change in script. Kindly suggest me. Regards Punith -- You received this message because you are

Re: [linux-sunxi] Re: ethernet is not working...

2014-01-10 Thread Puneet B
Hi Jon, I did not get any message while plug an unplug. Regards Punith -- 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.

Re: [linux-sunxi] Re: Lcd in danger

2014-01-10 Thread Puneet B
Hi Actually the that error is because of wrong configuration lcd parameters in scripts. try to add default configuration or if you are using lcd , try to add actual configuration. and check with this also [disp_init] disp_init_enable= 1 disp_mode = 0

Re: [linux-sunxi] Re: ethernet is not working...

2014-01-10 Thread Puneet B
Hi Jon, Yes it is working with my pc. Regards Punith -- 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,

[linux-sunxi] Re: ethernet is not working...

2014-01-09 Thread Puneet B
i am getting repeated execution of these statement. Can you explain for what it is?. [ 9501.003002] sunxi_emac sunxi_emac.0: tx time out, resetting emac 3sunxi_emac sunxi_emac.0: tx time out, resetting emac [ 9511.003140] sunxi_emac sunxi_emac.0: tx time out, resetting emac 3sunxi_emac

Re: [linux-sunxi] Re: ethernet is not working...

2014-01-09 Thread Puneet B
Hi, I am using linux sunxi 3.4 kernel. form linux-sunxi git On Thu, Jan 9, 2014 at 9:31 PM, Arokux X aro...@gmail.com wrote: Which kernel are you booting? Without this info how can someone help you? -- You received this message because you are subscribed to a topic in the Google Groups

  1   2   >