| commit | b04a402ae4328aad41335d93cebd3484973ab7c2 | [log] [tgz] |
|---|---|---|
| author | xj <xj@example.com> | Thu Nov 25 15:01:52 2021 +0800 |
| committer | xj <xj@example.com> | Thu Nov 25 15:01:52 2021 +0800 |
| tree | c1ddf06fa00e6d6f48f3bfe835e32671fe2bb9cc | |
| parent | d96e019c47e1271d3fdf4b291ee9c3c02bc16c07 [diff] [blame] |
[Feature] add GA346 baseline version Change-Id: Ic62933698569507dcf98240cdf5d9931ae34348f
diff --git a/src/bsp/lk/scripts/do-dartuinoP0-test b/src/bsp/lk/scripts/do-dartuinoP0-test new file mode 100755 index 0000000..e220d9f --- /dev/null +++ b/src/bsp/lk/scripts/do-dartuinoP0-test
@@ -0,0 +1,7 @@ +#!/bin/sh + +export PROJECT=dartuinoP0-test + +make -j8 && +openocd -f interface/stlink-v2.cfg -f board/stm32756g_eval.cfg \ + -c "program build-$PROJECT/lk.bin reset exit 0x08000000"