Fix rockpi-n10 and station-p1 uboot spi image creating

This commit is contained in:
Igor 2023-05-06 09:18:20 +02:00 committed by igorpecovnik
parent 63e9bd3baa
commit 5ce81c6bb8
2 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,4 @@ FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399pro-rock-pi-n10.dtb"
BOOT_SUPPORT_SPI=yes
BOOT_SCENARIO="tpl-spl-blob"

View File

@ -7,6 +7,7 @@ FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-roc-pc-plus.dtb"
BOOT_SUPPORT_SPI=yes
BOOT_SCENARIO="tpl-spl-blob"
SRC_EXTLINUX="yes"
SRC_CMDLINE="console=ttyS2,1500000 console=tty0"
ASOUND_STATE="asound.state.station-p1"