armbian-build/config/boards/onecloud.csc
Igor Pecovnik 7e8a64f4ec Board vendors adjustements for generic targets
Failback to SoC and not use generic as this is reserved for UEFI while none of those are close to that.
2025-12-20 22:02:06 +01:00

24 lines
480 B
Plaintext

# Amlogic S805 quad core 1GB RAM SoC GBE
BOARD_NAME="OneCloud"
BOARD_VENDOR="amlogic"
BOARDFAMILY="meson8b"
BOARD_MAINTAINER="hzyitc"
KERNEL_TARGET="current"
KERNEL_TEST_TARGET="current"
BOOTCONFIG="none"
BOOTSCRIPT="boot-onecloud.cmd:boot.cmd"
BOOTENV_FILE="onecloud.txt"
OFFSET="16"
BOOTSIZE="256"
BOOTFS_TYPE="fat"
# ROOTFS_TYPE="f2fs"
# FIXED_IMAGE_SIZE=7456
BOOT_LOGO=desktop
family_tweaks() {
cp $SRC/packages/blobs/splash/armbian-u-boot-24.bmp $SDCARD/boot/boot.bmp
}