mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-05 12:28:45 +00:00
[update][boot2] update boot2 demo
This commit is contained in:
parent
da1fa7a289
commit
4e99ee80f2
31 changed files with 5050 additions and 54 deletions
|
@ -40,7 +40,6 @@
|
|||
#include "blsp_media_boot.h"
|
||||
#include "blsp_boot_decompress.h"
|
||||
#include "blsp_common.h"
|
||||
#include "blsp_version.h"
|
||||
#include "partition.h"
|
||||
#include "softcrc.h"
|
||||
#include "bflb_flash.h"
|
||||
|
@ -400,7 +399,7 @@ int main(void)
|
|||
LOG_F("BLSP Boot2 start:%s,%s\r\n", __DATE__, __TIME__);
|
||||
LOG_F("Group=%d,CPU Count=%d\r\n", BLSP_BOOT2_CPU_GROUP_MAX, BLSP_BOOT2_CPU_MAX);
|
||||
|
||||
LOG_F("ver:%s\r\n", BL_SDK_VER);
|
||||
LOG_F("ver:%s\r\n", BFLB_BOOT2_VER);
|
||||
|
||||
/* Reset Sec_Eng */
|
||||
hal_boot2_reset_sec_eng();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue