当前位置:网站首页>Imx6 rtl8189ftv migration
Imx6 rtl8189ftv migration
2022-07-25 18:04:00 【smile_ 5me】
RTL8189FTV Migration to imx6 Yes, it was successfully transplanted , But former colleagues reported that there was instability , I don't know why , Write your own test code, and there is no problem with testing , But there are always problems for colleagues who apply , We have to test for a few more days .
1、 download RTL8189FTV Source code :https://github.com/jwrdegoede/rtl8189ES_linux.git
find 8189 The branch of , Then download .

2、 After downloading , modify Makefile, as follows :
########################## WIFI IC ############################
CONFIG_MULTIDRV = n
CONFIG_RTL8188E = n
CONFIG_RTL8812A = n
CONFIG_RTL8821A = n
CONFIG_RTL8192E = n
CONFIG_RTL8723B = n
CONFIG_RTL8814A = n
CONFIG_RTL8723C = n
CONFIG_RTL8188F = y
######################### Interface ###########################
CONFIG_USB_HCI = n
CONFIG_PCI_HCI = n
CONFIG_SDIO_HCI = y
CONFIG_GSPI_HCI = n
CONFIG_PLATFORM_FS_MX61 = y
ifeq ($(CONFIG_PLATFORM_FS_MX61), y)
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
ARCH := arm
CROSS_COMPILE := arm-poky-linux-gnueabi-
KSRC ?= /home/a/work/imx6/kernel-4.9.11-v2x-usb
endif3、 then make, When it comes to ko The file indicates that the compilation is complete
4、 Then load ko file , Be careful , The instructions here are from the file system you get , If you don't need to add it yourself
insmod 8189fs.ko // The load driver
ifconfig wlan0 up // start-up wlan0
wpa_supplicant -B -Dnl80211 -iwlan0 -c /etc/wpa_supplicant.conf -d // Connect to wifi
ifconfig wlan0 192.168.0.90 // Assign addresses manually wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
network={
ssid=" The name of the router "
psk=" Router password "
}
5、 Theoretically, according to this operation, it should be possible to get up , But there will be a lot of messy debugging information , as follows

therefore 8189 The driver code of needs to be modified , Modified as follows
/rtl8189ES_linux-rtl8189fs/include/autoconf.h
// The first 227 That's ok , Comment out
#define CONFIG_DEBUG /* DBG_871X, etc... */complete ,ping Connect my router , But it still needs a few more days .
边栏推荐
- Good news! Ruiyun technology was awarded the member unit of 5g integrated application special committee of "sailing on the sea"
- Could not stop Cortex-M device! please check the JTAG cable的解决办法
- Mongodb cluster and sharding
- Mock服务moco系列(二)- Json格式、File文件、Header、Cookie、解决中文乱码
- ORB_SLAM3复现——上篇
- Which real-time gold trading platform is reliable and safe?
- What scenarios have rust, which is becoming more and more mature, applied?
- "Deprecated gradle features were used in this build, making it incompatible with gradle 6.0" problem solving
- 软件测试基础知识(思维导图)
- Is there any inconspicuous but profitable sideline?
猜你喜欢

Sorting also needs to know the information and linked list

「行话」| 用DevOps高效交付游戏,是种什么体验?

Oracle导入出错:IMP-00038: 无法转换为环境字符集句柄

Memory and packet buffer management of LwIP

Cloud XR面临的问题以及Cloud XR主要应用场景

"Digital security" alert NFT's seven Scams

Redis source code and design analysis -- 16. AOF persistence mechanism

越来越成熟的Rust,都应用了哪些场景呢?

使用sqldeveloper连接mysql

ORB_SLAM3复现——上篇
随机推荐
SDLC software development life cycle and model
国际权威认可!OceanBase入选Forrester Translytical数据平台报告
Go defer and recover simple notes
Resttemplate realizes the unified encapsulation (printable log) of post, put, delete, get, set request and file upload (batch files and parameters) through generics
OSPF comprehensive experiment
Brief introduction to clustered index, secondary index, index push down
Auditing相关注解
Mock service Moco series (III) - redirection, regular expression, delay, template, event, sub module design
Redis source code and design analysis -- 16. AOF persistence mechanism
mysql case when
P2P 之 UDP穿透NAT的原理与实现
Go channel simple notes
Automated test Po design model
绘制pdf表格 (一) 通过itext实现在pdf中绘制excel表格样式并且实现下载(支持中文字体)
imx6 RTL8189FTV移植
Postman快速上手
直击考点:PMP考试中常见敏捷知识点汇总
Three control methods of TestNG execution sequence
How to choose digital twin visualization platform
Sorting also needs to know the information and linked list