diff mbox series

[1/2] configs/beaglebone: bump Linux version to 5.10.145-ti-r54

Message ID 20230205214132.6941-1-dario.binacchi@amarulasolutions.com
State Superseded
Headers show
Series [1/2] configs/beaglebone: bump Linux version to 5.10.145-ti-r54 | expand

Commit Message

Dario Binacchi Feb. 5, 2023, 9:41 p.m. UTC
The previous version failed to boot from sd card with a log reported by
the document [1]. In my case it always failed, a 100% failure against
75% reported by the document.

Instead of adding the patch to fix the problem, I preferred to update
the kernel version as suggested by the document itself.

Tested on beaglebone black.

[1] https://forum.beagleboard.org/t/5-10-x-beaglebone-black-fails-to-boot-from-sd-card/33297
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 configs/beaglebone_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Scott Fan Feb. 6, 2023, 12:20 a.m. UTC | #1
Could you test it with kernel 5.10.162-ti-r56 ?

https://github.com/beagleboard/linux/releases/tag/5.10.162-ti-r56

Scott Fan


On Mon, Feb 6, 2023 at 5:42 AM Dario Binacchi <
dario.binacchi@amarulasolutions.com> wrote:

> The previous version failed to boot from sd card with a log reported by
> the document [1]. In my case it always failed, a 100% failure against
> 75% reported by the document.
>
> Instead of adding the patch to fix the problem, I preferred to update
> the kernel version as suggested by the document itself.
>
> Tested on beaglebone black.
>
> [1]
> https://forum.beagleboard.org/t/5-10-x-beaglebone-black-fails-to-boot-from-sd-card/33297
> Signed-off-by
> <https://forum.beagleboard.org/t/5-10-x-beaglebone-black-fails-to-boot-from-sd-card/33297Signed-off-by>:
> Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
>  configs/beaglebone_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
> index 639b491e9746..dff7dea422ee 100644
> --- a/configs/beaglebone_defconfig
> +++ b/configs/beaglebone_defconfig
> @@ -20,7 +20,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="-c
> board/beaglebone/genimage.cfg"
>  # Kernel
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call
> github,beagleboard,linux,5.10.30-ti-r3)/linux-5.10.30-ti-r3.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call
> github,beagleboard,linux,5.10.145-ti-r54)/linux-5.10.145-ti-r54.tar.gz"
>  BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack
> am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless
> am335x-bonegreen-wireless"
> --
> 2.32.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
>
Dario Binacchi Feb. 6, 2023, 8:45 a.m. UTC | #2
Hi Scott,

On Mon, Feb 6, 2023 at 1:20 AM Scott Fan <fancp2007@gmail.com> wrote:
>
> Could you test it with kernel 5.10.162-ti-r56 ?
>
> https://github.com/beagleboard/linux/releases/tag/5.10.162-ti-r56

Thanks for your suggestion, I will test with kernel 5.10.162-ti-r56 kernel.

Thanks and regards,

Dario
>
> Scott Fan
>
>
> On Mon, Feb 6, 2023 at 5:42 AM Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
>>
>> The previous version failed to boot from sd card with a log reported by
>> the document [1]. In my case it always failed, a 100% failure against
>> 75% reported by the document.
>>
>> Instead of adding the patch to fix the problem, I preferred to update
>> the kernel version as suggested by the document itself.
>>
>> Tested on beaglebone black.
>>
>> [1] https://forum.beagleboard.org/t/5-10-x-beaglebone-black-fails-to-boot-from-sd-card/33297
>> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
>> ---
>>  configs/beaglebone_defconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
>> index 639b491e9746..dff7dea422ee 100644
>> --- a/configs/beaglebone_defconfig
>> +++ b/configs/beaglebone_defconfig
>> @@ -20,7 +20,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/beaglebone/genimage.cfg"
>>  # Kernel
>>  BR2_LINUX_KERNEL=y
>>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
>> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,5.10.30-ti-r3)/linux-5.10.30-ti-r3.tar.gz"
>> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,5.10.145-ti-r54)/linux-5.10.145-ti-r54.tar.gz"
>>  BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
>>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
>>  BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless am335x-bonegreen-wireless"
>> --
>> 2.32.0
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot@buildroot.org
>> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index 639b491e9746..dff7dea422ee 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -20,7 +20,7 @@  BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/beaglebone/genimage.cfg"
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,5.10.30-ti-r3)/linux-5.10.30-ti-r3.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,5.10.145-ti-r54)/linux-5.10.145-ti-r54.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless am335x-bonegreen-wireless"