* Rcar Gen2: DU: Bootlogs Error and show image error
@ 2015-11-20 7:39 Cao Minh Hiep
2015-11-25 1:08 ` Laurent Pinchart
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Cao Minh Hiep @ 2015-11-20 7:39 UTC (permalink / raw)
To: linux-sh
Hi Laurent-san
Thanks for your kindness support!
I don't mean to bother you!
But as you know, we have reported to you before, have some problems
related to DU driver.
We couldn't show a image on the display. We found the messages as showed
below:
-----
Boot logs on Rcar-H2:
rcar-du feb00000.display: failed to initialize encoder
/i2c@e6520000/hdmi@39 (-38), skipping
rcar-du feb00000.display: fb0: frame buffer device
-----
Boot logs on Rcar-M2:
rcar-du feb00000.display: failed to initialize encoder
/i2c@e6530000/hdmi@39 (-g
rcar-du feb00000.display: error: no encoder could be initialized
rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
rcar-du: probe of feb00000.display failed with error -22
-----
This is tested on linux stable v4.3.
Please have a look when you have time.
Best Regards,
Jinso/Cao Minh Hiep.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Rcar Gen2: DU: Bootlogs Error and show image error
2015-11-20 7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
@ 2015-11-25 1:08 ` Laurent Pinchart
2015-11-26 2:48 ` Cao Minh Hiep
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Laurent Pinchart @ 2015-11-25 1:08 UTC (permalink / raw)
To: linux-sh
Hello, and sorry for the late reply.
On Friday 20 November 2015 16:39:28 Cao Minh Hiep wrote:
> Hi Laurent-san
>
> Thanks for your kindness support!
> I don't mean to bother you!
You're not bothering me at all :-)
> But as you know, we have reported to you before, have some problems
> related to DU driver.
> We couldn't show a image on the display. We found the messages as showed
> below:
> -----
> Boot logs on Rcar-H2:
> rcar-du feb00000.display: failed to initialize encoder
> /i2c@e6520000/hdmi@39 (-38), skipping
> rcar-du feb00000.display: fb0: frame buffer device
> -----
> Boot logs on Rcar-M2:
> rcar-du feb00000.display: failed to initialize encoder
> /i2c@e6530000/hdmi@39 (-g
> rcar-du feb00000.display: error: no encoder could be initialized
> rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
> rcar-du: probe of feb00000.display failed with error -22
> -----
>
> This is tested on linux stable v4.3.
> Please have a look when you have time.
Have you enabled CONFIG_DRM_RCAR_HDMI ?
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Rcar Gen2: DU: Bootlogs Error and show image error
2015-11-20 7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
2015-11-25 1:08 ` Laurent Pinchart
@ 2015-11-26 2:48 ` Cao Minh Hiep
2015-11-27 0:39 ` Laurent Pinchart
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Cao Minh Hiep @ 2015-11-26 2:48 UTC (permalink / raw)
To: linux-sh
Hi Laurent-san
Thanks for your reply!
On 2015年11月25日 10:08, Laurent Pinchart wrote:
> Hello, and sorry for the late reply.
No, problems!
> On Friday 20 November 2015 16:39:28 Cao Minh Hiep wrote:
>> Hi Laurent-san
>>
>> Thanks for your kindness support!
>> I don't mean to bother you!
> You're not bothering me at all :-)
>
>> But as you know, we have reported to you before, have some problems
>> related to DU driver.
>> We couldn't show a image on the display. We found the messages as showed
>> below:
>> -----
>> Boot logs on Rcar-H2:
>> rcar-du feb00000.display: failed to initialize encoder
>> /i2c@e6520000/hdmi@39 (-38), skipping
>> rcar-du feb00000.display: fb0: frame buffer device
>> -----
>> Boot logs on Rcar-M2:
>> rcar-du feb00000.display: failed to initialize encoder
>> /i2c@e6530000/hdmi@39 (-g
>> rcar-du feb00000.display: error: no encoder could be initialized
>> rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
>> rcar-du: probe of feb00000.display failed with error -22
>> -----
>>
>> This is tested on linux stable v4.3.
>> Please have a look when you have time.
> Have you enabled CONFIG_DRM_RCAR_HDMI ?
>
Yes, These initialize logs are taken with default config that
CONFIG_DRM_RCAR_HDMI disabled at v4.3.
But when we enabled CONFIG_DRM_RCAR_HDMI, then we still could not show
any images on HDMI or RGB Screen.
I found that, CONFIG_DRM_RCAR_HDMI have already enabled in default
config at v4.4-rc2.
But have a error message as below and DU is still not improved(still can
not show images on screen).
On Rcar-H2(Lager):
[drm] Initialized drm 1.1.0 20060810
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] No driver support for vblank timestamp query.
rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
rcar-du feb00000.display: fb0: frame buffer device
[drm] Initialized rcar-du 1.0.0 20130110 on minor 0
On Rcar-M2(Koelsch):
[drm] Initialized drm 1.1.0 20060810
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] No driver support for vblank timestamp query.
rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
rcar-du feb00000.display: fb0: frame buffer device
[drm] Initialized rcar-du 1.0.0 20130110 on minor 0
Thank you!
Jinso/Hiep
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Rcar Gen2: DU: Bootlogs Error and show image error
2015-11-20 7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
2015-11-25 1:08 ` Laurent Pinchart
2015-11-26 2:48 ` Cao Minh Hiep
@ 2015-11-27 0:39 ` Laurent Pinchart
2015-11-27 6:13 ` Cao Minh Hiep
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Laurent Pinchart @ 2015-11-27 0:39 UTC (permalink / raw)
To: linux-sh
Hello,
On Thursday 26 November 2015 11:48:22 Cao Minh Hiep wrote:
> On 2015年11月25日 10:08, Laurent Pinchart wrote:
> > On Friday 20 November 2015 16:39:28 Cao Minh Hiep wrote:
> >> Hi Laurent-san
> >>
> >> Thanks for your kindness support!
> >> I don't mean to bother you!
> >
> > You're not bothering me at all :-)
> >
> >> But as you know, we have reported to you before, have some problems
> >> related to DU driver.
> >> We couldn't show a image on the display. We found the messages as showed
> >> below:
> >> -----
> >> Boot logs on Rcar-H2:
> >> rcar-du feb00000.display: failed to initialize encoder
> >> /i2c@e6520000/hdmi@39 (-38), skipping
> >> rcar-du feb00000.display: fb0: frame buffer device
> >> -----
> >> Boot logs on Rcar-M2:
> >> rcar-du feb00000.display: failed to initialize encoder
> >> /i2c@e6530000/hdmi@39 (-g
> >> rcar-du feb00000.display: error: no encoder could be initialized
> >> rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
> >> rcar-du: probe of feb00000.display failed with error -22
> >> -----
> >>
> >> This is tested on linux stable v4.3.
> >> Please have a look when you have time.
> >
> > Have you enabled CONFIG_DRM_RCAR_HDMI ?
>
> Yes, These initialize logs are taken with default config that
> CONFIG_DRM_RCAR_HDMI disabled at v4.3.
> But when we enabled CONFIG_DRM_RCAR_HDMI, then we still could not show
> any images on HDMI or RGB Screen.
>
> I found that, CONFIG_DRM_RCAR_HDMI have already enabled in default
> config at v4.4-rc2.
> But have a error message as below and DU is still not improved(still can
> not show images on screen).
>
>
> On Rcar-H2(Lager):
>
> [drm] Initialized drm 1.1.0 20060810
> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [drm] No driver support for vblank timestamp query.
> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
> rcar-du feb00000.display: fb0: frame buffer device
> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
>
> On Rcar-M2(Koelsch):
>
> [drm] Initialized drm 1.1.0 20060810
> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [drm] No driver support for vblank timestamp query.
> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
> rcar-du feb00000.display: fb0: frame buffer device
> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
-517 (-EPROBE_DEFER) means that probe deferral is requested because a required
dependency is not present. Have you compiled and loaded the adv7511 driver
(CONFIG_DRM_I2C_ADV7511) ?
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Rcar Gen2: DU: Bootlogs Error and show image error
2015-11-20 7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
` (2 preceding siblings ...)
2015-11-27 0:39 ` Laurent Pinchart
@ 2015-11-27 6:13 ` Cao Minh Hiep
2015-12-02 7:23 ` Cao Minh Hiep
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Cao Minh Hiep @ 2015-11-27 6:13 UTC (permalink / raw)
To: linux-sh
Hello Laurent-san,
>>>> But as you know, we have reported to you before, have some problems
>>>> related to DU driver.
>>>> We couldn't show a image on the display. We found the messages as showed
>>>> below:
>>>> -----
>>>> Boot logs on Rcar-H2:
>>>> rcar-du feb00000.display: failed to initialize encoder
>>>> /i2c@e6520000/hdmi@39 (-38), skipping
>>>> rcar-du feb00000.display: fb0: frame buffer device
>>>> -----
>>>> Boot logs on Rcar-M2:
>>>> rcar-du feb00000.display: failed to initialize encoder
>>>> /i2c@e6530000/hdmi@39 (-g
>>>> rcar-du feb00000.display: error: no encoder could be initialized
>>>> rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
>>>> rcar-du: probe of feb00000.display failed with error -22
>>>> -----
>>>>
>>>> This is tested on linux stable v4.3.
>>>> Please have a look when you have time.
>>> Have you enabled CONFIG_DRM_RCAR_HDMI ?
>> Yes, These initialize logs are taken with default config that
>> CONFIG_DRM_RCAR_HDMI disabled at v4.3.
>> But when we enabled CONFIG_DRM_RCAR_HDMI, then we still could not show
>> any images on HDMI or RGB Screen.
>>
>> I found that, CONFIG_DRM_RCAR_HDMI have already enabled in default
>> config at v4.4-rc2.
>> But have a error message as below and DU is still not improved(still can
>> not show images on screen).
>>
>>
>> On Rcar-H2(Lager):
>>
>> [drm] Initialized drm 1.1.0 20060810
>> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
>> [drm] No driver support for vblank timestamp query.
>> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
>> rcar-du feb00000.display: fb0: frame buffer device
>> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
>>
>> On Rcar-M2(Koelsch):
>>
>> [drm] Initialized drm 1.1.0 20060810
>> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
>> [drm] No driver support for vblank timestamp query.
>> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
>> rcar-du feb00000.display: fb0: frame buffer device
>> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
> -517 (-EPROBE_DEFER) means that probe deferral is requested because a required
> dependency is not present. Have you compiled and loaded the adv7511 driver
> (CONFIG_DRM_I2C_ADV7511) ?
>
Yes, CONFIG_DRM_I2C_ADV7511=y has already enabled in default config at
v4.4-rc2.
I also have enabled CONFIG_DRM_SHMOBILE and CONFIG_FB_SH_MOBILE_HDMI
then test.
But It has nothing change.
Is there other configuration or reason could we think?
we usually use Morimoto-san's the bmap tool to show a image as below:
./bmap /dev/fb0 ./hdmi.bmp
It is good for showing a image in bsp version ltsi-v3.10.31-rcar/gen2-1.9.5.
Thank you!
Jinso/Hiep
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Rcar Gen2: DU: Bootlogs Error and show image error
2015-11-20 7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
` (3 preceding siblings ...)
2015-11-27 6:13 ` Cao Minh Hiep
@ 2015-12-02 7:23 ` Cao Minh Hiep
2015-12-13 19:45 ` Laurent Pinchart
2016-06-29 23:58 ` Laurent Pinchart
6 siblings, 0 replies; 8+ messages in thread
From: Cao Minh Hiep @ 2015-12-02 7:23 UTC (permalink / raw)
To: linux-sh
Hi Laurent-san
Sorry to bother you again!
On 2015年11月27日 15:13, Cao Minh Hiep wrote:
> Hello Laurent-san,
>
>
>>>>> But as you know, we have reported to you before, have some problems
>>>>> related to DU driver.
>>>>> We couldn't show a image on the display. We found the messages as
>>>>> showed
>>>>> below:
>>>>> -----
>>>>> Boot logs on Rcar-H2:
>>>>> rcar-du feb00000.display: failed to initialize encoder
>>>>> /i2c@e6520000/hdmi@39 (-38), skipping
>>>>> rcar-du feb00000.display: fb0: frame buffer device
>>>>> -----
>>>>> Boot logs on Rcar-M2:
>>>>> rcar-du feb00000.display: failed to initialize encoder
>>>>> /i2c@e6530000/hdmi@39 (-g
>>>>> rcar-du feb00000.display: error: no encoder could be initialized
>>>>> rcar-du feb00000.display: failed to initialize DRM/KMS (-22)
>>>>> rcar-du: probe of feb00000.display failed with error -22
>>>>> -----
>>>>>
>>>>> This is tested on linux stable v4.3.
>>>>> Please have a look when you have time.
>>>> Have you enabled CONFIG_DRM_RCAR_HDMI ?
>>> Yes, These initialize logs are taken with default config that
>>> CONFIG_DRM_RCAR_HDMI disabled at v4.3.
>>> But when we enabled CONFIG_DRM_RCAR_HDMI, then we still could not show
>>> any images on HDMI or RGB Screen.
>>>
>>> I found that, CONFIG_DRM_RCAR_HDMI have already enabled in default
>>> config at v4.4-rc2.
>>> But have a error message as below and DU is still not improved(still
>>> can
>>> not show images on screen).
>>>
>>>
>>> On Rcar-H2(Lager):
>>>
>>> [drm] Initialized drm 1.1.0 20060810
>>> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
>>> [drm] No driver support for vblank timestamp query.
>>> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
>>> rcar-du feb00000.display: fb0: frame buffer device
>>> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
>>>
>>> On Rcar-M2(Koelsch):
>>>
>>> [drm] Initialized drm 1.1.0 20060810
>>> [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
>>> [drm] No driver support for vblank timestamp query.
>>> rcar-du feb00000.display: failed to initialize DRM/KMS (-517)
>>> rcar-du feb00000.display: fb0: frame buffer device
>>> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
>> -517 (-EPROBE_DEFER) means that probe deferral is requested because a
>> required
>> dependency is not present. Have you compiled and loaded the adv7511
>> driver
>> (CONFIG_DRM_I2C_ADV7511) ?
>>
> Yes, CONFIG_DRM_I2C_ADV7511=y has already enabled in default config at
> v4.4-rc2.
> I also have enabled CONFIG_DRM_SHMOBILE and CONFIG_FB_SH_MOBILE_HDMI
> then test.
> But It has nothing change.
> Is there other configuration or reason could we think?
>
Does this problem happen on your board?
If not, Could you please send me your config file?.
Thank you!
Jinso/Hiep
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Rcar Gen2: DU: Bootlogs Error and show image error
2015-11-20 7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
` (4 preceding siblings ...)
2015-12-02 7:23 ` Cao Minh Hiep
@ 2015-12-13 19:45 ` Laurent Pinchart
2016-06-29 23:58 ` Laurent Pinchart
6 siblings, 0 replies; 8+ messages in thread
From: Laurent Pinchart @ 2015-12-13 19:45 UTC (permalink / raw)
To: linux-sh
Hello Cao Minh-san,
(this is a bit of a stupid question, and I apologize for that, but what is the
proper way to address you, Cao-san, Cao Minh-san, Hiep-san, or something else
?)
On Thursday 10 December 2015 10:43:18 Cao Minh Hiep wrote:
>
> >>> Yes, CONFIG_DRM_I2C_ADV7511=y has already enabled in default config at
> >>> v4.4-rc2.
> >>> I also have enabled CONFIG_DRM_SHMOBILE and CONFIG_FB_SH_MOBILE_HDMI
> >>> then test.
> >>> But It has nothing change.
> >>> Is there other configuration or reason could we think?
> >>
> >> Does this problem happen on your board?
> >> If not, Could you please send me your config file?.
> >
> > Sorry for the delay, I wanted to retry on my Koelsch board before
> > replying.
> >
> > The probe deferral error (-517) you're seeing is normal, it comes from the
> > DU being probed before its dependencies. Probe is deferred and retried,
> > and finally succeeds as shown by
> >
> > [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
> >
> > With a stock v4.4-rc2 kernel I get the same result, and I can then use the
> > HDMI output without any issue with the modetest application.
> >
> > I've attached the kernel configuration I used for testing, just in case.
>
> Thanks, I have changed our HDMI display device(Old one -> other newer one),
> and then I could show a image on the display successfully. This test is
> on Koelsch board.
> But I found that, before showing the image on HDMI display,
> I have to enable CONFIG_FRAMEBUFFER_CONSOLE =y or
> run a command something like "fbset -xres 640 -yres 480 -laced 0", in
> order to clear the first screen.
>
> On Lager, with the same test method, I could show a image on RGB display
> very well,
> but when I showed image on HDMI display, The image showed on display
> looks bad as attached picture.
> The attached picture: HDMI-Display-image-showed-from-Lager.jpg
>
> Please have a look and show me what i have to do!
I'll try to reproduce that. Could you please send me the image file and the
exact test procedure ?
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Rcar Gen2: DU: Bootlogs Error and show image error
2015-11-20 7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
` (5 preceding siblings ...)
2015-12-13 19:45 ` Laurent Pinchart
@ 2016-06-29 23:58 ` Laurent Pinchart
6 siblings, 0 replies; 8+ messages in thread
From: Laurent Pinchart @ 2016-06-29 23:58 UTC (permalink / raw)
To: linux-sh
Hello Hiep-san,
On Tuesday 28 Jun 2016 10:19:20 Hiep Cao Minh wrote:
> Hi Laurent-san
>
> Sorry to bother you again!
> I would like to confirm the fixed patch for this issue on Lager.
> I have retested it on Lager(Rcar-H2), The issue still happens at the
> Linux upstream version v4.7-rc2
> Have you released the fixed patch?
> Please tell me the version and test method if you have already released it.
> I resent the damage image when displaying it on the HDMI screen.
I'm currently traveling and have only taken my H3 board with me, so I don't
have access to Lager. I'll be back home on the 5th of July and then test this.
Sorry for the delay.
> On 12/17/2015 03:37 PM, Cao Minh Hiep wrote:
> > Hello Laurent-san
> >
> > On 2015年12月14日 04:45, Laurent Pinchart wrote:
> >> Hello Cao Minh-san,
> >>
> >> (this is a bit of a stupid question, and I apologize for that, but
> >> what is the
> >> proper way to address you, Cao-san, Cao Minh-san, Hiep-san, or
> >> something else
> >> ?)
> >
> > No problems! :) , Hiep is my name! Every one calls me Hiep,
> >
> >> On Thursday 10 December 2015 10:43:18 Cao Minh Hiep wrote:
> >>>>>> Yes, CONFIG_DRM_I2C_ADV7511=y has already enabled in default
> >>>>>> config at
> >>>>>> v4.4-rc2.
> >>>>>> I also have enabled CONFIG_DRM_SHMOBILE and CONFIG_FB_SH_MOBILE_HDMI
> >>>>>> then test.
> >>>>>> But It has nothing change.
> >>>>>> Is there other configuration or reason could we think?
> >>>>>
> >>>>> Does this problem happen on your board?
> >>>>> If not, Could you please send me your config file?.
> >>>>
> >>>> Sorry for the delay, I wanted to retry on my Koelsch board before
> >>>> replying.
> >>>>
> >>>> The probe deferral error (-517) you're seeing is normal, it comes
> >>>> from the
> >>>> DU being probed before its dependencies. Probe is deferred and
> >>>> retried,
> >>>> and finally succeeds as shown by
> >>>>
> >>>> [drm] Initialized rcar-du 1.0.0 20130110 on minor 0
> >>>>
> >>>> With a stock v4.4-rc2 kernel I get the same result, and I can then
> >>>> use the
> >>>> HDMI output without any issue with the modetest application.
> >>>>
> >>>> I've attached the kernel configuration I used for testing, just in
> >>>> case.
> >>>
> >>> Thanks, I have changed our HDMI display device(Old one -> other
> >>> newer one),
> >>> and then I could show a image on the display successfully. This test is
> >>> on Koelsch board.
> >>> But I found that, before showing the image on HDMI display,
> >>> I have to enable CONFIG_FRAMEBUFFER_CONSOLE =y or
> >>> run a command something like "fbset -xres 640 -yres 480 -laced 0", in
> >>> order to clear the first screen.
> >>>
> >>> On Lager, with the same test method, I could show a image on RGB
> >>> display
> >>> very well,
> >>> but when I showed image on HDMI display, The image showed on display
> >>> looks bad as attached picture.
> >>> The attached picture: HDMI-Display-image-showed-from-Lager.jpg
> >>>
> >>> Please have a look and show me what i have to do!
> >>
> >> I'll try to reproduce that. Could you please send me the image file
> >> and the
> >> exact test procedure ?
> >
> > I tested on v4.4-rc2 on Lager board.
> >
> > CONFIG_DRM_RCAR_HDMI=y
> > CONFIG_DRM_I2C_ADV7511=y
> > VIDEO_ADV7511=y
> > CONFIG_FRAMEBUFFER_CONSOLE =y
> >
> > I used the Morimoto-san's bmap tool to show image file.
> > ./bmap /dev/fb0 ./picture.bmp
> >
> > I attach bmap file and the image file "picture.bmp".
> >
> > Regards,
> > Jinso/Hiep.
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-06-29 23:58 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-20 7:39 Rcar Gen2: DU: Bootlogs Error and show image error Cao Minh Hiep
2015-11-25 1:08 ` Laurent Pinchart
2015-11-26 2:48 ` Cao Minh Hiep
2015-11-27 0:39 ` Laurent Pinchart
2015-11-27 6:13 ` Cao Minh Hiep
2015-12-02 7:23 ` Cao Minh Hiep
2015-12-13 19:45 ` Laurent Pinchart
2016-06-29 23:58 ` Laurent Pinchart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).