Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/chiliboard: bump to u-boot 2020.10
@ 2021-11-23 16:08 Bartosz Bilas
  2021-11-23 20:42 ` Marcin Niestrój
  2021-12-05 15:54 ` Arnout Vandecappelle
  0 siblings, 2 replies; 6+ messages in thread
From: Bartosz Bilas @ 2021-11-23 16:08 UTC (permalink / raw)
  To: buildroot; +Cc: Bartosz Bilas

Fixes:
 /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc';
	scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 2020.10 version is the latest one that boots correctly,
 the newer ones are being stuck during clocks initialization.

 configs/grinn_chiliboard_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index e72a82cee8..80f3077b76 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -16,7 +16,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-- 
2.34.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/chiliboard: bump to u-boot 2020.10
  2021-11-23 16:08 [Buildroot] [PATCH] configs/chiliboard: bump to u-boot 2020.10 Bartosz Bilas
@ 2021-11-23 20:42 ` Marcin Niestrój
  2021-11-23 20:50   ` Bartosz Bilas
  2021-12-05 15:54 ` Arnout Vandecappelle
  1 sibling, 1 reply; 6+ messages in thread
From: Marcin Niestrój @ 2021-11-23 20:42 UTC (permalink / raw)
  To: Bartosz Bilas; +Cc: buildroot


Bartosz Bilas <b.bilas@grinn-global.com> writes:

> Fixes:
>  /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc';
> 	scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
>
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
> ---
>  2020.10 version is the latest one that boots correctly,
>  the newer ones are being stuck during clocks initialization.
>

There is already a fix pulled into master branch of u-boot, so upcoming
u-boot release should be working fine.

>
>  configs/grinn_chiliboard_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
> index e72a82cee8..80f3077b76 100644
> --- a/configs/grinn_chiliboard_defconfig
> +++ b/configs/grinn_chiliboard_defconfig
> @@ -16,7 +16,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
>  BR2_TARGET_UBOOT=y
>  BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
>  BR2_TARGET_UBOOT_CUSTOM_VERSION=y
> -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.10"
>  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
>  BR2_TARGET_UBOOT_FORMAT_IMG=y
>  BR2_TARGET_UBOOT_FORMAT_CUSTOM=y

Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>

--
Marcin Niestrój
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/chiliboard: bump to u-boot 2020.10
  2021-11-23 20:42 ` Marcin Niestrój
@ 2021-11-23 20:50   ` Bartosz Bilas
  2021-11-23 20:59     ` Marcin Niestrój
  0 siblings, 1 reply; 6+ messages in thread
From: Bartosz Bilas @ 2021-11-23 20:50 UTC (permalink / raw)
  To: Marcin Niestrój; +Cc: buildroot

Hi,

On 23.11.2021 21:42, Marcin Niestrój wrote:
> Bartosz Bilas <b.bilas@grinn-global.com> writes:
>
>> Fixes:
>>   /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc';
>> 	scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
>>
>> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
>> ---
>>   2020.10 version is the latest one that boots correctly,
>>   the newer ones are being stuck during clocks initialization.
>>
> There is already a fix pulled into master branch of u-boot, so upcoming
> u-boot release should be working fine.

I haven't noticed that, maybe the better idea would be to use the latest 
v2021.10 release + apply that patch instead of using the 2020.10 version?

Best
Bartek
>
>>   configs/grinn_chiliboard_defconfig | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
>> index e72a82cee8..80f3077b76 100644
>> --- a/configs/grinn_chiliboard_defconfig
>> +++ b/configs/grinn_chiliboard_defconfig
>> @@ -16,7 +16,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
>>   BR2_TARGET_UBOOT=y
>>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
>>   BR2_TARGET_UBOOT_CUSTOM_VERSION=y
>> -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
>> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.10"
>>   BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
>>   BR2_TARGET_UBOOT_FORMAT_IMG=y
>>   BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
> Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>
>
> --
> Marcin Niestrój
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/chiliboard: bump to u-boot 2020.10
  2021-11-23 20:50   ` Bartosz Bilas
@ 2021-11-23 20:59     ` Marcin Niestrój
  2021-11-23 21:19       ` Bartosz Bilas
  0 siblings, 1 reply; 6+ messages in thread
From: Marcin Niestrój @ 2021-11-23 20:59 UTC (permalink / raw)
  To: Bartosz Bilas; +Cc: buildroot


Bartosz Bilas <b.bilas@grinn-global.com> writes:

> Hi,
>
> On 23.11.2021 21:42, Marcin Niestrój wrote:
>> Bartosz Bilas <b.bilas@grinn-global.com> writes:
>>
>>> Fixes:
>>>   /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc';
>>> 	scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
>>>
>>> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
>>> ---
>>>   2020.10 version is the latest one that boots correctly,
>>>   the newer ones are being stuck during clocks initialization.
>>>
>> There is already a fix pulled into master branch of u-boot, so upcoming
>> u-boot release should be working fine.
>
> I haven't noticed that, maybe the better idea would be to use the latest
> v2021.10 release + apply that patch instead of using the 2020.10 version?
>

I am okay with using 2020.10 for now, as it is proven to work.

>
> Best
> Bartek
>>
>>>   configs/grinn_chiliboard_defconfig | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
>>> index e72a82cee8..80f3077b76 100644
>>> --- a/configs/grinn_chiliboard_defconfig
>>> +++ b/configs/grinn_chiliboard_defconfig
>>> @@ -16,7 +16,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
>>>   BR2_TARGET_UBOOT=y
>>>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
>>>   BR2_TARGET_UBOOT_CUSTOM_VERSION=y
>>> -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
>>> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.10"
>>>   BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
>>>   BR2_TARGET_UBOOT_FORMAT_IMG=y
>>>   BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
>> Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>
>>
>> --
>> Marcin Niestrój
>> _______________________________________________
>> buildroot mailing list
>> buildroot@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot


--
Marcin Niestrój
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/chiliboard: bump to u-boot 2020.10
  2021-11-23 20:59     ` Marcin Niestrój
@ 2021-11-23 21:19       ` Bartosz Bilas
  0 siblings, 0 replies; 6+ messages in thread
From: Bartosz Bilas @ 2021-11-23 21:19 UTC (permalink / raw)
  To: Marcin Niestrój; +Cc: buildroot


On 23.11.2021 21:59, Marcin Niestrój wrote:
> Bartosz Bilas <b.bilas@grinn-global.com> writes:
>
>> Hi,
>>
>> On 23.11.2021 21:42, Marcin Niestrój wrote:
>>> Bartosz Bilas <b.bilas@grinn-global.com> writes:
>>>
>>>> Fixes:
>>>>    /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc';
>>>> 	scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
>>>>
>>>> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
>>>> ---
>>>>    2020.10 version is the latest one that boots correctly,
>>>>    the newer ones are being stuck during clocks initialization.
>>>>
>>> There is already a fix pulled into master branch of u-boot, so upcoming
>>> u-boot release should be working fine.
>> I haven't noticed that, maybe the better idea would be to use the latest
>> v2021.10 release + apply that patch instead of using the 2020.10 version?
>>
> I am okay with using 2020.10 for now, as it is proven to work.

Ok, so let it stay as it is then.

Best
Bartek
>
>> Best
>> Bartek
>>>>    configs/grinn_chiliboard_defconfig | 2 +-
>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
>>>> index e72a82cee8..80f3077b76 100644
>>>> --- a/configs/grinn_chiliboard_defconfig
>>>> +++ b/configs/grinn_chiliboard_defconfig
>>>> @@ -16,7 +16,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
>>>>    BR2_TARGET_UBOOT=y
>>>>    BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
>>>>    BR2_TARGET_UBOOT_CUSTOM_VERSION=y
>>>> -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
>>>> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.10"
>>>>    BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
>>>>    BR2_TARGET_UBOOT_FORMAT_IMG=y
>>>>    BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
>>> Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>
>>>
>>> --
>>> Marcin Niestrój
>>> _______________________________________________
>>> buildroot mailing list
>>> buildroot@buildroot.org
>>> https://lists.buildroot.org/mailman/listinfo/buildroot
>> _______________________________________________
>> buildroot mailing list
>> buildroot@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
>
> --
> Marcin Niestrój
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/chiliboard: bump to u-boot 2020.10
  2021-11-23 16:08 [Buildroot] [PATCH] configs/chiliboard: bump to u-boot 2020.10 Bartosz Bilas
  2021-11-23 20:42 ` Marcin Niestrój
@ 2021-12-05 15:54 ` Arnout Vandecappelle
  1 sibling, 0 replies; 6+ messages in thread
From: Arnout Vandecappelle @ 2021-12-05 15:54 UTC (permalink / raw)
  To: Bartosz Bilas, buildroot



On 23/11/2021 17:08, Bartosz Bilas wrote:
> Fixes:
>   /usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc';
> 	scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here
> 
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
> ---
>   2020.10 version is the latest one that boots correctly,
>   the newer ones are being stuck during clocks initialization.

  As this thread concluded, we'll simply take 2020.10.

  Applied to master, thanks.

  Regards,
  Arnout

> 
>   configs/grinn_chiliboard_defconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
> index e72a82cee8..80f3077b76 100644
> --- a/configs/grinn_chiliboard_defconfig
> +++ b/configs/grinn_chiliboard_defconfig
> @@ -16,7 +16,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
>   BR2_TARGET_UBOOT=y
>   BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
>   BR2_TARGET_UBOOT_CUSTOM_VERSION=y
> -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.10"
>   BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
>   BR2_TARGET_UBOOT_FORMAT_IMG=y
>   BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-12-05 15:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-23 16:08 [Buildroot] [PATCH] configs/chiliboard: bump to u-boot 2020.10 Bartosz Bilas
2021-11-23 20:42 ` Marcin Niestrój
2021-11-23 20:50   ` Bartosz Bilas
2021-11-23 20:59     ` Marcin Niestrój
2021-11-23 21:19       ` Bartosz Bilas
2021-12-05 15:54 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox