Setting Up An Embedded Linux Development Environment on Ubuntu

Setting Up An Embedded Linux Development Environment on Ubuntu

Baibai Network has created a complete Ubuntu image, which can be downloaded from here: Link: https://pan.baidu.com/s/1vw4VUV_Mvt0HXz8IC66ACg Extraction code: iftb We are also starting to teach driver basics using a pure Ubuntu environment for free starting from (2022.10.17). If you are using our Ubuntu image, you can skip the content in chapters 1 to 6 and … Read more

Embedded Linux and Android Learning Roadmap

Embedded Linux and Android Learning Roadmap

Website/Forum: www.100ask.net, www.100ask.org Taobao: 100ask.taobao.com Email: [email protected] WeChat Official Account: baiwenkeji Company Weibo: 百问科技 Personal Weibo: 韦东山 Version: V1 Date: 2016.07.29 Author: 韦东山 Description: Version 1, Android part not written I entered university in 1999, majoring in physics. During my freshman year, there was a general sense of unease in our class about the future, … Read more

GDB Debugging and Common Commands in Embedded Linux

GDB Debugging and Common Commands in Embedded Linux

1. GDB Deployment Establishing GDB Debugging Connection: 1. Start GDB on the host, and start the server gdbserver on the target board. 2. Ensure that the compiled options for the program being debugged include the -g option to add debugging information, and that the debugging programs on both the host and target board are consistent. … Read more

Complete Embedded Linux Learning Roadmap and Resources

Complete Embedded Linux Learning Roadmap and Resources

A systematic embedded Linux learning roadmap, detailed e-books, accompanying guides, and complete source code are all packaged for free download. Be sure to save this! ZLG supports the maker plan, providing you with all the Linux learning materials in one go~ Linux has rapidly developed in just a few years, and its inherent advantages are … Read more

Exploring the World of Embedded Linux: Basic Setup and Simple Application Development

Exploring the World of Embedded Linux: Basic Setup and Simple Application Development

Exploring the World of Embedded Linux: Basic Setup and Simple Application Development Embedded Linux, as an efficient, stable, and widely applicable operating system, has become an indispensable technological cornerstone in many fields. Whether in consumer electronics, networking devices, automotive electronics, or industrial control, embedded Linux plays a crucial role. This article mainly introduces the basic … Read more

IoT Development With Python: Smart Home Control System

IoT Development With Python: Smart Home Control System

IoT Development With Python: Smart Home Control System Hello everyone, I’m Xiao Juan! Today I want to share a super interesting topic with you all – developing a smart home control system using Python. With the popularization of IoT technology, our home life has become increasingly intelligent. Let’s get started and build a simple smart … Read more

Getting Started with Arduino IDE: A Journey into IoT

Getting Started with Arduino IDE: A Journey into IoT

1. What is Arduino IDE? In today’s wave of digitalization, the Internet of Things (IoT) is like a magical force that connects various devices in our lives, making homes smarter and cities more intelligent. In the vast realm of IoT development, Arduino IDE serves as a magical key, opening the door to an exciting world … Read more

Arduino_Core_STM32: The Powerful Tool Integrating STM32 with Arduino Ecosystem

Arduino_Core_STM32: The Powerful Tool Integrating STM32 with Arduino Ecosystem

What is Arduino_Core_STM32? Arduino_Core_STM32 is an Arduino-compatible core developed for the STM32 series microcontrollers. It is jointly developed and maintained by STMicroelectronics and the Arduino community. By using this core, you can run Arduino programs on STM32 microcontrollers and access the rich Arduino ecosystem. This core supports a wide range of STM32 series chips, covering … Read more

Practical Tips for Android Studio

Practical Tips for Android Studio

2018 Android Bus Global Developer Forum-Chengdu Station The Android Bus Global Developer Forum Chengdu Station is about to start! Introduction I believe there are probably more articles introducing Android Studio shortcuts and usage tips than there are of us programmers, so having one more or one less doesn’t matter. Here are some shortcuts I use … Read more