On Fri, Jan 10, 2014 at 10:31 PM, Dmitriy B. <[email protected]> wrote:
> 2014/1/10 [email protected] <[email protected]>
>
>> I see this in dmesg so maybe power is not my problem.
>>
>> <4>[    1.617154] regulator_init_complete: axp20_buck3: incomplete
>> constraints, leaving on
>> <4>[    1.617506] regulator_init_complete: axp20_buck2: incomplete
>> constraints, leaving on
>> <4>[    1.617853] regulator_init_complete: axp20_ldo4: incomplete
>> constraints, leaving on
>> <4>[    1.618198] regulator_init_complete: axp20_ldo3: incomplete
>> constraints, leaving on
>> <4>[    1.618542] regulator_init_complete: axp20_ldo2: incomplete
>> constraints, leaving on
>> <4>[    1.618886] regulator_init_complete: axp20_ldo1: incomplete
>> constraints, leaving on
>
>
> Do you have I2C support built-in or as a module?
> You should have this built-in:
>
> CONFIG_I2C=y
> CONFIG_AW_AXP=y
> CONFIG_I2C_SUNXI=y

All three of those are Y on 3.4.75. Still getting the probe deferral message.

How do I get rid of this one? I have HDMI monitor.
[    5.884788] [DISP] *** Lcd in danger...
<4>[DISP] *** Lcd in danger...

I'm making progress on the camera, now I have to track down where the
buffers aren't getting recycled. I am testing a beta armhf build from
Allwinner for h.264 encoder.  If you are interested let me know, not
clear that it is working well enough yet for public consumption.

[CSI_DEBUG]buffer_queue
[CSI_DEBUG]csi_isr
[CSI_DEBUG]buf ptr=ee456080
[CSI_DEBUG]buf ptr=ee456b80
[CSI_DEBUG]csi_buf_addr_y=479c4000
[CSI_DEBUG]csi_buf_addr_cb=47a0f000
[CSI_DEBUG]csi_buf_addr_cr=47a0f000
D/venc-file: (63) buffer address is b6297000
D/venc-file: (68) [CSI_DEBUG]buffer_prepare
pts =
[CSI_DEBUG]buffer_queue
[CSI_DEBUG]csi_isr
[CSI_DEBUG]buf ptr=ee456d80
[CSI_DEBUG]buf ptr=ee456000
[CSI_DEBUG]csi_buf_addr_y=47800000
[CSI_DEBUG]csi_buf_addr_cb=4784b000
[CSI_DEBUG]csi_buf_addr_cr=4784b000
D/venc-file: (63) buffer address is b6226000
D/venc-file: (68) [CSI_DEBUG]buffer_prepare
pts =
[CSI_DEBUG]buffer_queue
[CSI_DEBUG]csi_isr
[CSI_DEBUG]buf ptr=ee456b80
[CSI_DEBUG]buf ptr=ee456d00
[CSI_DEBUG]csi_buf_addr_y=47871000
[CSI_DEBUG]csi_buf_addr_cb=478bc000
[CSI_DEBUG]csi_buf_addr_cr=478bc000
D/venc-file: (63) buffer address is b61b5000
D/venc-file: (68) [CSI_DEBUG]buffer_prepare
pts =
[CSI_DEBUG]buffer_queue
[CSI_DEBUG]csi_isr
[CSI_DEBUG]buf ptr=ee456000
[CSI_DEBUG]buf ptr=ee456080
[CSI_DEBUG]csi_buf_addr_y=478e2000
[CSI_DEBUG]csi_buf_addr_cb=4792d000
[CSI_DEBUG]csi_buf_addr_cr=4792d000
D/venc-file: (63) buffer address is b6379000
D/venc-file: (68) pts =
[CSI_DEBUG]csi_isr
[CSI_DEBUG]buf ptr=ee456d00
[CSI_DEBUG]buf ptr=ee456d80
[CSI_DEBUG]csi_buf_addr_y=47953000
[CSI_DEBUG]csi_buf_addr_cb=4799e000
[CSI_DEBUG]csi_buf_addr_cr=4799e000
D/venc-file: (63) buffer address is b6308000
D/venc-file: (68) pts =
[CSI_DEBUG]csi_isr
[CSI_DEBUG]buf ptr=ee456080
[CSI_DEBUG]buf ptr=ee456b80
[CSI_DEBUG]csi_buf_addr_y=479c4000
[CSI_DEBUG]csi_buf_addr_cb=47a0f000
[CSI_DEBUG]csi_buf_addr_cr=47a0f000
D/venc-file: (63) buffer address is b6297000
D/venc-file: (68) pts =
[CSI_DEBUG]csi_isr
[CSI_DEBUG]buf ptr=ee456d80
[CSI_DEBUG]No more free frame on next time
D/venc-file: (63) buffer address is b6226000
D/venc-file: (68) pts =
[CSI_DEBUG]csi_isr
[CSI_DEBUG]buf ptr=ee456b80
[CSI_DEBUG]No more free frame
D/venc-file: (63) buffer address is b61b5000
D/venc-file: (68) pts =
W/V4L2: (430) GetPreviewFrame: VIDIOC_DQBUF Failed
E/CameraSource: (79) get frame error
W/V4L2: (430) GetPreviewFrame: VIDIOC_DQBUF Failed
E/CameraSource: (79) get frame error
W/V4L2: (430) GetPreviewFrame: VIDIOC_DQBUF Failed
E/CameraSource: [CSI_DEBUG]csi_isr
<6>[CSI_ERR]No active queue to serve
(79) get frame error
W/V4L2: (430) GetPreviewFrame: VIDIOC_DQBUF Failed
E/CameraSource: (79) get frame error
W/V4L2: (430) GetPreviewFrame: VIDIOC_DQBUF Failed
E/CameraSource: (79) get frame error
W/V4L2: (430) GetPreviewFrame: VIDIOC_DQBUF Failed
E/[CSI_DEBUG]buffer_prepare
CameraSource: (79) get frame err[CSI_DEBUG]buffer_queue
or
W/V4L2: (430) GetPreviewFram[CSI_DEBUG]csi_isr
[CSI_DEBUG]buf ptr=ee456000
[CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee456000
[CSI_DEBUG]No more free frame
e: VIDIOC_DQBUF Failed
E/CameraSource: (79) get frame error
W/[CSI_DEBUG]buffer_prepare
V4L2: (430) GetPreviewFrame: VID[CSI_DEBUG]buffer_queue
IOC_DQBUF Failed
E/CameraSource[CSI_DEBUG]csi_isr
[CSI_DEBUG]buf ptr=ee456d00
[CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee456d00
[CSI_DEBUG]No more free frame
: (79) get frame error
W/V4L2: [CSI_DEBUG]buffer_prepare





>
> to get rid of 'incomplete constraints' errors.
>
> Also, on latest 3.4 kernel you should have i2c_sunxi default to 'y', maybe
> you are checking out really old hash, probably, because sunxi-bsp submodule
> was not updated.
>
> Best Regards,
> Dmitriy Beykun
>
> --
> 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 [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
Jon Smirl
[email protected]

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to