Changes between Version 31 and Version 32 of buildroot


Ignore:
Timestamp:
10/08/2020 07:00:22 PM (4 years ago)
Author:
Tim Harvey
Comment:

change SWUpdate example to use 5.4 kernel

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v31 v32  
    390390 - We will not bother updating boot firmware (can be added later)
    391391 - We will not bother updating GSC firmware (can be added later)
    392  - We will build the Gateworks 4.14 kernel for newport with a minimal kernel config
     392 - We will build the Gateworks 5.45 kernel for newport with a minimal kernel config
    393393 - We will use an uncompressed kernel image (just avoids needing to kernel a kernel.itb)
    394394 - We will use a modified uboot environment to handle our root partition  toggling
     
    398398{{{#!bash
    399399BR2_aarch64=y
    400 BR2_KERNEL_HEADERS_4_14=y
     400BR2_KERNEL_HEADERS_5_4=y
    401401
    402402# we will add some files to the rootfs from the 'overlay' subdir
     
    410410BR2_LINUX_KERNEL_CUSTOM_GIT=y
    411411BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Gateworks/linux-newport.git"
    412 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v4.14.4-newport"
     412BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v5.4.45-newport"
    413413BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
    414414BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="newport_kernel_defconfig"
     
    455455CONFIG_EXT4_FS=y
    456456# Gateworks Newport GSC drivers
     457CONFIG_MFD_GATEWORKS_GSC=y
    457458CONFIG_SENSORS_GSC=y
    458 CONFIG_MFD_GSC=y
    459459}}}
    460460 * '''overlay/etc/fw_env.config''': config file for u-boot env tools fw_setenv