아래 사이트를 참조하여 해당 유틸을 컴파일 하여 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


Posted by 깍수
,