<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Forlinx Jason</title>
    <description>The latest articles on DEV Community by Forlinx Jason (@forlinx_jason).</description>
    <link>https://dev.to/forlinx_jason</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2447025%2Fd137c601-9a58-4e0e-90f3-a15bafc2977e.png</url>
      <title>DEV Community: Forlinx Jason</title>
      <link>https://dev.to/forlinx_jason</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/forlinx_jason"/>
    <language>en</language>
    <item>
      <title>From Training to Edge: My End-to-End Workflow for Deploying YOLOv5 on RK3568</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Wed, 11 Feb 2026 05:32:54 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/from-training-to-edge-my-end-to-end-workflow-for-deploying-yolov5-on-rk3568-4ajl</link>
      <guid>https://dev.to/forlinx_jason/from-training-to-edge-my-end-to-end-workflow-for-deploying-yolov5-on-rk3568-4ajl</guid>
      <description>&lt;p&gt;The journey from a local training environment to real-time inference on embedded hardware can be a complex puzzle. I’ve just documented a complete pipeline for training a custom YOLOv5 model and successfully deploying it on the Rockchip RK3568 NPU.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Farsvzeglencr8gel671y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Farsvzeglencr8gel671y.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Workflow Highlights: &lt;br&gt;
🛠️ Environment Setup: Navigating the specific Python 3.8/3.9 requirements for YOLOv5 and LabelImg on Windows 11. &lt;br&gt;
🏷️ Dataset Engineering: Implementing a clean directory structure and YOLO-format annotation for high-quality training. &lt;br&gt;
🔄 Model Transformation: Converting the PyTorch .pt weights into .onnx and finally into .rknn using the RKNN-Toolkit2 on Ubuntu 22.04. &lt;br&gt;
🚀 Hardware Deployment: Compiling the C++ RKNPU2 demo and optimizing the post-processing headers for high-performance edge inference.&lt;/p&gt;

&lt;p&gt;The result? A seamless transition from a standard PC environment to efficient, hardware-accelerated detection on an embedded development board.&lt;/p&gt;

&lt;p&gt;Check out the full breakdown below! 👇&lt;br&gt;
&lt;a href="https://www.forlinx.net/industrial-news/yolov5-training-rk3568-rknn-deployment-guide-775.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/yolov5-training-rk3568-rknn-deployment-guide-775.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Achieving Device Communication via USB Virtual NIC on OK3588 (Linux 5.10.66 + Buildroot)</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Mon, 19 Jan 2026 08:32:58 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/achieving-device-communication-via-usb-virtual-nic-on-ok3588-linux-51066-buildroot-3k4k</link>
      <guid>https://dev.to/forlinx_jason/achieving-device-communication-via-usb-virtual-nic-on-ok3588-linux-51066-buildroot-3k4k</guid>
      <description>&lt;p&gt;&lt;strong&gt;🔌 Efficient and Low-Cost Device-to-Device Communication in Embedded Systems 🚀&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In embedded system development, a stable, cost-effective, and easily deployable communication solution is key for rapid testing and integration. On the Rockchip OK3588 platform, we've implemented a USB-based networking solution that enables seamless TCP/IP communication between devices, without the need for additional Ethernet ports or complex switching equipment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;✅ USB NIC Virtualization: Automatically creates a virtual NIC (usb0) in Host/Device mode using the Linux USB Gadget mechanism.&lt;br&gt;
✅ Cross-Platform Support: Facilitates collaboration between different platforms like OK3588 and RK3562.&lt;br&gt;
✅ Fast Debugging &amp;amp; System Validation: Simplifies rapid prototyping, debugging, and remote maintenance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔧 Tested Modes:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Master-Slave Mode Switching: Easily toggle between Host and Device modes using simple commands.&lt;/p&gt;

&lt;p&gt;Ping Connectivity: Reliable testing with Host and Device communication for inter-device testing.&lt;/p&gt;

&lt;p&gt;This solution enables developers to quickly establish a communication network between embedded systems—accelerating development and product integration for real-world applications. Whether for debugging, system integration, or cross-platform collaboration, it's a game-changer for embedded network setups.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.forlinx.net/industrial-news/ok3588-rk3562-usb-nic-communication-770.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/ok3588-rk3562-usb-nic-communication-770.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Guide to Porting and Configuring Nginx on OKMX6ULx Embedded Linux (Kernel 4.1.15)</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Mon, 12 Jan 2026 07:37:26 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/guide-to-porting-and-configuring-nginx-on-okmx6ulx-embedded-linux-kernel-4115-2apn</link>
      <guid>https://dev.to/forlinx_jason/guide-to-porting-and-configuring-nginx-on-okmx6ulx-embedded-linux-kernel-4115-2apn</guid>
      <description>&lt;p&gt;*&lt;em&gt;🚀 Guide to Porting &amp;amp; Configuring Nginx on OKMX6ULx Embedded Linux&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
We recently tested Nginx (v1.8) on the OKMX6ULx Embedded Linux platform (Kernel 4.1.15). Nginx is a high-performance web server, reverse proxy, and load balancer, optimized for high concurrency and low memory usage.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Highlights:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;✅ Yocto Compilation: Successfully compiled Nginx on imx6ull14x14evk, handling source path adjustments.&lt;br&gt;
✅ Deployment: Packaged and transplanted Nginx to the development board seamlessly.&lt;br&gt;
✅ Reverse Proxy Setup: Forwarded requests from Nginx to Tomcat 9, enabling efficient web service management.&lt;br&gt;
✅ Load Balancing: Configured two Tomcat instances on ports 8080 and 8081 with Nginx upstream, ensuring traffic is balanced across services.&lt;/p&gt;

&lt;p&gt;This workflow demonstrates how embedded developers can leverage Nginx for robust web services in constrained environments.&lt;/p&gt;

&lt;p&gt;💡 Takeaway: Embedded platforms can handle high-performance web services with proper configuration, bridging industrial systems with modern web architecture.&lt;br&gt;
&lt;a href="https://www.forlinx.net/industrial-news/nginx-okmx6ulx-porting-768.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/nginx-okmx6ulx-porting-768.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Guide to TFTP Flashing the File System on Forlinx Embedded RK3568 Development Board</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Mon, 12 Jan 2026 06:40:26 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/guide-to-tftp-flashing-the-file-system-on-forlinx-embedded-rk3568-development-board-3egf</link>
      <guid>https://dev.to/forlinx_jason/guide-to-tftp-flashing-the-file-system-on-forlinx-embedded-rk3568-development-board-3egf</guid>
      <description>&lt;p&gt;&lt;strong&gt;🚀 TFTP Flashing Guide for Forlinx RK3568 Development Board&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Efficient system flashing is critical during embedded Linux development and debugging. On the Forlinx RK3568 development board, flashing boot.img and rootfs.img via TFTP + U-Boot provides a fast, stable, and hardware-friendly workflow.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvpb2908f6mnk86gdvguw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvpb2908f6mnk86gdvguw.png" alt=" " width="647" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔧 What this guide covers:&lt;/p&gt;

&lt;p&gt;✅ U-Boot network environment configuration (MAC, IP, gateway)&lt;br&gt;
✅ TFTP server setup and connectivity verification&lt;br&gt;
✅ eMMC partition layout on RK3568&lt;br&gt;
✅ Step-by-step flashing of boot.img and rootfs.img&lt;br&gt;
✅ Practical tips for industrial-grade stability and scalability&lt;/p&gt;

&lt;p&gt;💡 Why RK3568 + Forlinx?&lt;/p&gt;

&lt;p&gt;🔹 Industrial-grade eMMC &amp;amp; power protection&lt;br&gt;
🔹 Dual Gigabit Ethernet for low-latency flashing&lt;br&gt;
🔹 SATA 3.0 &amp;amp; M.2 expansion without reflashing&lt;br&gt;
🔹 Integrated 1 TOPS NPU for lightweight AI at the edge&lt;/p&gt;

&lt;p&gt;This approach significantly shortens iteration cycles and is ideal for industrial control, smart devices, and edge computing projects.&lt;/p&gt;

&lt;p&gt;👉 If you’re working with RK3568 or similar Rockchip platforms, this workflow is worth bookmarking.&lt;br&gt;
&lt;a href="https://www.forlinx.net/industrial-news/forlinx-rk3568-tftp-flash-guide-766.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/forlinx-rk3568-tftp-flash-guide-766.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Memory Prices Soar Higher Than Gold: AI Demand Sparks Industrial DRAM Shortage</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Fri, 21 Nov 2025 05:13:33 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/memory-prices-soar-higher-than-gold-ai-demand-sparks-industrial-dram-shortage-30cf</link>
      <guid>https://dev.to/forlinx_jason/memory-prices-soar-higher-than-gold-ai-demand-sparks-industrial-dram-shortage-30cf</guid>
      <description>&lt;p&gt;*&lt;em&gt;Memory Prices Surge Beyond Gold – AI Demand Reshaping the Industry&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F069vqrgzqnfuq822qzpa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F069vqrgzqnfuq822qzpa.png" alt=" " width="800" height="576"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The industrial memory market is facing an unprecedented upheaval. DRAM prices have jumped 171.8% YoY, with DDR5 and NAND flash also seeing steep increases.&lt;/p&gt;

&lt;p&gt;AI projects, such as large language model training, are consuming massive amounts of memory—sometimes accounting for 40% of global DRAM production. Manufacturers are shifting to high-bandwidth memory, reducing supply for standard industrial-grade modules.&lt;/p&gt;

&lt;p&gt;This shortage is impacting industrial control, medical electronics, and networking sectors, making stable long-term memory supply more challenging than ever.&lt;/p&gt;

&lt;p&gt;💡** Key Takeaways:**&lt;/p&gt;

&lt;p&gt;✅ AI-driven demand is the primary driver of soaring memory prices&lt;br&gt;
✅ Standard DDR4/DDR5 and NAND supplies are tightening&lt;br&gt;
✅ Market volatility worsened by hoarding and agent manipulation&lt;br&gt;
The memory market is in a structural transition, and companies must rethink procurement strategies to adapt.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.forlinx.net/industrial-news/memory-prices-soar-ai-driven-dram-shortage-750.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/memory-prices-soar-ai-driven-dram-shortage-750.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw0f0z1mu1tqn99clhu8p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw0f0z1mu1tqn99clhu8p.png" alt=" " width="800" height="506"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Implementation Scheme for I C Operation during Linux 4.9 System Startup on T507 Platform</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Wed, 19 Nov 2025 03:04:34 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/implementation-scheme-for-i2c-operation-during-linux-49-system-startup-on-t507-platform-3f12</link>
      <guid>https://dev.to/forlinx_jason/implementation-scheme-for-i2c-operation-during-linux-49-system-startup-on-t507-platform-3f12</guid>
      <description>&lt;p&gt;🚀 &lt;strong&gt;T507 I²C on Linux 4.9: Complete Guide for Developers&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We’ve put together a comprehensive guide for engineers and embedded developers working with the T507 SoM:&lt;/p&gt;

&lt;p&gt;✔ U-Boot phase I²C initialization&lt;br&gt;
✔ Linux 4.9 kernel driver setup&lt;br&gt;
✔ Device tree and bus configuration&lt;br&gt;
✔ Practical C API examples for read/write operations&lt;br&gt;
✔ Tips for reliable temperature sensor integration&lt;/p&gt;

&lt;p&gt;Whether you’re writing kernel drivers or building user-space applications, this step-by-step approach simplifies I²C communication on the T507 platform.&lt;/p&gt;

&lt;p&gt;🔗 Check out the full guide: &lt;a href="https://www.forlinx.net/industrial-news/t507-linux-i2c-configuration-guide-749.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/t507-linux-i2c-configuration-guide-749.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Practical Guide: Connect and Configure an SPI Screen on the OK3568 Embedded Platform</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Fri, 14 Nov 2025 03:02:08 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/practical-guide-connect-and-configure-an-spi-screen-on-the-ok3568-embedded-platform-4bpf</link>
      <guid>https://dev.to/forlinx_jason/practical-guide-connect-and-configure-an-spi-screen-on-the-ok3568-embedded-platform-4bpf</guid>
      <description>&lt;p&gt;🚀 New Practical Guide: Connecting &amp;amp; Configuring an SPI TFT Screen on the OK3568 Platform&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs7jenqcea0yb8xg2jdzi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs7jenqcea0yb8xg2jdzi.png" alt=" " width="800" height="459"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We’ve released a complete, engineer-friendly tutorial showing how to integrate the ST7735S 1.8" SPI LCD with the Forlinx OK3568 embedded platform — from wiring, device-tree configuration, kernel driver updates, to user-space framebuffer testing.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsueh29m4htm2b2xfp54z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsueh29m4htm2b2xfp54z.png" alt=" " width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔧 What’s inside:&lt;/strong&gt;&lt;br&gt;
• Accurate hardware pin-mapping (SPI + GPIO + BL)&lt;br&gt;
• Device Tree patch for enabling spi0 with ST7735R driver&lt;br&gt;
• Kernel FB_TFT driver activation + optimized init sequence&lt;br&gt;
• Pixel offset handling, gamma tuning &amp;amp; rotation support&lt;br&gt;
• A simple test app to verify framebuffer output&lt;/p&gt;

&lt;p&gt;This solution enables a cost-effective, lightweight display interface for industrial control, portable terminals, and edge devices — and provides a solid base for future add-ons like touch or backlight control.&lt;/p&gt;

&lt;p&gt;👉 If you need the patch or engineering support, feel free to reach out!&lt;br&gt;
&lt;a href="https://www.forlinx.net/industrial-news/rk3568-st7735s-spi-linux-tutorial-746.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/rk3568-st7735s-spi-linux-tutorial-746.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>FET153-S SoM: Empowering PLC Intelligent Control Upgrade with Multi-core Performance and High Reliability</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Sat, 08 Nov 2025 08:13:02 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/fet153-s-som-empowering-plc-intelligent-control-upgrade-with-multi-core-performance-and-high-3cg9</link>
      <guid>https://dev.to/forlinx_jason/fet153-s-som-empowering-plc-intelligent-control-upgrade-with-multi-core-performance-and-high-3cg9</guid>
      <description>&lt;p&gt;🔧&lt;a href="https://www.forlinx.net/product/t153-s-system-on-module-171.html" rel="noopener noreferrer"&gt; FET153-S SoM&lt;/a&gt;: Multi-core Power for Next-Level PLC Control&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcdqdmhzswzn9y799wv2k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcdqdmhzswzn9y799wv2k.png" alt=" " width="800" height="382"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the era of Industry 4.0, Programmable Logic Controllers (PLCs) face increasing demands for real-time control, high-throughput data handling, and industrial-grade reliability.&lt;/p&gt;

&lt;p&gt;The FET153-S SoM, powered by the Allwinner T153 processor, combines a 4-core Cortex-A7 for high-performance computing with an independent RISC-V E907 for real-time tasks. This multi-core heterogeneous architecture resolves the classic PLC challenge: balancing fast computation with precise control.&lt;/p&gt;

&lt;p&gt;With full industrial interface support (Ethernet, CAN-FD, ADC, PWM, MIPI-DSI/CSI) and proven industrial reliability, the FET153-S SoM accelerates PLC project implementation while ensuring long-term stable operation.&lt;/p&gt;

&lt;p&gt;Learn how this solution empowers intelligent control and industrial automation: &lt;br&gt;
&lt;a href="https://www.forlinx.net/industrial-news/fet153-s-som-plc-multi-core-industrial-controller-741.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/fet153-s-som-plc-multi-core-industrial-controller-741.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Porting of MobileNetV3 Model and Implementation of Handwritten Digit Recognition Based on OKMX8MP-C (Linux 5.4.70)</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Fri, 31 Oct 2025 05:29:20 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/porting-of-mobilenetv3-model-and-implementation-of-handwritten-digit-recognition-based-on-okmx8mp-c-23ge</link>
      <guid>https://dev.to/forlinx_jason/porting-of-mobilenetv3-model-and-implementation-of-handwritten-digit-recognition-based-on-okmx8mp-c-23ge</guid>
      <description>&lt;p&gt;🚀 Deploying MobileNetV3 on the&lt;a href="https://www.forlinx.net/product/fetmx8mp-c-system-on-module-119.html" rel="noopener noreferrer"&gt;OKMX8MP-C&lt;/a&gt;for Edge AI&lt;/p&gt;

&lt;p&gt;In our latest technical case, Forlinx Embedded demonstrates how to train, quantize, and deploy the MobileNetV3 model using NXP’s eIQ Portal, achieving handwritten digit recognition on the OKMX8MP-C (i.MX8M Plus) platform.&lt;/p&gt;

&lt;p&gt;This end-to-end workflow covers everything — from dataset import and model training to TensorFlow Lite quantization and deployment — showcasing how developers can efficiently implement lightweight AI inference on industrial ARM platforms.&lt;/p&gt;

&lt;p&gt;✅ Tools used: eIQ Portal + TensorFlow Lite&lt;br&gt;
✅ Platform: OKMX8MP-C SoM (NXP i.MX8M Plus)&lt;br&gt;
✅ Application: Handwritten digit recognition&lt;/p&gt;

&lt;p&gt;👉 Learn how edge AI can run smoothly even in industrial environments.&lt;br&gt;
&lt;a href="https://www.forlinx.net/industrial-news/mobilenetv3-imx8mp-handwritten-digit-recognition-740.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/mobilenetv3-imx8mp-handwritten-digit-recognition-740.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Forlinx Embedded's SoMs Pass 24 Hour Aging Test for Reliable Delivery</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Wed, 29 Oct 2025 02:59:12 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/forlinx-embeddeds-soms-pass-24-hour-aging-test-for-reliable-delivery-3o69</link>
      <guid>https://dev.to/forlinx_jason/forlinx-embeddeds-soms-pass-24-hour-aging-test-for-reliable-delivery-3o69</guid>
      <description>&lt;p&gt;🚀 Forlinx Embedded SoMs Pass 24-Hour Aging Test for Reliable Delivery&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcwjlns44hlrtlgstsk7m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcwjlns44hlrtlgstsk7m.png" alt=" " width="800" height="385"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At Forlinx Embedded, quality isn’t just a promise—it’s built into every step of production. Every SoM undergoes a continuous 24-hour aging test, simulating real-world conditions to catch early-stage issues and verify long-term stability.&lt;/p&gt;

&lt;p&gt;Why it matters:&lt;br&gt;
⚫ Early Failure Prevention: Screens out potential defects before products reach customers.&lt;br&gt;
⚫ Performance Stability: Stress-tests CPU, GPU, NPU, memory, and eMMC for reliable operation.&lt;br&gt;
⚫ Quality Consistency: Ensures all boards, across batches, meet the same high standards.&lt;/p&gt;

