博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
wireless tool 移植
阅读量:7027 次
发布时间:2019-06-28

本文共 374 字,大约阅读时间需要 1 分钟。

在linux上调试wifi, 需要移植wireless tool进行验证,本文记录移植方法。

参考链接

下载地址

移植方法

下载源码,修改makefile

## Compiler to use (modify this for cross compile).CC = arm-linux-gcc## Other tools you need to modify for cross compile (static lib only).AR = arm-linux-arRANLIB = arm-linux-ranlib

编译: make

将生成的libiw.so.29放到板子的/lib目录

将生成的iwlist,iwconfig等添加执行权限,放到/sbin/,/bin/等PATH目录。


Tony Liu

2016-12-5, Shenzhen

转载地址:http://aprxl.baihongyu.com/

你可能感兴趣的文章
UVALive 6915 Leveling Ground 倍增RMQ
查看>>
Inside ARC — to see the code inserted by the compiler
查看>>
云中气象 有备而来
查看>>
4.dubbo-demo+简易监控中心安装+管理控制台安装
查看>>
读书笔记《集体智慧编程》Chapter 4 : Searching and Ranking
查看>>
jquery form 插件 分类: JavaScript ...
查看>>
php二维数组访问
查看>>
用Shell实现俄罗斯方块代码(Tetris.sh)
查看>>
[zz]Ubuntu Hadoop HDFS 配置
查看>>
上市后Avaya锣鼓全开,加速战略布局规划
查看>>
日调度5万亿次,腾讯云发布企业级微服务中间件TSF
查看>>
海外侨胞建言四川对外开放:加强内陆省份竞争力成关键
查看>>
2019款奥迪Q7上市 配置增加/69.98万元起售
查看>>
策划求婚、陪挑婚纱,新郎不是我,仍感谢你来过|在百度遇见你
查看>>
从零单排学Redis【铂金一】
查看>>
如何处理Express异常
查看>>
Cycle.js 状态管理模型
查看>>
[译]Effective Kotlin系列之考虑使用原始类型的数组优化性能(五)
查看>>
为什么我从 Google 辞职而为自己工作
查看>>
技术问答集锦(四)
查看>>