• EDA Containers
    Linux containers provide a way to build, ship, and run applications such as the EDA tools used in SoC Design and Verification. EDA Containers is a LinkedIn Group to explore and discover the possibilities...
  • 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...
  • How can I use imx6 in Asymmetric (***) mode?
    I would like to use iMX6 in asymmetric mode (Windows EC7 + Linux). Is that anyhow possible? Marco
  • Could I use Cortex-A for embedded applications?
    I need a little digital io for my project since cortex-m is not economical for me I need to know can i use Cortex-a to do some embedded jobs?
  • CPUIdle Marvell SoC
    Hello, I'm facing an issue with some of the linux kernel code. I'm trying to use the CPU suspend fonction (located in arch/arm/kernel/sleep.s) of the linux next kernel The code is the following:     ...