Notice: 1. If the module parameter "mem_process_isolation" of the MMZ is set to "1", the process isolation attribute of the MMZ buffer is enabled. When you run the sample and then run the tools, tools may fail to run due to process isolation problems. In consideration of this, the "share all" operation is reserved in the sample, you can set "MEM_SHARE" to "y" during compilation to enable this function, such as "make MEM_SHARE=y". 2 sample_vio 7 depend i2c4 && i2c5, EMMC 8it not support use i2c5, the circuit configuration needs to be modified and i2c5 pin_mux needs to be enabled. 3 i2c5 pin_mux cfg: bspmm 0x0EFF0028 0x1752; bspmm 0x0EFF0024 0x1752; 4 HI3516DV500 not support mipi_rx(4lane + 4lane), the following samples will fail to run due to mipi_rx default configuration: os04a10(4lane) + os04a10(4lane). sample_vio 7 sample_stitch 0~3 sample_aiisp 10 sample_mcf 2~5什么意思
时间: 2024-02-14 14:18:55 浏览: 91
Sram.rar_ram stm32_site:www.pudn.com_stm32 mem sram_stm32 sram 芯
这段提示的意思大概是:
1. 如果MMZ的模块参数"mem_process_isolation"设置为"1",则启用MMZ缓冲区的进程隔离属性。当您运行示例程序然后运行工具时,由于进程隔离问题,工具可能无法运行。为此,在示例程序中保留了“共享所有”操作,您可以在编译时将"MEM_SHARE"设置为"y"以启用此功能,例如"make MEM_SHARE=y"。
2. sample_vio 7依赖i2c4和i2c5,但EMMC 8it不支持使用i2c5,需要修改电路配置并启用i2c5 pin_mux。
3. i2c5 pin_mux配置为:
bspmm 0x0EFF0028 0x1752;
bspmm 0x0EFF0024 0x1752;
4. HI3516DV500不支持mipi_rx(4lane + 4lane),以下示例程序将因mipi_rx默认配置而无法运行:os04a10(4lane) + os04a10(4lane)。
- sample_vio 7
- sample_stitch 0~3
- sample_aiisp 10
- sample_mcf 2~5
大致意思是,在运行示例程序和工具时,需要注意一些配置和限制,否则可能会出现运行失败的情况。例如,需要启用"MEM_SHARE"来解决进程隔离问题,需要修改电路配置和启用i2c5 pin_mux来解决i2c5的问题,需要注意HI3516DV500不支持mipi_rx(4lane + 4lane)等。
阅读全文