심심해서 일단 받아봄
리눅스 커널은 대략 빌드 중이라 늘어난 것일수도 있으니 크게 의미는 없으나 대략 840MB 정도 예상되고
크로스 컴파일러가 무려 945MB ㄷㄷㄷ
rootfs는 11M로 저렴하다 -ㅁ-!
~/rasp$ du -h -d 1
851M ./linux
945M ./tools
11M ./target_fs
1.8G . |
$ sudo apt-get install libncurses5-dev |
[링크 : http://askubuntu.com/questions/78749/what-provides-curses-headers-named-curses-h]
$ mkdir rasp
$ cd rasp
$ git clone --depth=1 https://github.com/raspberrypi/tools
$ git clone --depth=1 https://github.com/raspberrypi/linux
$ git clone --depth=1 https://github.com/raspberrypi/target_fs
$ export PATH=$PATH:~/rasp/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin
$ cd linux
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bcm2709_defconfig menuconfig
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j 4 |
[링크 : http://www.raspberrypi.org/documentation/linux/kernel/building.md]
커널 menuconfig 에서 보니
일단.. BCM2709로 설정되고

NEON은 켜져있도록 되어있다.

+
그나저나.. ATOM 330 / 1.6GHz 로 어느 세월에 컴파일 하지? ㅋㅋㅋ
+
오후 8:40 2015-03-23
오후 10:02 2015-03-23
무려 1시간 20분 만에 컴파일 완료 -_ㅠ
~/rasp/linux$ file vmlinux
vmlinux: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, BuildID[sha1]=44adda67f6686154f7eb71069c144f84d4ee6c20, not stripped
린필드 i7 으로는 3분만에 컴파일 끝나던데 흑흑
역시 듀얼 코어 + HT ATOM으로는 무리였어 ㅠㅠ
+ 2015.04.09 추가
시작 오후 10:16 2015-04-09
끝 2015. 04. 09. (목) 22:47:18 KST
AMD 4850e / 2.5GHz 듀얼 코어로 30분 걸림 -_ㅠ -j4 인데도 불구하고!!! ㅠㅠ
+ 2015.05.31 추가
2015년 05월 31일 (일) 오후 07시 55분 25초
2015. 05. 31. (일) 20:05:59 KST
AMD 945 / 3.0GHz 쿼드코어로 10분.. 클럭빨로 4850e보다는 줄지만
역시나.. i7이 짱짱이구나 싶은 결과랄까 ㅜㅜ