khadas boards: VIM1S/3/3L/4/Edge2: add KHADAS_OOWOW_BOARD_ID definition for use with oowow (EXT=image-output-oowow)
This commit is contained in:
parent
24db9fb2ec
commit
72883cb07c
@ -10,6 +10,8 @@ declare -g BOOT_FDT_FILE="rockchip/rk3588s-khadas-edge2.dtb" # Specific to this
|
||||
declare -g BLUETOOTH_HCIATTACH_PARAMS="-s 115200 /dev/ttyS9 bcm43xx 1500000" # For the bluetooth-hciattach extension
|
||||
enable_extension "bluetooth-hciattach" # Enable the bluetooth-hciattach extension
|
||||
|
||||
declare -g KHADAS_OOWOW_BOARD_ID="Edge2" # for use with EXT=output-image-oowow
|
||||
|
||||
# for the kedge2, we're counting on the blobs+u-boot in SPI working, as it comes from factory. It does not support bootscripts.
|
||||
function post_family_config_branch_legacy__uboot_kedge2() {
|
||||
display_alert "$BOARD" "Configuring ($BOARD) non-u-boot" "info"
|
||||
|
||||
@ -10,5 +10,7 @@ SERIALCON="ttyS0" # for vendor kernel
|
||||
BOOTCONFIG="kvim1s_defconfig"
|
||||
KHADAS_BOARD_ID="kvim1s" # used to compile the fip blobs
|
||||
|
||||
declare -g KHADAS_OOWOW_BOARD_ID="VIM1S" # for use with EXT=output-image-oowow
|
||||
|
||||
# Use extlinux and u-boot-menu extension
|
||||
SRC_CMDLINE="console=tty0 console=ttyS0,921600 no_console_suspend earlycon=aml-uart,0xfe078000 meson-gx-mmc.caps2_quirks=mmc-hs400 mac=\\\${eth_mac} khadas.serial=\\\${usid} partition_type=generic"
|
||||
|
||||
@ -13,6 +13,8 @@ ASOUND_STATE="asound.state.khadas-vim3"
|
||||
BOOTBRANCH_BOARD="tag:v2023.07-rc4"
|
||||
BOOTPATCHDIR="v2023.07"
|
||||
|
||||
declare -g KHADAS_OOWOW_BOARD_ID="VIM3" # for use with EXT=output-image-oowow
|
||||
|
||||
# To enable the SPI NOR the -spi .dtb is required, because eMMC shares a pin with SPI on the VIM3. To use it:
|
||||
# fdtfile=amlogic/meson-g12b-a311d-khadas-vim3-spinor.dtb # in armbianEnv.txt and reboot, then run armbian-install
|
||||
# After deploying to SPI-NOR/MTD, return back to the normal DTB, otherwise eMMC speed is impaired.
|
||||
|
||||
@ -13,6 +13,8 @@ ASOUND_STATE="asound.state.khadas-vim3l"
|
||||
BOOTBRANCH_BOARD="tag:v2023.07-rc4"
|
||||
BOOTPATCHDIR="v2023.07"
|
||||
|
||||
declare -g KHADAS_OOWOW_BOARD_ID="VIM3L" # for use with EXT=output-image-oowow
|
||||
|
||||
# To enable the SPI NOR the -spi .dtb is required, because eMMC shares a pin with SPI on the VIM3. To use it:
|
||||
# fdtfile=amlogic/meson-sm1-khadas-vim3l-spinor.dtb # in armbianEnv.txt and reboot, then run armbian-install
|
||||
# After deploying to SPI-NOR/MTD, return back to the normal DTB, otherwise eMMC speed is impaired.
|
||||
|
||||
@ -10,5 +10,7 @@ SERIALCON="ttyS0" # for vendor kernel
|
||||
BOOTCONFIG="kvim4_defconfig"
|
||||
KHADAS_BOARD_ID="kvim4" # used to compile the fip blobs
|
||||
|
||||
declare -g KHADAS_OOWOW_BOARD_ID="VIM4" # for use with EXT=output-image-oowow
|
||||
|
||||
# Use extlinux and u-boot-menu extension
|
||||
SRC_CMDLINE="console=tty0 console=ttyS0,921600 no_console_suspend earlycon=aml-uart,0xfe078000 mac=\\\${eth_mac} khadas.serial=\\\${usid} partition_type=generic"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user