Analysis of the compiling process of u-boot

Article directory U-boot Makefile national construction process Host build environment configuration process Define host system architecture Define host operating system type Define SHELL script interpreter Set compile output directory Configuration process related to target machine mkconfig scrip ...

Posted by taya on Sat, 26 Oct 2019 23:17:31 -0700

How to deploy WebSocket and gRPC services in Knight?

Author: Alibaba cloud container platform engineer, Dongdao **Guide reading: * * although it is said that Knative supports WebSocket and gRPC by default, it will be found in use that sometimes you want to deploy your own WebSocket or gRPC to Knative, but there are still many problems. Although the final investigation found that most of them ar ...

Posted by Thomisback on Thu, 17 Oct 2019 23:53:21 -0700

ace Custom Online Editor Method and Tips

ace is an excellent open source online code editor github Download Address: https://github.com/ajaxorg/ace Download source > Open command line window - git clone https://github.com/ajaxorg/ace.git 2. Enter ace-demo directory, each html page has different functions, you can test and see for yourself. ...

Posted by ready2drum on Thu, 10 Oct 2019 01:35:18 -0700

LED Operation of Quanzhi A33 Driver Development

LED Operation of Quanzhi A33 Driver Development I. Overall description II. Notes 3. Implementing led driver 1. Source files 2. Makefile file file IV. Application Programs for Implementing Testing Fifth, schematic diagram I. Overall description _The development board used in this time is vstar2 ...

Posted by Space Cowboy on Tue, 08 Oct 2019 09:39:00 -0700

Learning of Embedded Makefile

This article is suitable for engineers engaged in embedded uboot migration and driver development. It involves a comparative basis of knowledge points, but the content is not so in-depth. First, Makefile is the necessary file to manage a large p ...

Posted by toppac on Mon, 16 Sep 2019 23:45:55 -0700

[uboot] (Chapter 2) uboot process-uboot-spl compilation process

Links to the original text: https://blog.csdn.net/ooonebook/article/details/52949584 ...

Posted by SN1P3R_85 on Mon, 26 Aug 2019 23:20:44 -0700

C - Simple Thread Pool Based on pthread Implementation

threadpool-a simple thread pool based on pthread Introduction to Thread Pool Thread pool can be said to be a component that is often used in projects. It is assumed that the reader has a certain multithreading foundation. If not, it is better to understand it here: POSIX multithreading foundation. What is a thread pool? My simple understanding ...

Posted by om.bitsian on Fri, 19 Jul 2019 23:06:20 -0700

arm-linux kernel boot learning notes (2)

Source: http://blog.csdn.net/lidan113lidan/article/details/46225209 Part3[call_kernel,start_kernel) The kernel jumps to call_kernel, which actually jumps to the ENTRY(stext) tag in. / kernel/arch/arm/kernel/head.S. Before looking at step, I first summarize some address-related macros in the kernel: PHYS_OFFSET PHYS_OFFSET is the ini ...

Posted by vchris on Sun, 14 Jul 2019 17:25:00 -0700

Modle_init and Modle_exit Principles of Kernel Modules

Preface When we develop a kernel driver, we are actually developing a module of the kernel. Any module will have an initialization load function and an uninstall function. When are they called? What's the difference between calling modules in static link form and dynamic load form? This article will answer these questions. Any kernel module h ...

Posted by quintus on Wed, 26 Jun 2019 12:12:32 -0700

socket Multithread Server Network Communication

      socket -- Multiprocess, Multithread Server Label: socketMultithreadingThe servernetworkSignal communication 2017-07-24 10:46 220 people read comment(0)CollectionReport Classification: Computer and Network Copyright Statement: This article is the original article of the blogger. It can not be reproduced without ...

Posted by moise on Mon, 10 Jun 2019 13:10:11 -0700