diff --git a/config/boards/olimex-teres-a64.conf b/config/boards/olimex-teres-a64.conf new file mode 100644 index 0000000000..b366d376f1 --- /dev/null +++ b/config/boards/olimex-teres-a64.conf @@ -0,0 +1,20 @@ +# Allwinner A64 quad core 2GB SoC Wi-Fi/BT Revision C +BOARD_NAME="OLIMEX Teres A64" + +# Specified in https://linux-sunxi.org/Allwinner_SoC_Family +BOARDFAMILY="sun50iw1" + +# Legacy has been removed as it's too old and disfunctional for this board +KERNEL_TARGET="current,edge" + +# NOTE(Krey): IMAGE_PARTITION_TABLE="gpt" was not tested, uses msdos by default + +# Enable serial console by default +DEFAULT_CONSOLE="serial" +SERIALCON="ttyS0:115200" + +# Bootloader +BOOTCONFIG="teres_i_defconfig" + +# NOTE(Krey): Pulseaudio is needed for the audio to work especially in pipewire configuration, I wasn't able to make it work just off of ALSA +PACKAGE_LIST_BOARD="pulseaudio" diff --git a/config/boards/teres-a64.csc b/config/boards/teres-a64.csc deleted file mode 100644 index c1f9c9a4e5..0000000000 --- a/config/boards/teres-a64.csc +++ /dev/null @@ -1,7 +0,0 @@ -# Allwinner A64 quad core 2GB SoC Wi-Fi/BT -BOARD_NAME="Teres A64" -BOARDFAMILY="sun50iw1" -BOOTCONFIG="teres_i_defconfig" -KERNEL_TARGET="legacy,current,edge" -FULL_DESKTOP="yes" -BOOT_LOGO="desktop"