-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathload-bootloader.log
44 lines (37 loc) · 1.72 KB
/
load-bootloader.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
> Executing task in folder stm32bluepill-mynewt-sensor: cmd /c " openocd\bin\openocd -f scripts/flash-init.ocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -f scripts/flash-boot.ocd " <
GNU MCU Eclipse 64-bit Open On-Chip Debugger 0.10.0+dev-00462-gdd1d90111 (2019-01-18-11:42)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
debug_level: 0
Setting flash size to 64 KB...
0x10000
WARNING: interface/stlink-v2.cfg is deprecated, please switch to interface/stlink.cfg
adapter speed: 1000 kHz
adapter_nsrst_delay: 100
none separate
Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
semihosting is enabled
Stopping Blue Pill...
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x0800010c msp: 0x20005000, semihosting
Current flash info...
#0 : stm32f1x.flash (stm32f1x) at 0x08000000, size 0x00010000, buswidth 0, chipwidth 0
flash 'stm32f1x' found at 0x08000000
Erasing Blue Pill...
stm32x mass erase complete
Unlocking Blue Pill...
stm32x unlocked.
INFO: a reset or power cycle is required for the new settings to take effect.
Flashing Bootloader to Blue Pill...
auto erase enabled
auto unlock enabled
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x2000003a msp: 0x20005000, semihosting
wrote 4096 bytes from file bin/targets/bluepill_boot/app/apps/boot_stub/boot_stub.elf.bin in 0.400407s (9.990 KiB/s)
read 3996 bytes from file bin/targets/bluepill_boot/app/apps/boot_stub/boot_stub.elf.bin and flash bank 0 at offset 0x00000000 in 0.084915s (45.956 KiB/s)
contents match
Restarting Blue Pill...
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x0800010c msp: 0x20005000, semihosting
**** Done!