아래 사이트를 참조하여 해당 유틸을 컴파일 하여 Target board의 sbin, lib 디렉토리에 유틸과 Library를 복사 한다.
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
첨부된 코드를 압축을 풀고 Makefile을 아래와 같이 자신의 툴체인에 맞게 수정한다
## Compiler to use (modify this for cross compile). CC = arm-none-linux-gnueabi-gcc ## Other tools you need to modify for cross compile (static lib only). AR = arm-none-linux-gnueabi-ar RANLIB = arm-none-linux-gnueabi-ranlib |
- iwconfig manipulate the basic wireless parameters
- iwlist allow to initiate scanning and list frequencies, bit-rates, encryption keys...
- iwspy allow to get per node link quality
- iwpriv allow to manipulate the Wireless Extensions specific to a driver (private)
- ifrename allow to name interfaces based on various static criteria
'Embedded Linux' 카테고리의 다른 글
CodeViser의 S3C6410 Interface 설정 (0) | 2014.11.18 |
---|---|
Semaphore을 이용한 동기화 (binary semaphore) (0) | 2014.08.22 |
동기화 Mutex (0) | 2014.08.22 |
기본적인 pthread 사용법 정리 (0) | 2014.08.22 |
Volume was not properly unmounted ... (0) | 2014.07.24 |