This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/boot2_isp
jzlv 356f258e83 [sync] sync from internal repo
* use nuttx libc, disable system libc
* use tlsf as default
* update lhal flash driver
* add example readme
* add flash ini for new flash tool
* add fw header for new flash tool
2023-01-17 21:04:07 +08:00
..
port [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
bflb_eflash_loader_cmds.c [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
bflb_eflash_loader_cmds.h [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
bflb_eflash_loader_interface.c [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
bflb_eflash_loader_interface.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
bflb_eflash_loader_uart.c [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
bflb_eflash_loader_uart.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
bflb_eflash_loader_usb.c [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
bflb_eflash_loader_usb.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
bflb_eflash_loader.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
blsp_boot_decompress.c [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
blsp_boot_decompress.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
blsp_boot_parser.c [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
blsp_boot_parser.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
blsp_bootinfo.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
blsp_common.c [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
blsp_common.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
blsp_media_boot.c [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
blsp_media_boot.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
blsp_port.c [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
blsp_port.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
blsp_ram_image_boot.c [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
boot2_release.py [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
CMakeLists.txt [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
flash_prog_cfg.ini [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
main.c [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
Makefile [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
partition.c [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
partition.h [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
proj.conf [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
ReadMe [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
README.md [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
rv32i_xtheade_lz4.S [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
softcrc.c [update][boot2] update boot2 demo 2022-12-21 20:59:44 +08:00
softcrc.h [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00

boot2_isp

Support CHIP

CHIP Remark
BL602/BL604
BL702/BL704/BL706
BL616/BL618
BL808 Only for m0 CPU

Compile

  • BL602/BL604
make CHIP=bl602 BOARD=bl602dk
  • BL702/BL704/BL706
make CHIP=bl702 BOARD=bl702dk
  • BL616/BL618
make CHIP=bl616 BOARD=bl616dk
  • BL808
make CHIP=bl808 BOARD=bl808dk CPU_ID=m0

Flash

make flash CHIP=chip_name COMX=xxx # xxx is your com name