当前位置:网站首页>【sdx62】WCN685X将bdwlan.bin和bdwlan.txt相互转化操作方法
【sdx62】WCN685X将bdwlan.bin和bdwlan.txt相互转化操作方法
2022-07-06 14:03:00 【wellnw】
bdwlan.bin转化为bdwlan.txt
切换到代码编译的bdfConvert目录下
cd sdx62/wlan_proc/wlan/phyrf_svc/tools/bdfUtil/bdfConvert
在bdfConvert目录下创建bintotxt目录
mkdir bintotxt
在bdfConvert目录下拷贝bdwlan.txt模板到bintotxt目录下
cp bdwlan.txt bintotxt/bdwlan.txt
将要转化的bdwlan.bin拷贝到bintotxt目录下
cp bdwlan.bin bintotxt/bdwlan.bin
转化指令
python bin2txt.py bintotxt/bdwlan.bin bintotxt/bdwlan.txt
在bintotxt目录下生成bdwlan_new.txt文件
bdwlan.bin bdwlan_new.txt bdwlan.txt
bdwlan.txt转化为bdwlan.bin
切换到代码编译的bdfConvert目录下
cd sdx62/wlan_proc/wlan/phyrf_svc/tools/bdfUtil/bdfConvert
在bdfConvert目录下创建bintotxt目录
mkdir txttobin
将要转化的bdwlan.bin拷贝到bintotxt目录下
cp bdwlan.bin bintotxt/bdwlan.bin
转化指令
python tx
边栏推荐
- Mongodb (III) - CRUD
- GNN, please deepen your network layer~
- hdu 4912 Paths on the tree(lca+馋)
- 十一、服务介绍及端口
- Codeforces Round #274 (Div. 2) –A Expression
- Leetcode topic [array] -118 Yang Hui triangle
- C language: comprehensive application of if, def and ifndef
- LeetCode学习记录(从新手村出发之杀不出新手村)----1
- string的底层实现
- Is it important to build the SEO foundation of the new website
猜你喜欢
Bat script learning (I)
C how to set two columns comboboxcolumn in DataGridView to bind a secondary linkage effect of cascading events
AI enterprise multi cloud storage architecture practice | Shenzhen potential technology sharing
LeetCode学习记录(从新手村出发之杀不出新手村)----1
GPS从入门到放弃(十六)、卫星时钟误差和卫星星历误差
GPS从入门到放弃(十二)、 多普勒定速
微信红包封面小程序源码-后台独立版-带测评积分功能源码
[Digital IC manual tearing code] Verilog automatic beverage machine | topic | principle | design | simulation
LeetCode:1189. The maximum number of "balloons" -- simple
华为在多个行业同时出击,吓人的技术让欧美企业瑟瑟发抖
随机推荐
Happy sound 2[sing.2]
What is the RDD operator in spark
Explain ESM module and commonjs module in simple terms
mysql根据两个字段去重
Intelligent online customer service system source code Gofly development log - 2 Develop command line applications
Qt | UDP广播通信、简单使用案例
Some problems about the use of char[] array assignment through scanf..
GPS from entry to abandonment (XVII), tropospheric delay
十一、服务介绍及端口
Search map website [quadratic] [for search map, search fan, search book]
[Yu Yue education] reference materials for surgical skills teaching in Tongji University
[asp.net core] set the format of Web API response data -- formatfilter feature
Leetcode learning records (starting from the novice village, you can't kill out of the novice Village) ---1
HDU 2008 digital statistics
string的底层实现
Save and retrieve strings
make menuconfig出现recipe for target ‘menuconfig‘ failed错误
GPS du début à l'abandon (XIII), surveillance autonome de l'intégrité du récepteur (raim)
新入职一家公司需要去实践和注意的内容
hdu 4912 Paths on the tree(lca+馋)