common/s*: add and update Korean translation (#14666)
* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
16
pages.ko/common/st-flash.md
Normal file
16
pages.ko/common/st-flash.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# st-flash
|
||||
|
||||
> STM32 ARM Cortex 마이크로컨트롤러에 바이너리 파일을 플래시.
|
||||
> 더 많은 정보: <https://github.com/texane/stlink>.
|
||||
|
||||
- 장치에서 0x8000000부터 4096 바이트 읽기:
|
||||
|
||||
`st-flash read {{펌웨어}}.bin {{0x8000000}} {{4096}}`
|
||||
|
||||
- 장치에 0x8000000부터 펌웨어 쓰기:
|
||||
|
||||
`st-flash write {{펌웨어}}.bin {{0x8000000}}`
|
||||
|
||||
- 장치에서 펌웨어 지우기:
|
||||
|
||||
`st-flash erase`
|
Reference in New Issue
Block a user