Changes between Version 31 and Version 32 of buildroot
- Timestamp:
- 10/08/2020 07:00:22 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
buildroot
v31 v32 390 390 - We will not bother updating boot firmware (can be added later) 391 391 - We will not bother updating GSC firmware (can be added later) 392 - We will build the Gateworks 4.14kernel for newport with a minimal kernel config392 - We will build the Gateworks 5.45 kernel for newport with a minimal kernel config 393 393 - We will use an uncompressed kernel image (just avoids needing to kernel a kernel.itb) 394 394 - We will use a modified uboot environment to handle our root partition toggling … … 398 398 {{{#!bash 399 399 BR2_aarch64=y 400 BR2_KERNEL_HEADERS_ 4_14=y400 BR2_KERNEL_HEADERS_5_4=y 401 401 402 402 # we will add some files to the rootfs from the 'overlay' subdir … … 410 410 BR2_LINUX_KERNEL_CUSTOM_GIT=y 411 411 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Gateworks/linux-newport.git" 412 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v 4.14.4-newport"412 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v5.4.45-newport" 413 413 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y 414 414 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="newport_kernel_defconfig" … … 455 455 CONFIG_EXT4_FS=y 456 456 # Gateworks Newport GSC drivers 457 CONFIG_MFD_GATEWORKS_GSC=y 457 458 CONFIG_SENSORS_GSC=y 458 CONFIG_MFD_GSC=y459 459 }}} 460 460 * '''overlay/etc/fw_env.config''': config file for u-boot env tools fw_setenv