All of lore.kernel.org
 help / color / mirror / Atom feed
* "broken dt data from edma" message while booting linux-ti-staging-rt-4.1
@ 2015-12-16 12:48 matti kaasinen
  2015-12-16 16:05 ` matti kaasinen
  0 siblings, 1 reply; 4+ messages in thread
From: matti kaasinen @ 2015-12-16 12:48 UTC (permalink / raw)
  To: meta-arago

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]

Hi!

I have seen nightly builds of fido RT passing quite consistently. However,
I got nasty error messages while my am335x booted linux-ti-staging-rt-4.1
as follows:

[    0.146612] omap_hwmod: tptc0 using broken dt data from edma
[    0.146751] omap_hwmod: tptc1 using broken dt data from edma
[    0.146868] omap_hwmod: tptc2 using broken dt data from edma
[    0.151906] omap_hwmod: debugss: _wait_target_disable failed

Perhaps for this reason I also get:
Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device

and

Failed to get index for interface name 'eth0': No such device

- so I don't get Ethernet up and running.

I have used Yocto version of meta-ti (fido).

I found
https://www.mail-archive.com/linux-omap@vger.kernel.org/msg116472.html
discussing this problem, but I did not these changes made in am33xx.dtsi.

What patches should I need to get rt-4.1 running properly?

Thanks,
Matti

[-- Attachment #2: Type: text/html, Size: 1254 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: "broken dt data from edma" message while booting linux-ti-staging-rt-4.1
  2015-12-16 12:48 "broken dt data from edma" message while booting linux-ti-staging-rt-4.1 matti kaasinen
@ 2015-12-16 16:05 ` matti kaasinen
  2015-12-18  9:27   ` matti kaasinen
  0 siblings, 1 reply; 4+ messages in thread
From: matti kaasinen @ 2015-12-16 16:05 UTC (permalink / raw)
  To: meta-arago

[-- Attachment #1: Type: text/plain, Size: 1380 bytes --]

Those " broken dt data" lines are not the problem. They seem to exist also
in normal 3.14 boot without problems. Two clear differences are: there is
no nand flash memory mapping and that there is that SIOCGIFFLAGS.

Perhaps I try normal 4.1 kernel also. I used to get it running before.

- Matti

2015-12-16 14:48 GMT+02:00 matti kaasinen <matti.kaasinen@gmail.com>:

> Hi!
>
> I have seen nightly builds of fido RT passing quite consistently. However,
> I got nasty error messages while my am335x booted linux-ti-staging-rt-4.1
> as follows:
>
> [    0.146612] omap_hwmod: tptc0 using broken dt data from edma
> [    0.146751] omap_hwmod: tptc1 using broken dt data from edma
> [    0.146868] omap_hwmod: tptc2 using broken dt data from edma
> [    0.151906] omap_hwmod: debugss: _wait_target_disable failed
>
> Perhaps for this reason I also get:
> Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device
>
> and
>
> Failed to get index for interface name 'eth0': No such device
>
> - so I don't get Ethernet up and running.
>
> I have used Yocto version of meta-ti (fido).
>
> I found
> https://www.mail-archive.com/linux-omap@vger.kernel.org/msg116472.html
> discussing this problem, but I did not these changes made in am33xx.dtsi.
>
> What patches should I need to get rt-4.1 running properly?
>
> Thanks,
> Matti
>

[-- Attachment #2: Type: text/html, Size: 1985 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: "broken dt data from edma" message while booting linux-ti-staging-rt-4.1
  2015-12-16 16:05 ` matti kaasinen
