linux/f*: add Korean translation (#14703)

* linux/f*: add Korean translation

* finch: fix Korean tranlsation

* Update pages.ko/linux/fprintd-verify.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-09 13:26:42 +09:00
committed by GitHub
parent 50ba22c4b1
commit 6acaad1270
39 changed files with 895 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# flashrom
> 플래시 칩을 읽고, 쓰고, 검증하고, 지웁니다.
> 더 많은 정보: <https://manned.org/flashrom>.
- 칩을 검사하여 배선이 올바른지 확인:
`flashrom --programmer {{프로그래머}}`
- 플래시를 읽고 파일로 저장:
`flashrom -p {{프로그래머}} --read {{경로/대상/파일}}`
- 파일을 플래시에 쓰기:
`flashrom -p {{프로그래머}} --write {{경로/대상/파일}}`
- 플래시를 파일과 대조하여 검증:
`flashrom -p {{프로그래머}} --verify {{경로/대상/파일}}`
- Raspberry Pi를 사용하여 칩 검사:
`flashrom -p {{linux_spi:dev=/dev/spidev0.0}}`