Embedded system
文章平均质量分 74
raphello
这个作者很懒,什么都没留下…
展开
-
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 · 2313 阅读 · 0 评论 -
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 · 2333 阅读 · 0 评论 -
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 · 1693 阅读 · 0 评论 -
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 · 357 阅读 · 0 评论 -
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 · 731 阅读 · 0 评论 -
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 · 533 阅读 · 0 评论 -
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 · 621 阅读 · 0 评论 -
How to patch in YOCTO
This article introduce the procedures to patch successfully in few steps!原创 2016-12-23 19:55:07 · 5314 阅读 · 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 · 2134 阅读 · 0 评论 -
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 · 467 阅读 · 0 评论 -
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 · 1740 阅读 · 0 评论