OTA 失败 修改固件区大小
-
const struct jump_table_version_t _jump_table_version attribute((section("jump_table_3"))) =
{
.firmware_version = 0x00000000, // OTA版本,芯片再开机的时候回去判断高版本的固件区运行
};const struct jump_table_image_t _jump_table_image attribute((section("jump_table_1"))) =
{
.image_type = IMAGE_TYPE_APP,
.image_size = 0x19000, // 固件大小,假设你的OTA固件大小是200K, 200*1024= 0x32000
};