All of lore.kernel.org
 help / color / mirror / Atom feed
* u-boot-mkimake-native using system-wide dtc-1.4.6
@ 2018-02-21 13:26 Renato Caldas
  2018-02-21 13:33 ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Renato Caldas @ 2018-02-21 13:26 UTC (permalink / raw)
  To: meta-freescale

Hi,

I'm in the process of moving my custom imx6 machine from Pyro to
Rocko, and I've been having some trouble with u-boot.

I've narrowed the problem down to u-boot-mkimage-native using the
system-wide dtc headers, which in my case are version 1.4.6. This only
shows when building a uImage, as otherwise u-boot-mkimage-native isn't
built.

It seems that bitbake still builds dtc-native, but it doesn't seem to
be using the built headers.

I've uninstalled my distro's dtc package and that works around the
issue, but I don't think that's a proper solution as I need the dtc
tools for other stuff.

Is this expected?

Thanks,
  Renato


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

* Re: u-boot-mkimake-native using system-wide dtc-1.4.6
  2018-02-21 13:26 u-boot-mkimake-native using system-wide dtc-1.4.6 Renato Caldas
@ 2018-02-21 13:33 ` Otavio Salvador
  2018-02-21 14:05   ` Renato Caldas
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2018-02-21 13:33 UTC (permalink / raw)
  To: Renato Caldas; +Cc: meta-freescale Mailing List

Hello Renato,

On Wed, Feb 21, 2018 at 10:26 AM, Renato Caldas
<rm.santos.caldas@gmail.com> wrote:
...
> I've narrowed the problem down to u-boot-mkimage-native using the
> system-wide dtc headers, which in my case are version 1.4.6. This only
> shows when building a uImage, as otherwise u-boot-mkimage-native isn't
> built.
>
> It seems that bitbake still builds dtc-native, but it doesn't seem to
> be using the built headers.
>
> I've uninstalled my distro's dtc package and that works around the
> issue, but I don't think that's a proper solution as I need the dtc
> tools for other stuff.
>
> Is this expected?

Absolutely not. Please test if http://termbin.com/g4le solves your
problem. This apply to oe-core/poky.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: u-boot-mkimake-native using system-wide dtc-1.4.6
  2018-02-21 13:33 ` Otavio Salvador
@ 2018-02-21 14:05   ` Renato Caldas
  2018-02-22  7:38     ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Renato Caldas @ 2018-02-21 14:05 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale Mailing List

Hi Otavio,

I've applied the change (slightly modified, as I'm on the Rocko
branch), and it seems to have solved the issue.

Thank you!

2018-02-21 8:33 GMT-05:00 Otavio Salvador <otavio.salvador@ossystems.com.br>:
> Hello Renato,
>
> On Wed, Feb 21, 2018 at 10:26 AM, Renato Caldas
> <rm.santos.caldas@gmail.com> wrote:
> ...
>> I've narrowed the problem down to u-boot-mkimage-native using the
>> system-wide dtc headers, which in my case are version 1.4.6. This only
>> shows when building a uImage, as otherwise u-boot-mkimage-native isn't
>> built.
>>
>> It seems that bitbake still builds dtc-native, but it doesn't seem to
>> be using the built headers.
>>
>> I've uninstalled my distro's dtc package and that works around the
>> issue, but I don't think that's a proper solution as I need the dtc
>> tools for other stuff.
>>
>> Is this expected?
>
> Absolutely not. Please test if http://termbin.com/g4le solves your
> problem. This apply to oe-core/poky.
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: u-boot-mkimake-native using system-wide dtc-1.4.6
  2018-02-21 14:05   ` Renato Caldas
@ 2018-02-22  7:38     ` Otavio Salvador
  2018-02-22 21:10       ` Renato Caldas
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2018-02-22  7:38 UTC (permalink / raw)
  To: Renato Caldas; +Cc: meta-freescale Mailing List

On Wed, Feb 21, 2018 at 11:05 AM, Renato Caldas
<rm.santos.caldas@gmail.com> wrote:
> I've applied the change (slightly modified, as I'm on the Rocko
> branch), and it seems to have solved the issue.

Thanks for testing it. I sent it upstream:

https://patchwork.openembedded.org/patch/148228/

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: u-boot-mkimake-native using system-wide dtc-1.4.6
  2018-02-22  7:38     ` Otavio Salvador
@ 2018-02-22 21:10       ` Renato Caldas
  0 siblings, 0 replies; 5+ messages in thread
From: Renato Caldas @ 2018-02-22 21:10 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale Mailing List

2018-02-22 2:38 GMT-05:00 Otavio Salvador <otavio.salvador@ossystems.com.br>:
> On Wed, Feb 21, 2018 at 11:05 AM, Renato Caldas
> <rm.santos.caldas@gmail.com> wrote:
>> I've applied the change (slightly modified, as I'm on the Rocko
>> branch), and it seems to have solved the issue.
>
> Thanks for testing it. I sent it upstream:
>
> https://patchwork.openembedded.org/patch/148228/

I've been following, thanks! Could you please backport it to Rocko as well?

Cheers,
  Renato

>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2018-02-22 21:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-21 13:26 u-boot-mkimake-native using system-wide dtc-1.4.6 Renato Caldas
2018-02-21 13:33 ` Otavio Salvador
2018-02-21 14:05   ` Renato Caldas
2018-02-22  7:38     ` Otavio Salvador
2018-02-22 21:10       ` Renato Caldas

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.