VxWorks BSP for TQ335X Development Board Based on TI ARM Cortex A8

VxWorks BSP for TQ335X Development Board Based on TI ARM Cortex A8

ProductName: TQ335XBv2 Development Platform Brand: TIANQIAN CPUModel: TI 335X Architecture: Cortex_A8 ClockFrequency: 1GHz Memory: 512MB DDR3 Storage: 1GB SLC Nandflash Core Board Parameters TQ335X_COREB core board is mainly composed of the MPU(AM335xBZCZA100), memory(DDR3, 512MB), NAND Flash, RTC and other peripheral circuits. The core board utilizes the ZCZ package MPU to maximize functionality, exposing all capabilities … Read more

Can VxWorks and Linux Run Simultaneously on MPSoC?

Can VxWorks and Linux Run Simultaneously on MPSoC?

The Xen hypervisor project began at the University of Cambridge in the 1990s and became open source in 2002. Today, it is one of the most popular open-source hypervisors, usable in cloud computing. Xilinx and DornerWorks have applied this virtualization platform on the Zynq UltraScale+ MPSoC, allowing Xen to shine. It ensures security, multifunctionality, and … Read more

Understanding VxWorks: A Real-Time Operating System

Understanding VxWorks: A Real-Time Operating System

Total Word Count: 873 | Reading Time: 3 minutes Keywords: Operating System, RTOS, VxWorks. Introduction: NASA has a new plan – the “InSight” lander is set to land on the red planet Mars on November 26, 2018, at 3 PM. There, it will begin its scientific exploration tasks until November 24, 2020, which is equivalent … Read more

Issues Encountered Switching LLVM Compiler for VxWorks on RISC-V

Issues Encountered Switching LLVM Compiler for VxWorks on RISC-V

Sharing various “pits” encountered during the process of switching the VxWorks operating system to support the RISC-V architecture from the GCC compiler to the LLVM compiler. The speaker, Meng Bin, is a Senior R&D Manager in the VxWorks Product Division at Wind River Systems, China R&D Center. He is an active participant and contributor in … Read more

VxWorks-Based Onboard Bus Simulation System for Aircraft

VxWorks-Based Onboard Bus Simulation System for Aircraft

Follow “Aviation Electronics Technology Circle” for aviation news and technical insights~ Abstract This article introduces a design method for a bus simulation system based on the embedded real-time operating system VxWorks, in conjunction with a new type of aircraft used by our military. Utilizing aviation onboard bus technology and computer local area network technology, with … Read more

Common Functions in VxWorks Programming

Common Functions in VxWorks Programming

WeChat Official Account: North South North There is a path through the mountains, diligence is the way; the sea of learning is endless, skillful craft is the boat! 1. Official Program Guide Located in the installation directory: \docs\vxworks\guide\index.html 2. Common Libraries: #include "taskLib.h" /* Task */ #include "msgQLib.h" /* Message Queue */ #include "semLib.h" /* … Read more

Integrating U-Boot with VxWorks 7

Integrating U-Boot with VxWorks 7

Click “Read the Original” to Access More VxWorks Resources Free download of VxWorks technical materials, resources sourced from the internet, copyright belongs to the original authors! 1 Introduction VxWorks is a real-time operating system produced by Wind River, while U-Boot is a widely known general-purpose bootloader that runs as the earliest code after an embedded … Read more

Installing and Running QT on VxWorks 6.8

Installing and Running QT on VxWorks 6.8

Click “Read the Original” for more VxWorks resources Free download of VxWorks technical materials, resources sourced from the internet, copyright belongs to the original authors! 1. Introduction This article details how to install and configure QT on the VxWorks 6.8 operating system, providing a thorough process with images and text, along with detailed steps for … Read more

Porting and Using VxWorks RngLib Ring Buffer

Porting and Using VxWorks RngLib Ring Buffer

1. RngLib Source Code rngLib.h /* rngLib.h – ring buffer subroutine library header */ /* Copyright 1984-2004 Wind River Systems, Inc. */ /*modification history——————–02e,22oct04,aeg removed rngCreateKernel() and rngDeleteKernel() (SPR #102956)02d,23mar04,job Removed special handling of STDC for function prototypes02c,20jan04,dat Adding rngCreateKernel for 8843702b,22sep92,rrr added support for c++02a,04jul92,jcf cleaned up.01k,26may92,rrr the tree shuffle01j,04oct91,rrr passed through the ansification … Read more

Understanding VxWorks Kernel: Real-Time Operating System

Understanding VxWorks Kernel: Real-Time Operating System

This article begins by defining real-time kernels and introducing real-time operating systems, explaining their characteristics. It then discusses monolithic kernels, layered kernels, and microkernels from the perspective of kernel functionality and structure. Finally, it introduces the VxWorks Wind kernel, which possesses microkernel characteristics. 1.1 Overview of Real-Time Kernels “Real-time” refers to the ability of a … Read more