Ⅱ. 라즈베리 확장
Config.txt 분석
- 라즈베리파이는 전통적인 PC에서처럼 BIOS를 가지고 있지 않음
- various configuration parameters들은 config.txt라 불리는 텍스트 파일에 저장됨
- config.txt 파일은 ARM CPU가 설정되기 전에 GPU에 의해 읽혀짐. 그렇기 때문에 config.txt는 bootcode.bin과
start.elf와 같이 sdcard의 boot partition에 위치함
- config.txt는 일반적으로 /boot/config.txt로 접근할 수 있음
https://www.raspberrypi.org/documentation/configuration/config-txt.md 참고
'프로그래밍 > Raspberry' 카테고리의 다른 글
Raspberry pi2 (크로스컴파일) (0) | 2015.08.13 |
---|---|
Raspberry pi2 (SD card 분석) (0) | 2015.08.13 |
Raspberry pi2 (라즈베리 기본 설정) (0) | 2015.08.13 |
Raspberry pi2 (Raspbian 설치) (0) | 2015.08.13 |
Raspberry pi2 (지원 OS 및 모델 분석) (0) | 2015.08.12 |