본문 바로가기
관심종목/Raspberry Pi

rpi-update on Raspbmc

by 신의손길 2013. 1. 15.

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