1#include "../../../../device/soc/bestechnic/bes2600/liteos_m/components/hdf_config/hdf.hcs" 2root { 3 device_info { 4 platform :: host { 5 device_mipi_dsi : delete {} 6 } 7 display : delete {} 8 input : delete {} 9 } 10 platform { 11 mipi_dsi_config : delete {} 12 } 13 input : delete {} 14 misc { 15 fs_config { 16 littlefs_config { 17 match_attr = "littlefs_config"; 18 mount_points = ["/resource", "/log", "/data"]; 19 partitions = [10, 11, 12]; 20 block_size = [4096, 4096, 4096]; 21 block_count = [128, 80, 512]; 22 } 23 } 24 storage_config { 25 flash_config { 26 match_attr = "flash_config"; 27 partitions = [8, 9, 10, 11, 12]; 28 owner = [0, 0, 0, 0, 0]; 29 description = ["rtos_main", "rtos_mini", "resource", "log", "data"]; 30 start_addr = [0x80000, 0x680000, 0xC80000, 0xD80000, 0xDD0000]; 31 length = [0x600000, 0x600000, 0x80000, 0x50000, 0x200000]; 32 options = [3, 3, 3, 3, 3]; 33 } 34 } 35 } 36}