라즈베리 파이 커널 소스 컴파일 하는 방법
- sudo apt-get install git-core
- git clone https://github.com/raspberrypi/tools.git
- git clone https://github.com/raspberrypi/linux.git
- sudo apt-get install build-essential libncurses5-dev
- cd linux
- make menuconfig
- make
- cd ../tools/mkimage/
- ./imagetool-uncompressed.py ../../linux/arch/arm/boot/Image
'내 장비들 > Embedded Device' 카테고리의 다른 글
Cubie Board큐비보드 헝그리 케이스 리폼 및 방열판 부착 (0) | 2013.02.16 |
---|---|
해외에서 공동제작한 micro SD 카드 어댑터가 드디어 도착 (1) | 2012.10.23 |
MK802 를 lubuntu 서버 설정법 (웹서버 + Wordpress 설치) (16) | 2012.09.13 |
MK802 를 lubuntu 서버 설정법 (기본) (11) | 2012.09.13 |
modmypi에서 Raspberry Pi 케이스 도착 (4) | 2012.08.28 |
MK802 방열판 부착 (6) | 2012.08.22 |
MK802 발열문제? (0) | 2012.08.21 |
Raspberry Pi 삽질 및 소감 (1) | 2012.08.20 |
휴대용 무선랜 리눅스 서버 삽질기 (1) | 2012.08.20 |
MK802와 Raspberry Pi 비교 소감 (2) | 2012.08.15 |