luckfox-pico-sdk/sysdrv/source/uboot/u-boot/configs/rv1126-emmc-tb-nofastae.config
luckfox-eng29 8f34c2760d project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches.
project:cfg:BoardConfig_IPC: Added fastboot BoardConfig file and firmware post-scripts, distinguishing between
the BoardConfigs for Luckfox Pico Pro and Luckfox Pico Max. project:app: Added fastboot_client and rk_smart_door
for quick boot applications; updated rkipc app to adapt to the latest media library. media:samples: Added more
usage examples. media:rockit: Fixed bugs; removed support for retrieving data frames from VPSS. media:isp:
Updated rkaiq library and related tools to support connection to RKISP_Tuner. sysdrv:Makefile: Added support for
compiling drv_ko on Luckfox Pico Ultra W using Ubuntu; added support for custom root filesystem.
sysdrv:tools:board: Updated Buildroot optional mirror sources, updated some software versions, and stored device
tree files and configuration files that undergo multiple modifications for U-Boot and kernel separately.
sysdrv:source:mcu: Used RISC-V MCU SDK with RT-Thread system, mainly for initializing camera AE during quick
boot. sysdrv:source:uboot: Added support for fastboot; added high baud rate DDR bin for serial firmware upgrades.
sysdrv:source:kernel: Upgraded to version 5.10.160; increased NPU frequency for RV1106G3; added support for
fastboot.

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
2024-10-14 09:47:04 +08:00

36 lines
1.2 KiB
Plaintext

CONFIG_BASE_DEFCONFIG="rv1126_defconfig"
# CONFIG_CMD_MTD_BLK is not set
# CONFIG_CMD_NAND is not set
# CONFIG_CMD_SF is not set
# CONFIG_CMD_SPI is not set
CONFIG_LOADER_INI="RV1126MINIALL_EMMC_TB.ini"
CONFIG_MMC_USE_PRE_CONFIG=y
# CONFIG_MTD_DEVICE is not set
# CONFIG_MTD is not set
# CONFIG_MTD_NAND_BBT_USING_FLASH is not set
# CONFIG_NAND is not set
CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
# CONFIG_ROCKCHIP_SFC is not set
# CONFIG_SPI_FLASH is not set
# CONFIG_SPI_MEM is not set
# CONFIG_SPL_AB is not set
CONFIG_SPL_ADC_KEY=y
CONFIG_SPL_ADC_SUPPORT=y
CONFIG_SPL_BLK_READ_PREPARE=y
# CONFIG_SPL_CROS_EC_KEYB is not set
CONFIG_SPL_DM_FUEL_GAUGE=y
CONFIG_SPL_I2C_SUPPORT=y
CONFIG_SPL_INPUT=y
CONFIG_SPL_KERNEL_BOOT=y
# CONFIG_SPL_MTD_SUPPORT is not set
# CONFIG_SPL_NAND_SUPPORT is not set
# CONFIG_SPL_PINCTRL is not set
# CONFIG_SPL_POWER_FG_CW201X is not set
CONFIG_SPL_POWER_FG_RK817=y
# CONFIG_SPL_POWER_FG_RK818 is not set
CONFIG_SPL_POWER_LOW_VOLTAGE_THRESHOLD=3400
# CONFIG_SPL_SPI_FLASH_SUPPORT is not set
# CONFIG_SPL_SPI_SUPPORT is not set
CONFIG_SPL_SYS_MALLOC_F_LEN=0x100000
CONFIG_TRUST_INI="RV1126TOS_TB_NOMCU.ini"