Transitioning from MCU to Embedded Linux Development

Transitioning from MCU to Embedded Linux Development

Follow and star our official account, to access exciting content Source: Zhihu Author: snowdream I saw the following question on Zhihu. After 6 years in MCU, how do I transition to Embedded Linux? It’s quite awkward now; the MCU products I work on always feel repetitive, and I want to learn something new but don’t … Read more

OpenWRT EasyCwmp Installation Guide

OpenWRT EasyCwmp Installation Guide

Reference Links Tutorial – EasyCwmphttps://easycwmp.org/tutorial/ EasyCwmp Introduction EasyCwmp is designed with two components: EasyCwmp Core: It includes the TR069 CWMP engine, responsible for communication with the ACS server. It is developed in C. EasyCwmp DataModel: It includes the TR-06 DATAModel and complies with some DataModel standards such as TR-098, TR-181, TR-104, etc. The key design … Read more

Understanding VxWorks Console Operations

Understanding VxWorks Console Operations

Welcome to follow VxWorks567 Please indicate the source if forwarding! VxWorks generally uses a Console at runtime, providing basic IO operations, such as displaying the output of printf() and providing Kernel Shell services, etc. 1 The Console uses the CONSOLE_TTY serial port by default, with a baud rate of CONSOLE_BAUD_RATE What does TTY mean? It … Read more