rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)

* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
This commit is contained in:
코드싸이
2024-11-09 22:28:34 +09:00
committed by GitHub
parent 166a22671a
commit 624a50f563
65 changed files with 1283 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
# rpi-eeprom-update
> EEPROM을 업데이트하고 다른 EEPROM 정보를 확인합니다.
> 더 많은 정보: <https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#rpi-eeprom-update>.
- 현재 설치된 라즈베리 파이 EEPROM 정보 출력:
`sudo rpi-eeprom-update`
- 라즈베리 파이 EEPROM 업데이트:
`sudo rpi-eeprom-update -a`
- 보류 중인 업데이트 취소:
`sudo rpi-eeprom-update -r`
- 도움말 표시:
`rpi-eeprom-update -h`