diff mbox series

[1/1] configs: beaglebone: bump kernel and uboot version

Message ID 20191011190610.15778-1-lothar.felten@gmail.com
State Accepted
Headers show
Series [1/1] configs: beaglebone: bump kernel and uboot version | expand

Commit Message

Lothar Felten Oct. 11, 2019, 7:06 p.m. UTC
Switch to Linux kernel version 4.19.38 from the TI SDK 06.00.00.07
(TI SDK release date: 7.8.2019)
Added beaglebone blue
Updated uboot to version 2019.07

Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
---
 configs/beaglebone_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Arnout Vandecappelle Oct. 11, 2019, 8:03 p.m. UTC | #1
Hi Lothar,

On 11/10/2019 21:06, Lothar Felten wrote:
> Switch to Linux kernel version 4.19.38 from the TI SDK 06.00.00.07
> (TI SDK release date: 7.8.2019)
> Added beaglebone blue
> Updated uboot to version 2019.07
> 
> Signed-off-by: Lothar Felten <lothar.felten@gmail.com>


 Applied to master, thanks.

 Could you also do an update of beaglebone_qt5_defconfig (preferably with a
runtime test that it actually works). As reported by Carlos, it is currently
broken because it's still using a 4.1 kernel that needs GCC 5.

 beaglebone_qt5 also doesn't have bonegreen yet.

 Regards,
 Arnout

> ---
>  configs/beaglebone_defconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
> index fbb259f57..d88b4253e 100644
> --- a/configs/beaglebone_defconfig
> +++ b/configs/beaglebone_defconfig
> @@ -1,21 +1,21 @@
>  BR2_arm=y
>  BR2_cortex_a8=y
>  BR2_GLOBAL_PATCH_DIR="board/beaglebone/patches"
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_GIT=y
>  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/processor-sdk/processor-sdk-linux.git"
> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4796173fc58688055a99a1cef19a839174067220"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4dae378bbe721277b08699d1d88ffae12acc9b09"
>  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"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue"
>  BR2_TARGET_ROOTFS_EXT2=y
>  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="2018.07"
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.07"
>  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="am335x_evm"
>  BR2_TARGET_UBOOT_NEEDS_DTC=y
>  # BR2_TARGET_UBOOT_FORMAT_BIN is not set
>
Lothar Felten Oct. 11, 2019, 8:12 p.m. UTC | #2
Hi Arnout,

On Fri, 2019-10-11 at 22:03 +0200, Arnout Vandecappelle wrote:
>  Hi Lothar,
> 
> On 11/10/2019 21:06, Lothar Felten wrote:
> > Switch to Linux kernel version 4.19.38 from the TI SDK 06.00.00.07
> > (TI SDK release date: 7.8.2019)
> > Added beaglebone blue
> > Updated uboot to version 2019.07
> > 
> > Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
> 
> 
>  Applied to master, thanks.

Thanks!

> 
>  Could you also do an update of beaglebone_qt5_defconfig (preferably
> with a
> runtime test that it actually works). As reported by Carlos, it is
> currently
> broken because it's still using a 4.1 kernel that needs GCC 5.
> 
>  beaglebone_qt5 also doesn't have bonegreen yet.

I'm trying to build it, but there are many changes required and
probably some debugging too. I also need to get my EVM back before I
can do any testing.

> 
>  Regards,
>  Arnout

Best regards,
Lothar

