自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(21)
  • 资源 (1)
  • 收藏
  • 关注

原创 变量

变量,在C语言设计的过程当中规定变量名只能包括字母,数字,以及下划线,并且第一个字符必须是下划线或者字母。(并且区分字母大小写)变量,以在源程序中位置来区分,可以分为局部变量,以及全局变量。局部变量,其定义在函数内部。而全局变量则定义在函数外部。如果全局变量声明在头文件中,并且前面有关键字extern 修饰,那么其作用就是将该全局变量导出,可以使得其他调用该头文件的源文件可以直接使用该

2018-02-02 00:37:52 198

原创 程序从编译到运行

源程序会经过预处理,编译,汇编,链接多个步骤才能在机器上生成可执行程序。1.预处理预处理器在程序编译之前,会先进行预处理工作,在C程序中,#开头的代码都属于预处理范围。1)#include : 将头文件包含到当前源文件中2)#define : 将宏定义展开 3)#ifdef : 按照条件处理编译内容4)#other :

2018-02-02 00:01:15 665

原创 Install the QCA WIFI driver into RDKB (YOCTO) project

In this blog, I will introduce the main steps to install the QCA WIFI driver into our RDKB Project, which is based on the YOCTO architecture.

2017-12-26 15:22:41 1689

原创 RPC communication--portmapper

In this blog, I'll show you the process of finding the reason of RPC failed for the effectiveness of portmapper.

2017-09-30 10:57:48 2310

原创 USB-SAMBA Service (RDK-B)

We use USB-SAMBA Service to control the samba service, which can help us visit thecontent stored in USB storage equipment through samba. Furthermore, the USB-SAMBA service is manipulated from remote ACS, in other words, we can control this service by WEB-U

2017-08-14 08:46:26 1609

原创 The basic concepts of OFDM

In this blog, I will show you some basic concepts of OFDM In DOCSIS3.1.  To make it more intelligible, the graph i drawn is showing as follows (some of these concept named by myself, so as to make it

2017-06-12 16:27:05 248

原创 The basics of OFDM ——Fourier Transform

In this blog, I would like to introduce some basic OFDM concepts(in DOCSIS 3.1), which are concluded by myself or referred to the internet.  And the main point is the technology of transformation between frequency and time domain.

2017-04-29 19:01:39 521

原创 The Initialization of UEFI

In this blog, I will show you three points of the UEFI:a.     The process of initializing the UEFI.b.     The components of DXE.c.       The bridge between PEI and DXE – HOBS. 

2017-03-31 11:22:22 514

原创 How to Make An Uimage(In YOCTO,RDK)?

Thecommand : mkuImageQuestion:1.      Where is it from?2.      Where will it be used?3.      What are the contents of it ?Answer:1.      mkuimage is a command mainly generated by g

2017-03-18 17:54:43 707

原创 How to Add An Automatically Executable Program in YOCTO?

If we want to have a program running in the OS (operating system), we must know the answers of following questions.1.      How to append a recipe to execute your source code?2.      How to make th

2017-03-18 17:45:15 607

原创 How to Realize RPC?

If we want to realize RPC (Remote Procedure Call), we have to build the RPC server & RPC client. So in this blog, I will show you the main functions in code that could be used according to our project.

2017-03-18 17:30:39 342

原创 DOCSIS TLV43

This paper is trying to help you know the work-flow of getting DOCSIS TLV43 config file and downloading the gateway config file according to the DOCSIS TLV43's configuration parameters.The high leve

2017-02-07 17:32:53 906

原创 The blank in SHELL

本文主要说明防止在shell脚本中,用于检测文件是否存在出现问题时,空格符号的问题。在shell脚本中:定义变量不要加空格!如:A="~/home/lafile/xxx.sh"不应该写成:A  =  "~/home/lafile/xxx.sh"否则在(if, while, until)test 过程中无法检测到实际上是否存在这个文件。

2017-01-09 08:45:29 225

原创 How to patch in YOCTO

This article introduce the procedures to patch successfully in few steps!

2016-12-23 19:55:07 5218 1

原创 Workflow of Bitbake

The main idea of this paper is to introduce some details of some common tasks when bitbake image.1. Source Fetching2. Patching3.Configuration and Compilation4. Package Splitting5. Image Generation

2016-12-19 19:21:59 2107

原创 Some Common Tasks in Task Order

There are some definitions of common tasks that could be used in YOCTO task order.

2016-12-11 17:39:18 448

原创 RDK-B-CMAgent

This article is used as an example to help us have a idea of the main components of the RDK-B and their relationships.

2016-11-07 14:37:41 2209

原创 The Initialization of CM In DOCSIS3.0

CM 初始化粗略的分为四个步骤:I. 拓扑方案(Uptream & Downstream)和物理层(Ranging)的初始化2. 授权和加密(SEC:EAE(Early Authentication and Encryption))的初始化3. IP初始化(IP connectivity)4.注册(向CMTS registration)(MAC层初始化)

2016-11-03 15:56:46 510

原创 The Procedures of Ping

Host A Ping through Host B as FIG.1. FIG.1 HOST A -->ROUTER1. 在host A 中ICMP 将创建一个回应请求数据包.2. ICMP将这有效负荷递交给因特网协议(IP),IP用它创建分组(packet).3. 分组被创建后,协议就判断目标IP地址的位置(local or other networks).

2016-11-03 14:52:35 201

原创 Make

1. The workflow of command make.after we execute make xxx, the mainprocedures are as follows:1.       Loadall the Makefiles under the mainMakefiles.2.       Initializethe variables in files.

2016-10-09 09:09:15 210

原创 FILE NAME(filename)文件名的理解

文件名(FILE NAME) 1.文件名发展历史1962年 为了兼容时分系统,便引入了文件的概念,与此同时,作为区分文件拓展名的点(dot),也几乎同时出现。传统的文件系统中,文件名只允许数字和字母,但是随着时间,允许加入的符号也变多了,这就影响了文件从一个系统到另一个系统的兼容性问题。1985年RFC 官方就指定,为了识别某个文件,必须将路径名定义成字符串加到文件系统当中。

2016-06-23 10:12:48 18258

NECONFIG PROTOCOL

2017-02-09

空空如也

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

TA关注的人

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