https://github.com/Hexxeh/rpi-update
Raspberry-Pi 의 펌웨어를 업데이트 해주는 역할. 별도로 설치가 필요.
순서는 아래데로(Raspbmc에서 설치할 경우 본문과 달리 추가할 부분이 있어서 기록)
Pi 에 로긴 후
~$sudo apt-get -y install ca-certificates git-core binutils
~$sudo wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update
~$sudo rpi-update
어디서 받아오고, 처리하고...먼가 주루룩...라인이 넘어가며 진행된다.
그러다...
*** Running ldconfig
*** Storing current firmware revision
*** Syncing changes to disk
*** If no errors appeared, your firmware was successfully setup
*** A reboot is needed to activate the new firmware
이러면..끝이다.
에러가 있으면 문제가 있다. 해결책은...ㅡ_-);; D.I.Y
램 설정에 관한 내용으로 config.txt 를 수정하여 변경한다.
If you'd like to set a different GPU/ARM memory split, then define gpu_mem in /boot/config.txt.
기본내용은 아래와 같음
arm_freq=800
force_turbo=1
gpu_mem=128
disable_overscan=1
관련하여 옵션이나 내용은 아래 URL을 참고
http://elinux.org/RPi_config.txt
'관심종목 > Raspberry Pi' 카테고리의 다른 글
Raspberry Pi Micro SD Adapter (2) | 2014.01.19 |
---|---|
세라믹 방열판 ~ 신소재라기엔 오래된 이야기 ~ (2) | 2014.01.16 |
Raspbian Wheezy armhf 최소버전 이미지를 Windows 에서 dd로.. (0) | 2013.02.02 |
Raspberry Pi 무선랜(0BDA 8176) 드라이버 컴파일(Arch Linux Arm) Part.1 (3) | 2012.08.10 |
쪼맨한 파이~ Raspberry Pi 일주일 간단 사용기 (0) | 2012.08.04 |
생각보단 빨리 도착! 2주 걸린 Raspberry Pi 구입기~ (0) | 2012.07.30 |