自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (7)
  • 收藏
  • 关注

转载 OpenWRT 增加内核模块及应用方法

OpenWRT 增加内核模块及应用方法 2012-01-19 14:41:12分类: LINUX进入package目录,创建模块目录cd mcp/branches/V1.1-beta1/mcp/packagemkdir example进入example目录,创建Makefile文件和代码路径cd exampletouc

2013-04-25 16:48:30 7811

转载 u-boot 内核同时传递cmdline时的处理

u-boot 内核同时传递cmdline时的处理默认是内核boot option里面的config_cmdline,如果u-boot也传参数,则会覆盖。u-boot传参数方法如下:在do_bootm_linux中:72 #ifdef CONFIG_CMDLINE_TAG73         char *commandline = getenv ("bootargs"

2013-04-12 15:18:20 3678

转载 mkimage制作linux内核映像[转载

mkimage制作linux内核映像[转载]bootm命令是用来引导经过u-boot的工具mkimage打包后的kernel image的,什么叫做经过u-boot的工具mkimage打包后的kernel image,这个就要看mkimage的代码,看看它做了些什么,虽然我很希望大家不要偷懒,认真地去看看,但是我知道还是有很多人懒得去做这件,那么我就j将分析mkimage代码后得到的总结告

2013-04-12 14:29:03 887

转载 mkimage使用详解(转载)

mkimage使用详解(转载)uboot源代码的tools/目录下有mkimage工具,这个工具可以用来制作不压缩或者压缩的多种可启动映象文件。mkimage在制作映象文件的时候,是在原来的可执行映象文件的前面加上一个0x40字节的头,记录参数所指定的信息,这样uboot才能识别这个映象是针对哪个CPU体系结构的,哪个OS的,哪种类型,加载内存中的哪个位置, 入口点在内存的

2013-04-12 14:08:56 723

转载 linux napi

NAPI 是 Linux 上采用的一种提高网络处理效率的技术,它的核心概念就是不采用中断的方式读取数据,而代之以首先采用中断唤醒数据接收的服务程序,然后 POLL 的方法来轮询数据。随着网络的接收速度的增加,NIC 触发的中断能做到不断减少,目前 NAPI 技术已经在网卡驱动层和网络层得到了广泛的应用,驱动层次上已经有 E1000 系列网卡,RTL8139 系列网卡,3c50X 系列等主流的网

2013-04-02 15:57:20 3833

翻译 Linux WiFi: Deauthenticated Reason Codes

CodeReasonExplanation0ReservedNormal working operation1Unspecific ReasonWe don’t know what’s wrong2Previous authentication no longer validClient has associated but is

2013-04-02 15:52:09 10350

Advances and Open Problems in Federated Learning.pdf

Advances and Open Problems in Federated Learning。Federated learning (FL) is a machine learning setting where many clients (e.g. mobile devices or whole organizations) collaboratively train a model under the orchestration of a central server (e.g. service provider), while keeping the training data decentralized. FL embodies the principles of focused data collection and minimization, and can mitigate many of the systemic privacy risks and costs resulting from traditional, centralized machine learning and data science approaches. Motivated by the explosive growth in FL research, this paper discusses recent advances and presents an extensive collection of open problems and challenges.

2020-05-13

openwrt hacking

openwrt hacking

2014-04-30

openwrt 开发文档

openwrt开发

2014-04-30

openwrt 嵌入式开发框架

openwrt目录结构,工具链、软件架构,创建软件包、添加新的支持平台的简单讲解。

2014-04-30

GNU-ld链接脚本浅析

GNU-ld链接脚本浅析

2012-12-31

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除