iMX8M series technical sticker | OKMX8MM-C development board UBOOT adds new display support

OKMX8MM-CDevelopment board be based on NXP Corporate i.MX8MM ini quad core 64 bit processor design, using Core board +Backplane structure, with a maximum dominant frequency of 1.8GHz, Cortex -A53 architecture; 2GB DDR4 RAM, supporting a universal Cortex ®- M4 400MHz core processor provides a variety of peripheral interfaces, such as MIPI-CS ...

Posted by Wakab on Sat, 22 Jan 2022 07:05:59 +0100

IC Test & verification practice - task brief 2020.11.13 - 2021.1.22

Recording IC Test & verification practice 2020.11.13 - 2021.1.22 Although it's been a long time hhh, I feel that I can sort out what I learned in my senior internship. The internship part is divided into two parts: Test (7 days to move bricks) & verification part (free study for more than 1 month) 1. Chip test (formed chip) 1.1 task 1 ...

Posted by Kurrel on Sat, 22 Jan 2022 06:10:55 +0100

HAProxy algorithm summary

1. HAProxy scheduling algorithm: HAProxy indicates the scheduling algorithm for the backend server through the fixed parameter balance, which can be configured in the listen or backend options. The scheduling algorithms of HAProxy are divided into static and dynamic scheduling algorithms, but some algorithms can be converted to each other in s ...

Posted by tamilmani on Sat, 22 Jan 2022 04:36:47 +0100

Operating system leb5 experiment report

Experiment Name: Experiment 5: proc file system programming Experimental purpose 1. Familiar with Linux commands2. Familiar with system API and programming Experimental content In leb4, although we can obtain the family information of process number pid through the module with parameters, it is not convenient for us to obtain the family inf ...

Posted by qazwsx on Sat, 22 Jan 2022 01:44:27 +0100

Installing Elasticsearch under Linux is the most detailed tutorial in history~

1 Preface Elasticsearch is a popular search engine in Java. The traditional database search uses the like 'keyword%'. When there is too much content, the performance will be greatly reduced, so elasticsearch appears. Next, record the installation process of Elasticsearch under Linux. 2. Install Elasticsearch under Linux 2.1 download and ...

Posted by cgchris99 on Fri, 21 Jan 2022 23:47:27 +0100

Dockerfile file parsing

What is dockerfile Dockerfile is a text document that contains commands for combining images. You can use any command in the command line. Docker automatically generates an image by reading the instructions in the dockerfile. The docker build command is used to build an image from a Dockerfile. You can use the - f flag in the docker build com ...

Posted by PHP-Nut on Fri, 21 Jan 2022 22:53:37 +0100

Construction of codis cluster

Codis is a distributed Redis solution. For upper tier applications, there is no significant difference between connecting to Codis Proxy and connecting to native Redis Server( List of unsupported commands ), the upper layer application can be used like a stand-alone Redis. The bottom layer of Codis will handle request forwarding, non-stop data ...

Posted by ankycooper on Fri, 21 Jan 2022 22:42:53 +0100

Alicloud (CentOS7.4) installs MySQL and connects MySQL locally and remotely

Alicloud (CentOS7.4) installs MySQL and connects MySQL locally and remotely Install MySQL using yum Step 1: check whether mysql exists on this machine rpm -qa | grep mysql yum info mysql-community-server Step 2: copy the download address of Yum community mysql on the official mysql website https://dev.mysql.com/downloads/ https://dev ...

Posted by turing_machine on Fri, 21 Jan 2022 20:33:03 +0100

Thinkpad T14 Ubuntu16.04 double screen solution notes

Notebook model: Thinkpad T14 Graphics card: NVIDIA GeForce MX330 Video memory type: 2GB GDDR5 Operating system: Ubuntu 16 04 1, Cause If the ubuntu system computer has two graphics cards: independent display and core display, there will be no signal in HDMI. Because the computer uses core display by default, and the output of HDMI is g ...

Posted by mmorton on Fri, 21 Jan 2022 14:45:41 +0100

Configuring SSL encryption for mysql database on Linux

1, SSL introduction SSL (Secure Socket Layer) uses data encryption, authentication and message integrity verification mechanisms to provide security assurance for application layer protocols based on reliable connections such as TCP. The functions provided by SSL protocol mainly include: 1. Confidentiality of data transmission: use symmetric ...

Posted by cornercuttinjoe on Fri, 21 Jan 2022 13:07:09 +0100