fw.bin 使用 sbl.bin 中的 sbl_printf 函数
This commit is contained in:
@@ -126,10 +126,15 @@ int32_t iot_module_start(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
extern int32_t sbl_printf(const char *fmt, ...);
|
||||
|
||||
|
||||
uint32_t iot_plc_entry(iot_build_info_t *info)
|
||||
{
|
||||
sbl_param_input_t param = {0};
|
||||
|
||||
sbl_printf("enter fw...\n");
|
||||
|
||||
iot_system_get_fw_boot_param(¶m);
|
||||
// 设置app的build_info
|
||||
iot_version_set_user_build_info(info);
|
||||
|
Reference in New Issue
Block a user