/************************************************************************ * ieee80211 phy1: Failed to select rate control algorithm * 说明: * MT7601u驱动rate control algorithm. * * 2017-9-15 深圳 龙华樟坑村 曾剑锋 **************************************************…
The rate control in x265 is the same as x264's implementation, which is mostly empirical. It includes one two-pass and three one-pass modes(ABR, CRF and CQP). We describe ABR and CRF modes below. Average Bitrate(ABR) This is a one-pass scheme which p…
Part 1 <06/05/07 12:08pm> Manao | he is negating a float by printing it, adding a "-" to the string, and converting it back to float <06/05/07 12:08pm> Manao | in the process, of course, he doesn't free the allocated string <06/05…
xcode的svn提交图片经常会出问题,这不我又碰到了,记录下: 修改的是xx@2x.png之类的图标,commit的时候报错 The working copy “ios” failed to commit files. Commit failed (details follow):‘xx@2x.png’ is not under version control (1) 原因与解决: 1 确保文件缺失存在在相应的目录下,如果是引用要拷贝或者拖拽过来: 2 xcode 的Source Contro…
S3C2440实现wifi.3G上网和迷你无线路由的制作 fulinux 凌云实验室 本文将通过ARM.linux平台,借助RT2070/RT3070芯片的无线模块(或使用RT2070/RT3070芯片的USB无线上网卡).3G无线上网卡,实现无线上网.通过ADSL和3G的迷你无线路由器的制作. wifi上网 首先是利用s3c2440开发板和RT2070/RT3070芯片的无线模块实现无线上网的功能,即让无线模块工作在STA模式,所谓的STA在WLAN中一般为客户端,可以是装有无线网卡的计算机,…
RT5572 原来叫 Ralink雷凌 现在被 MTK 收购了,淘宝上买的很便宜50块邮,2.4 5G 双频.在 win10 上插了试试,果然是支持 5G.这上面写着 飞荣 是什么牌子,有知道的和我说下. (win10 现在驱动真好方便,一更新就有了,也不需要什么驱动精灵之类的) 自带的 linux 驱动在这里:https://www.mediatek.tw/products/broadbandWifi/rt5572?spm=2013.1.0.0.40b44978CqLJns  2018-11-…
开发环境:fl2440开发板,linux3.0内核,交叉编译器路径/opt/buildroot-2011.11/arm920t/usr/bin/arm-linux-,无线网卡RT3070 平时开发板联网都需要接一根网线,十分不方便,于是想到可以添加wifi功能.下面详细说明整个开发流程. 一.配置linux内核支持wireless无线上网 [*] Networking support  ---> -*-   Wireless  ---> <*>   cfg80211 - wirel…
用的是osboxes下的vdi. 编译Linux 1. 不能在root用户下操作 2. 执行 make kernel_menuconfig 报错,需要 apt-get install zlib1g zlib1g-dev -yapt-get -y install libncurses5-dev libssl-dev gawkapt-get install gcc-arm-linux-gnueabi -y 3. 编译uboot的时候报错,说是/bin/bash: /work/tinaV2.1/lic…
原文地址:http://www.cnblogs.com/NickQ/p/8973880.html 使开发板上网 USB驱动部分 在arch/arm/mach-s3c2440/mach-smdk2440.c中,修改Usb时钟. #include <mach/regs-clock.h> /* Add 2018/04/25-14:54:18 By Nick, for usb_s3c2440_init() */ #include <plat/udc.h> /* Add 2018/04/25…
------------------------------------------------------------------------------------------------------------------------------ 交叉编译器:arm-linux-gcc-4.5.4 Linux内核版本:Linux-3.0 开发板:FL2440 本文章的内核已经已经添加了DM9000的网卡,USB驱动,使用的是initramfs的文件系统. -----------------…