풀어보니 커널 config 파일이네
라즈베리도 확인해볼까?
$ ll /proc/config.gz
-r--r--r-- 1 root root 24508 oct 14 00:28 /proc/config.gz
$ file /proc/config.gz
/proc/config.gz: gzip compressed data, from Unix, max compression
$ gzip -d config.gz
$ ll
-r--r--r-- 1 odroid odroid 102534 oct 14 00:27 config
$ scp odroid@192.168.0.2:/proc/config.gz .
[링크 : http://forum.odroid.com/viewtopic.php?f=8&t=1978]
+
General setup --->
[*] Kernel .config support
[*] Enable access to .config through /proc/config.gz
[링크 : http://forum.falinux.com/zbxe/index.php?document_srl=807992&mid=lecture_tip]
2006년 글에도 있었던 걸 봐서는 옛날 버전부터 지원은 했으나
별로 쓸모가 없어서 포함해서 빌드하지 않았던 것으로 보인다.
CONFIG_IKCONFIG_PROC
[링크 : http://www.xaprb.com/blog/2006/05/23/how-to-use-linuxs-proc-config-feature/]
'embeded > odroid' 카테고리의 다른 글
fat32에서는 실행이 안되네?!?! (0) | 2016.10.14 |
---|---|
uboot emmc command (0) | 2016.10.14 |
odroid u3 eMMC + SD 부팅 방법... (0) | 2016.10.13 |
odroid boot.txt 와 mkimage (0) | 2016.10.13 |
odroid 망할... 시리얼 콘솔.. 졌다...? (0) | 2016.10.10 |