Tag Archives: Raspberry Pi

Raspberry Pi network configuration

 

Posted in Raspberry Pi | Tagged , | Leave a comment

Razdroid download

image download http://androidpi.wikia.com/wiki/Android_Pi_Wiki open Git Shell git clone https://github.com/Razdroid/razdroid-kernel <- copy and paste(right-click)

Posted in Android, Raspberry Pi | Tagged , , , | Leave a comment

Raspberry Pi update

Advanced Options > Update or

vi upgrade

 

Posted in Raspberry Pi | Tagged | Leave a comment

Raspberry Pi bash profile configuration

open .profile add at line end(G)

 

Posted in Raspberry Pi | Tagged , | Leave a comment

Raspberry Pi Kernel Compile

Ubuntu 12.04 LTS 32bit 기준 sudo apt-get install vim(선택사항) sudo apt-get update <- gcc-4.6-arm-linux-gnueabi 설치가 안될경우 sudo apt-get install git-core sudo apt-get install gcc-4.6-arm-linux-gnueabi sudo ln -s /usr/bin/arm-linux-gnueabi-gcc-4.6 /usr/bin/arm-linux-gnueabi-gcc mkdir raspberrypi cd raspberrypi git clone https://github.com/raspberrypi/tools.git <- 다운로드 40분 정도 … Continue reading

Posted in Raspberry Pi, Ubuntu | Tagged , | Leave a comment