Skip to content

Commit 2624a6c

Browse files
committed
Update to v2.1.0
- Migrate ThreadX project to freertos project - Upgrade to STEdgeAI 2.2.0
1 parent bd2ec20 commit 2624a6c

File tree

1,644 files changed

+179391
-328122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,644 files changed

+179391
-328122
lines changed

Binaries/aed_bm.bin

17.8 KB
Binary file not shown.

Binaries/aed_bm_lp.bin

17 KB
Binary file not shown.

Binaries/aed_freertos.bin

249 KB
Binary file not shown.

Binaries/aed_freertos_lp.bin

250 KB
Binary file not shown.

Binaries/aed_tx.bin

-233 KB
Binary file not shown.

Binaries/aed_tx_lp.bin

-234 KB
Binary file not shown.

Binaries/aed_weights.bin

-16 Bytes
Binary file not shown.

Binaries/flash-bin.sh

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
#!\bin\bash
2-
3-
pathCubeIde="<Path_to_cube ide>"
4-
pathProg="<Path_to_cube_programmer_plug_in>/tools/bin"
5-
el=$pathCubeIde$pathProg"/ExternalLoader/MX66UW1G45G_STM32N6570-DK.stldr"
6-
prog=$pathCubeIde$pathProg"/STM32_Programmer_CLI.exe"
1+
#!/bin/bash
72

83
bin=$1"_"$2".bin"
94
fsbl="fsbl_fw_lrun_v1.2.0.bin"
105
weight=$1"_weights.bin"
6+
external_loader="$(dirname "$(which STM32_Programmer_CLI)")/ExternalLoader/MX66UW1G45G_STM32N6570-DK.stldr"
117

12-
echo "please connect the board and switch BOOT1 to Rigth position"
8+
echo "please connect the board and switch BOOT1 to Rigth position"
139
echo "when done, press a key to continue ..."
1410
read -n 1 -s
1511
echo "flashing the application "$bin" with weigth "$weight
1612

17-
$prog -c port=swd mode=HOTPLUG ap=1 --extload $el -w $fsbl 0x70000000
18-
$prog -c port=swd mode=HOTPLUG ap=1 --extload $el -w $bin 0x70100000
19-
$prog -c port=swd mode=HOTPLUG ap=1 --extload $el -w $weight 0x70180000
13+
set -x
14+
15+
STM32_Programmer_CLI -c port=swd mode=HOTPLUG ap=1 --extload $external_loader -w $fsbl 0x70000000
16+
STM32_Programmer_CLI -c port=swd mode=HOTPLUG ap=1 --extload $external_loader -w $bin 0x70100000
17+
STM32_Programmer_CLI -c port=swd mode=HOTPLUG ap=1 --extload $external_loader -w $weight 0x70180000
2018

21-
echo "please power cycle the board after switching BOOT1 to Left position"
19+
set +x
20+
21+
echo "please switch BOOT1 to Left position and then power cycle the board"
22+
echo "when done, press a key to continue ..."
23+
read -n 1 -s
24+
echo "Flashing done"

Binaries/se_bm.bin

14.3 KB
Binary file not shown.

Binaries/se_bm_lp.bin

13.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)