Recent content by Forlinx

  1. Forlinx

    How to Build a Buildroot File System and Add System Tools on the OK3588-C Platform?

    This article takes the Forlinx OK3588-C development board platform as an example to explain how to use Buildroot to build a file system and add common system tools such as OpenCV. It is suitable for developers who need to customize embedded Linux systems. 1. Overview This article applies to...
  2. Forlinx

    Allwinner T507 Audio System: DMA Channel, Audio Hub Configuration and Test Guide

    This guide provides a concise overview of the audio system on the Allwinner T507 platform, covering the DMA transfer mechanism, Audio Hub configuration methods, and commonly used audio testing tools. It is intended to help developers quickly set up and validate audio functionality. When a DMA...
  3. Forlinx

    How to Modify Boot LOGO and Animation on OK3588-C Android 12 Development Board?

    Learn how to modify the boot logo and boot animation on the OK3588-C Android 12 development board, powered by the Rockchip RK3588 SoM. This guide walks you through customizing startup visuals for your embedded device, including both ADB-based and source-level methods. Modify the boot...
  4. Forlinx

    RK3568 Platform Network Service Setup and Network Boot: TFTP, NFS and U-Boot Configuration Details

    Looking to harness the power of the RK3568 platform for your embedded systems? This comprehensive guide walks you through setting up essential network services including TFTP and NFS, as well as configuring U-Boot for seamless network booting. Whether you're developing Linux-based solutions or...
  5. Forlinx

    Guide to RK3568 Android Application Porting and System Customization

    Application porting on Android devices is an important part of system development. Especially on embedded platforms like RK3568, pre-installing APK, system compilation, and permission management all require specific configurations and optimizations. This guide will provide a detailed...
  6. Forlinx

    SPI to Ethernet Communication on Forlinx OK-MX9352-C Board: W5500 Driver Setup & Debug Guide

    This article takes Forlinx Embedded’s OK-MX9352-C development board as an example to elaborate on how to adapt the network port module through the SPI interface to achieve Ethernet communication. The W5500 module, a high-performance SPI to 100Mbps Ethernet chip with up to 80Mbps data rate, suits...
  7. Forlinx

    OpenCV Porting on T507 Platform with Linux 4.19: A Deep Comparison Between Standalone Compilation and Buildroot Compilation

    OpenCV is an open-source computer vision library that provides a rich set of image processing and computer vision algorithms, supporting multi-platform development. It can be used for various computer vision tasks such as image and video processing, feature extraction, object detection, image...
  8. Forlinx

    How to Boot the RK3562J on the M-Core?

    FET3562J-C SoM based on Rockchip RK3562 series processor is a product designed for industrial automation and consumer electronics equipment. With its powerful functions and flexibility, it has attracted wide attention from customers in various industries since its launch. This article will...
  9. Forlinx

    How to Enhance Real-Time Performance of Linux 6.1 Kernel on OK-MX9352-C by Applying Real-Time Patches

    As we all know, the Linux system is a non-real-time system based on time-slice scheduling, and its real-time performance is difficult to meet the timing requirements of industrial applications. Therefore, in many scenarios, the Linux operating system cannot be used. Of course, this limitation...
  10. Forlinx

    How to Easily Install and Use Node-RED on iMX6UL Series Processors?

    With the rapid development of Internet of Things (IoT) technology, efficient and stable development platforms have become key to driving project success. iMX6UL series processors, with high performance, low power consumption, and compact size, have become the ideal choice for many IoT...
  11. Forlinx

    How to Port BOA to the FET-MX9352-C Platform on Linux 6.1.36?

    In the management and interaction of embedded devices, the application based on Web mode has become the mainstream. This kind of server not only occupies small resources and runs efficiently, but also can dynamically generate page content according to actual needs. For users, they can realize...
  12. Forlinx

    How to Compile and Use fw_printenv in the OKMX6UL Series Linux 4.1.15 System

    fw _ printenv is a tool for reading the U-boot environment variable. It provides the configuration information stored in the U-boot environment variable to the Linux system. These environment variables are typically used to configure and control the boot loading process, such as boot commands...
  13. Forlinx

    OKMX6UL Development Board Debian Filesystem Creation Process (Including Tool Installation, Configuration, and Burning)

    This article describes how to create a Debian filesystem for the OKMX6UL series development boards, primarily applicable to the Forlinx OKMX6UL series with the Linux 4.1.15 operating system. Other platforms can refer to this guide, but there will be differences between platforms, which need to...
  14. Forlinx

    OKMX8MP-C GDB Remote Debugging Skills

    In the field of embedded development, debugging is a critical step to ensure the stable operation of a program. For developers using the OKMX8MP-C development board, mastering GDB remote debugging techniques can significantly enhance development efficiency. GDB, short for The GNU Project...
  15. Forlinx

    T113 Buildroot Cross-compilation Toolchain Replacement Methods

    Cross-compilation Toolchain Location: OK113i-linux-sdk/out/t113_i/ ok113i/longan/buildroot/host/bin/arm-linux-gnueabihf-gcc‍ Before executing the method below, please delete the out directory and decompress the cross-compilation tool chain in the lower path of the source...
Top