&lt;p&gt;This rigorous approach reflects our commitment to customer trust and product reliability. Beyond the burn-in test, SoMs undergo signal integrity, temperature, EMC, and full-function tests, ensuring every module meets our strict quality standards.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.forlinx.net/industrial-news/739.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/739.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At Forlinx, reliability is the lifeline of embedded products—and it shows in every board we ship.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>In-depth Explanation of Allwinner T153 Processor: A Cost-effective Industrial Chip</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Fri, 24 Oct 2025 08:08:40 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/in-depth-explanation-of-allwinner-t153-processor-a-cost-effective-industrial-chip-42pl</link>
      <guid>https://dev.to/forlinx_jason/in-depth-explanation-of-allwinner-t153-processor-a-cost-effective-industrial-chip-42pl</guid>
      <description>&lt;p&gt;🚀 Introducing the Allwinner T153 – a cost-effective industrial chip designed for intelligent industry!&lt;/p&gt;

&lt;p&gt;With its multi-core heterogeneous architecture (Quad-core Cortex-A7 + RISC-V real-time coprocessor), the T153 delivers both high performance and real-time control. Its rich interfaces, industrial-grade reliability, and flexible software ecosystem make it ideal for:&lt;/p&gt;

&lt;p&gt;✅ Industrial automation &amp;amp; PLCs&lt;br&gt;
✅ Power monitoring &amp;amp; new energy solutions&lt;br&gt;
✅ Robotics &amp;amp; intelligent manufacturing&lt;/p&gt;

&lt;p&gt;Forlinx Embedded has launched the FET153-S SoM, enabling faster product development and shorter time-to-market.&lt;/p&gt;

&lt;p&gt;Explore how T153 can accelerate your industrial projects!&lt;br&gt;
&lt;a href="https://www.forlinx.net/industrial-news/allwinner-t153-industrial-processor-738.html" rel="noopener noreferrer"&gt;https://www.forlinx.net/industrial-news/allwinner-t153-industrial-processor-738.html&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  IndustrialAutomation #EmbeddedSystems #AllwinnerT153 #FET153S #SmartIndustry #IoT #IndustrialIoT
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Common Problems and Troubleshooting Strategies During the Development of Forlinx Embedded Allwinner Series SoMs</title>
      <dc:creator>Forlinx Jason</dc:creator>
      <pubDate>Wed, 22 Oct 2025 07:25:30 +0000</pubDate>
      <link>https://dev.to/forlinx_jason/common-problems-and-troubleshooting-strategies-during-the-development-of-forlinx-embedded-allwinner-3jbm</link>
      <guid>https://dev.to/forlinx_jason/common-problems-and-troubleshooting-strategies-during-the-development-of-forlinx-embedded-allwinner-3jbm</guid>
      <description>&lt;p&gt;🚀 Troubleshooting Forlinx Embedded Allwinner SoMs Made Easy&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuc3ygntzrwg9uhn897h4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuc3ygntzrwg9uhn897h4.png" alt=" " width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Forlinx Embedded has been collaborating with Allwinner Technology since 2019, launching &lt;a href="https://www.forlinx.net/product-index-153.html" rel="noopener noreferrer"&gt;7 industrial-grade SoMs&lt;/a&gt; like FETT507-C, FETA40i-C, and FET153-S.&lt;/p&gt;

&lt;p&gt;During development, engineers often face interface and signal issues. Our practical troubleshooting guide covers:&lt;/p&gt;

&lt;p&gt;🔹Power &amp;amp; boot issues – check FEL signals, supply, and reset&lt;br&gt;
🔹I2C / SPI / UART / RS485 communication – ensure correct wiring, pull-ups, and drivers&lt;br&gt;
🔹USB, SDIO, LVDS &amp;amp; Ethernet – verify connections, signal integrity, and impedance&lt;br&gt;
🔹Audio &amp;amp; CAN bus – confirm I2C/I2S communication and matching resistors&lt;/p&gt;

&lt;p&gt;With structured troubleshooting, your SoM development becomes faster and more reliable. Learn from our experiences and accelerate your embedded projects!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