> 
> > ---
> >  configs/beaglebone_defconfig | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> > 
> > diff --git a/configs/beaglebone_defconfig
> > b/configs/beaglebone_defconfig
> > index fbb259f57..d88b4253e 100644
> > --- a/configs/beaglebone_defconfig
> > +++ b/configs/beaglebone_defconfig
> > @@ -1,21 +1,21 @@
> >  BR2_arm=y
> >  BR2_cortex_a8=y
> >  BR2_GLOBAL_PATCH_DIR="board/beaglebone/patches"
> > -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
> > +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
> >  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh"
> >  BR2_LINUX_KERNEL=y
> >  BR2_LINUX_KERNEL_CUSTOM_GIT=y
> >  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/processor-
> > sdk/processor-sdk-linux.git"
> > -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4796173fc58688055a99a1cef19a
> > 839174067220"
> > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4dae378bbe721277b08699d1d88f
> > fae12acc9b09"
> >  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"
> > +BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-
> > boneblack am335x-bonegreen am335x-evmsk am335x-boneblue"
> >  BR2_TARGET_ROOTFS_EXT2=y
> >  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="2018.07"
> > +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.07"
> >  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="am335x_evm"
> >  BR2_TARGET_UBOOT_NEEDS_DTC=y
> >  # BR2_TARGET_UBOOT_FORMAT_BIN is not set
> >
Yegor Yefremov Oct. 12, 2019, 3:09 p.m. UTC | #3
On Fri, Oct 11, 2019 at 10:12 PM Lothar Felten <lothar.felten@gmail.com> wrote:
>
> Hi Arnout,
>
> On Fri, 2019-10-11 at 22:03 +0200, Arnout Vandecappelle wrote:
> >  Hi Lothar,
> >
> > On 11/10/2019 21:06, Lothar Felten wrote:
> > > Switch to Linux kernel version 4.19.38 from the TI SDK 06.00.00.07
> > > (TI SDK release date: 7.8.2019)
> > > Added beaglebone blue
> > > Updated uboot to version 2019.07
> > >
> > > Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
> >
> >
> >  Applied to master, thanks.
>
> Thanks!
>
> >
> >  Could you also do an update of beaglebone_qt5_defconfig (preferably
> > with a
> > runtime test that it actually works). As reported by Carlos, it is
> > currently
> > broken because it's still using a 4.1 kernel that needs GCC 5.
> >
> >  beaglebone_qt5 also doesn't have bonegreen yet.
>
> I'm trying to build it, but there are many changes required and
> probably some debugging too. I also need to get my EVM back before I
> can do any testing.

FYI: interesting discussion about PowerVR and kernel:
https://marc.info/?l=linux-omap&m=157088580705855&w=2

Yegor

> >
> >  Regards,
> >  Arnout
>
> Best regards,
> Lothar
>
> >
> > > ---
> > >  configs/beaglebone_defconfig | 8 ++++----
> > >  1 file changed, 4 insertions(+), 4 deletions(-)
> > >
> > > diff --git a/configs/beaglebone_defconfig
> > > b/configs/beaglebone_defconfig
> > > index fbb259f57..d88b4253e 100644
> > > --- a/configs/beaglebone_defconfig
> > > +++ b/configs/beaglebone_defconfig
> > > @@ -1,21 +1,21 @@
> > >  BR2_arm=y
> > >  BR2_cortex_a8=y
> > >  BR2_GLOBAL_PATCH_DIR="board/beaglebone/patches"
> > > -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
> > > +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
> > >  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh"
> > >  BR2_LINUX_KERNEL=y
> > >  BR2_LINUX_KERNEL_CUSTOM_GIT=y
> > >  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/processor-
> > > sdk/processor-sdk-linux.git"
> > > -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4796173fc58688055a99a1cef19a
> > > 839174067220"
> > > +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4dae378bbe721277b08699d1d88f
> > > fae12acc9b09"
> > >  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"
> > > +BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-
> > > boneblack am335x-bonegreen am335x-evmsk am335x-boneblue"
> > >  BR2_TARGET_ROOTFS_EXT2=y
> > >  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="2018.07"
> > > +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.07"
> > >  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="am335x_evm"
> > >  BR2_TARGET_UBOOT_NEEDS_DTC=y
> > >  # BR2_TARGET_UBOOT_FORMAT_BIN is not set
> > >
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index fbb259f57..d88b4253e 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -1,21 +1,21 @@ 
 BR2_arm=y
 BR2_cortex_a8=y
 BR2_GLOBAL_PATCH_DIR="board/beaglebone/patches"
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beaglebone/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/processor-sdk/processor-sdk-linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4796173fc58688055a99a1cef19a839174067220"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4dae378bbe721277b08699d1d88ffae12acc9b09"
 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"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue"
 BR2_TARGET_ROOTFS_EXT2=y
 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="2018.07"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.07"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="am335x_evm"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set