• UEFI on ARM-V8  based Linux Embedded System
    Dear ARM Forum, I want to understand more about UEFI for ARM-V8 based Embedded systems. 1. Is UEFI on ARM-V8 Linux platform is good or bad ? why ? 2. How UEFI is better than conventional Embedded...
  • where are the C++  libraries for linux app?
    I have an Altera Cyclone V SoC DevKit that came with the ARM DS-5 tools.  I have been running the Hello World C linux app examples that came with the tools.  I want to run a similar C++ linux app example...
  • Good starterboard, C or Linux etc
    hi all, I'm used to use microchip controllers (Professional software engineer), but because I need higher calculation speed, I have to move to arm processors. For that reason I'd like to start with a...
  • ARM Linux: Can I control cache flush and invalidation in user space?
    These days I'm using Xilinx SoC to design a software, which shares memory between Cortex-A cores and FPGA. I've tried reserve memory in Linux and mmap() /dev/mem. The problem is if I use O_SYNC, it very...
  • Using the ARM Performance Monitor Unit (PMU) Linux Driver
    The Linux kernel provides an ARM PMU driver for counting events such as cycles, instructions, and cache metrics. My previous article covered how to access data from the PMU automatically within SoC...