OLIMEX Teres-A64: Official Support (#4807)

* OLIMEX Teres-A64: Official Support

This commit provides an official armbian support for the system

Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>

* Remove additional lines

* CODEOWNERS: Removed myself from board config

* targets: undid changes

Addressed in https://github.com/armbian/os/pull/8

* olimex-teres-a64: align with #4877

---------

Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
This commit is contained in:
Kreyren 2023-03-02 18:29:13 +00:00 committed by GitHub
parent e90b4d81a8
commit 0cc52534ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 7 deletions

View File

@ -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"

View File

@ -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"