Skip to content
Snippets Groups Projects
Commit 86a3f4b4 authored by Chloé Mercier's avatar Chloé Mercier :fox:
Browse files

Add new file

parent acc09216
No related merge requests found
# How try to flash the card STM32N6570 ?
Three binaries must be programmed in the board external flash using the following procedure.
First, `BOOT0` and `BOOT1` must be placed in Dev position.
## 1 - Program `ai_fsbl_cut_2_0.hex`, the first stage bootloader
* ./flash.sh bootloader
## 2 - Program `network_data.hex`, the params of the networks
* ./flash.sh weights
## 3 - Program `firmware-st-stm32n6.bin`, the firmware application
* ./flash.sh firmware
Next, you can put the `BOOT1` in Flash position and `RESET` the card.
Source : [flash STM32N6](https://docs.edgeimpulse.com/docs/edge-ai-hardware/mcu-+-ai-accelerators/stm32n6570-dk)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment