The Khadas VIM3 [1] is a popular devboard (SBC). It has an Amlogic A311D SoC and is well supported in mainline linux. Add board support in testing. Note that we use the soc-amlogic-s905 package which also provides support for A311d. [1] https://www.khadas.com/vim3 Signed-off-by: Mattijs Korpershoek <mattijs.korpershoek@gmail.com>
22 lines
646 B
Text
22 lines
646 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Khadas VIM3"
|
|
deviceinfo_manufacturer="Khadas"
|
|
deviceinfo_codename="khadas-vim3"
|
|
deviceinfo_year="2025"
|
|
deviceinfo_dtb="amlogic/meson-g12b-a311d-khadas-vim3"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="embedded"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_gpu_accelerated="true"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_generate_extlinux_config="true"
|
|
deviceinfo_kernel_cmdline="quiet loglevel=2"
|