Home
last modified time | relevance | path

Searched refs:boot_size (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmake_upg_file.py669 boot_size = 0x8000
679 bin_total_size = boot_size + ftm1_size + ftm2_size + nv_file_size + nv_file_size + nv_file_size + len(upg_file_bin)
682 boot_nv_kernel_bin[boot_st_addr:boot_st_addr + boot_size] = flash_boot_bin
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_common.c901 hi_u32 boot_size = partiton->table[HI_FLASH_PARTITON_BOOT].size; in upg_refresh_boot() local
908 if ((total_size == 0) || (total_size > boot_size)) { in upg_refresh_boot()
918 ret = hi_flash_erase(boot_addr, boot_size); in upg_refresh_boot()
919 upg_print("[upg erase]ret-addr-size-end:0x%x-0x%x-0x%x-%d\r\n", ret, boot_addr, boot_size, hi_get_milli_seconds()); in upg_refresh_boot()

Completed in 5 milliseconds