@ 2015-12-18  9:27   ` matti kaasinen
  2015-12-18 13:09     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: matti kaasinen @ 2015-12-18  9:27 UTC (permalink / raw)
  To: meta-arago

[-- Attachment #1: Type: text/plain, Size: 1658 bytes --]

Problem was device tree.
4.1 seems to be more accurate with dtb parsing.
Status = okay  definitions were missing in Ethernet structures.

-Matti

2015-12-16 18:05 GMT+02:00 matti kaasinen <matti.kaasinen@gmail.com>:

> Those " broken dt data" lines are not the problem. They seem to exist also
> in normal 3.14 boot without problems. Two clear differences are: there is
> no nand flash memory mapping and that there is that SIOCGIFFLAGS.
>
> Perhaps I try normal 4.1 kernel also. I used to get it running before.
>
> - Matti
>
> 2015-12-16 14:48 GMT+02:00 matti kaasinen <matti.kaasinen@gmail.com>:
>
>> Hi!
>>
>> I have seen nightly builds of fido RT passing quite consistently.
>> However, I got nasty error messages while my am335x booted
>> linux-ti-staging-rt-4.1 as follows:
>>
>> [    0.146612] omap_hwmod: tptc0 using broken dt data from edma
>> [    0.146751] omap_hwmod: tptc1 using broken dt data from edma
>> [    0.146868] omap_hwmod: tptc2 using broken dt data from edma
>> [    0.151906] omap_hwmod: debugss: _wait_target_disable failed
>>
>> Perhaps for this reason I also get:
>> Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device
>>
>> and
>>
>> Failed to get index for interface name 'eth0': No such device
>>
>> - so I don't get Ethernet up and running.
>>
>> I have used Yocto version of meta-ti (fido).
>>
>> I found
>> https://www.mail-archive.com/linux-omap@vger.kernel.org/msg116472.html
>> discussing this problem, but I did not these changes made in am33xx.dtsi.
>>
>> What patches should I need to get rt-4.1 running properly?
>>
>> Thanks,
>> Matti
>>
>
>

[-- Attachment #2: Type: text/html, Size: 2713 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: "broken dt data from edma" message while booting linux-ti-staging-rt-4.1
  2015-12-18  9:27   ` matti kaasinen
@ 2015-12-18 13:09     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-12-18 13:09 UTC (permalink / raw)
  To: matti kaasinen; +Cc: meta-arago

On Fri, Dec 18, 2015 at 11:27:18AM +0200, matti kaasinen wrote:
> Problem was device tree.
> 4.1 seems to be more accurate with dtb parsing.
> Status = okay  definitions were missing in Ethernet structures.

Matti,

Thank you for the update! Glad you were able to track it down.

-- 
Denys


> 2015-12-16 18:05 GMT+02:00 matti kaasinen <matti.kaasinen@gmail.com>:
> 
> > Those " broken dt data" lines are not the problem. They seem to exist also
> > in normal 3.14 boot without problems. Two clear differences are: there is
> > no nand flash memory mapping and that there is that SIOCGIFFLAGS.
> >
> > Perhaps I try normal 4.1 kernel also. I used to get it running before.
> >
> > - Matti
> >
> > 2015-12-16 14:48 GMT+02:00 matti kaasinen <matti.kaasinen@gmail.com>:
> >
> >> Hi!
> >>
> >> I have seen nightly builds of fido RT passing quite consistently.
> >> However, I got nasty error messages while my am335x booted
> >> linux-ti-staging-rt-4.1 as follows:
> >>
> >> [    0.146612] omap_hwmod: tptc0 using broken dt data from edma
> >> [    0.146751] omap_hwmod: tptc1 using broken dt data from edma
> >> [    0.146868] omap_hwmod: tptc2 using broken dt data from edma
> >> [    0.151906] omap_hwmod: debugss: _wait_target_disable failed
> >>
> >> Perhaps for this reason I also get:
> >> Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device
> >>
> >> and
> >>
> >> Failed to get index for interface name 'eth0': No such device
> >>
> >> - so I don't get Ethernet up and running.
> >>
> >> I have used Yocto version of meta-ti (fido).
> >>
> >> I found
> >> https://www.mail-archive.com/linux-omap@vger.kernel.org/msg116472.html
> >> discussing this problem, but I did not these changes made in am33xx.dtsi.
> >>
> >> What patches should I need to get rt-4.1 running properly?
> >>
> >> Thanks,
> >> Matti
> >>
> >
> >

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-18 13:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-16 12:48 "broken dt data from edma" message while booting linux-ti-staging-rt-4.1 matti kaasinen
2015-12-16 16:05 ` matti kaasinen
2015-12-18  9:27   ` matti kaasinen
2015-12-18 13:09     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.