* Go back to latest stable u-boot with VIM3L
https://github.com/armbian/build/pull/4251
* Revert "Go back to latest stable u-boot with VIM3L"
This reverts commit 0b240563ef.
* meson64: allow board-specific `BOOTBRANCH`; `khadas-vim3l`: `BOOTBRANCH_BOARD=tag:v2022.04`
Co-authored-by: Ricardo Pardini <ricardo@pardini.net>
15 lines
638 B
Plaintext
15 lines
638 B
Plaintext
# Amlogic S905D3 quad core 2GB RAM SoC eMMC GBE USB3 SPI
|
|
BOARD_NAME="Khadas VIM3L"
|
|
BOARDFAMILY="meson-sm1"
|
|
BOOTCONFIG="khadas-vim3l_defconfig"
|
|
KERNEL_TARGET="current,edge"
|
|
FULL_DESKTOP="yes"
|
|
SERIALCON="ttyAML0"
|
|
BOOT_LOGO="desktop"
|
|
BOOT_FDT_FILE="amlogic/meson-sm1-khadas-vim3l.dtb"
|
|
|
|
# For the usage of uboot 2022.01 for vim3l; 2022.10 is known to have issues; while 22.04 works.
|
|
# 22.07 does not work either. v2022.07-rc1 not working either. So between 22.04 and 22.07-rc1 something broke.
|
|
# Known problem pointed out by Neil, https://lore.kernel.org/all/258575a1-8c55-3229-f27a-d608a7aad0ec@baylibre.com/
|
|
BOOTBRANCH_BOARD="tag:v2022.04"
|