Skip to content

Commit

Permalink
Merge branch 'main' into fix_slow_image_creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexl83 authored May 25, 2024
2 parents 23ba9e2 + 92f8268 commit 8c9aad9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/boards/rockpi-4bplus.csc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BOARD_NAME="Rockpi 4B+"
BOARDFAMILY="rockchip64"
BOARD_MAINTAINER=""
BOOTCONFIG="rock-pi-4-rk3399_defconfig"
KERNEL_TARGET="edge"
KERNEL_TARGET="current,edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-rock-pi-4b-plus.dtb"
Expand Down
15 changes: 15 additions & 0 deletions config/boards/sweet-potato.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Amlogic S905x quad core 2Gb RAM SoC eMMC SPI
BOARD_NAME="Sweet Potato"
BOARDFAMILY="meson-gxl"
BOARD_MAINTAINER="Tonymac32"
BOOTCONFIG="libretech-cc_v2_defconfig"
BOOT_FDT_FILE="amlogic/meson-gxl-s905x-libretech-cc-v2.dts"
KERNEL_TARGET="current,edge"
FULL_DESKTOP="yes"
ASOUND_STATE="asound.state.mesongx"
BOOT_LOGO="desktop"

function post_family_config__declare_u-boot-version() {
BOOTBRANCH='tag:v2024.04'
BOOTPATCHDIR='v2024.04'
}
2 changes: 1 addition & 1 deletion config/sources/families/meson-gxl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function fetch_sources_tools__amlogic_odroidc2_blobs_fip() {
fetch_from_repo "https://github.com/armbian/odroidc2-blobs" "odroidc2-blobs" "branch:master"
}

if [[ $BOARD == lafrite ]]; then
if [[ $BOARD == lafrite ]] || [[ $BOARD == sweet-potato ]]; then
UBOOT_TARGET_MAP="u-boot-dtb.img;;u-boot.bin:u-boot.bin u-boot-dtb.img"
BOOTSCRIPT="boot-meson-gx.cmd:boot.cmd"
fi
Expand Down

0 comments on commit 8c9aad9

Please sign in to comment.