diff --git a/lichee/melis-v3.0/source/projects/v851s3-e907-sl100-front-board/configs/defconfig b/lichee/melis-v3.0/source/projects/v851s3-e907-sl100-front-board/configs/defconfig index 1abc3cdd8..3ca7ce0e4 100755 --- a/lichee/melis-v3.0/source/projects/v851s3-e907-sl100-front-board/configs/defconfig +++ b/lichee/melis-v3.0/source/projects/v851s3-e907-sl100-front-board/configs/defconfig @@ -428,7 +428,7 @@ CONFIG_MODVERSIONS=y # CONFIG_SHOW_FULL_VERSION is not set CONFIG_CROSS_COMPILE="riscv64-unknown-elf-" # CONFIG_INIT_CARD_PRODUCT is not set -CONFIG_LOG_DEFAULT_LEVEL=4 +CONFIG_LOG_DEFAULT_LEVEL=1 # CONFIG_CC_STACKPROTECTOR_STRONG is not set # CONFIG_LOG_RELEASE is not set # CONFIG_BOOTUP_TURBO is not set @@ -437,7 +437,7 @@ CONFIG_LOG_DEFAULT_LEVEL=4 CONFIG_DYNAMIC_LOG_LEVEL_SUPPORT=y CONFIG_LOG_LEVEL_STORAGE_NONE=y # CONFIG_LOG_LEVEL_STORAGE_RTC is not set -CONFIG_DYNAMIC_LOG_DEFAULT_LEVEL=4 +CONFIG_DYNAMIC_LOG_DEFAULT_LEVEL=2 # CONFIG_FRAME_POINTER is not set CONFIG_FRAME_WARN=8192 CONFIG_UART_CLI_USE_NONE=y diff --git a/lichee/rtos-hal/hal/source/vin/vin_isp/isp_server/isp_server.h b/lichee/rtos-hal/hal/source/vin/vin_isp/isp_server/isp_server.h index e8716cf64..55eaaa7d2 100755 --- a/lichee/rtos-hal/hal/source/vin/vin_isp/isp_server/isp_server.h +++ b/lichee/rtos-hal/hal/source/vin/vin_isp/isp_server/isp_server.h @@ -123,9 +123,9 @@ struct hw_isp_paras { /* kener user write it to sector, boot0 read it and write to ddr */ #ifdef CONFIG_SUPPORT_THREE_CAMERA -#define VIN_SENSOR0_RESERVE_ADDR (0x42FFB000) /*104~110 sector, size is 4k - 512b, boot0 read it and write to 0x43BFE000*/ -#define VIN_SENSOR1_RESERVE_ADDR (0x42FFC000) /*112~118 sector, size is 4k - 512b, boot0 read it and write to 0x43BFF000*/ -#define VIN_SENSOR2_RESERVE_ADDR (0x42FFD000) /*112~118 sector, size is 4k - 512b, boot0 read it and write to 0x43BFF000*/ +#define VIN_SENSOR0_RESERVE_ADDR (0x4500D000) /*104~110 sector, size is 4k - 512b, boot0 read it and write to 0x43BFE000*/ +#define VIN_SENSOR1_RESERVE_ADDR (0x4500E000) /*112~118 sector, size is 4k - 512b, boot0 read it and write to 0x43BFF000*/ +#define VIN_SENSOR2_RESERVE_ADDR (0x4500F000) /*112~118 sector, size is 4k - 512b, boot0 read it and write to 0x43BFF000*/ #else #define VIN_SENSOR0_RESERVE_ADDR (0x43BFE000) /*104~110 sector, size is 4k - 512b, boot0 read it and write to 0x43BFE000*/ #define VIN_SENSOR1_RESERVE_ADDR (0x43BFF000) /*112~118 sector, size is 4k - 512b, boot0 read it and write to 0x43BFF000*/