• Tiny210_UART_Help

    Hello,

    I'm using the FriendlyARM Tiny210 kit (Samsung S5PV210 ARM Cortex-A8 processor).We have loaded the OS Linux to our kit.

    I have tested simple programs like led and buttons...Now, I have to test the UART program between the tiny210 and my PC, but…

  • 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

  • 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 slow since

    my software access every byte computed…

  • SMP Linux on a Minimal Dual-Core ARM Cortex-A15 System

    Previously, I explained how to create a minimal, single-core ARM® Cortex™-A15 system running Linux®. In this article I will update the hardware design to use a dual-core ARM Cortex-A15 CPU and run SMP (Symmetric Multiprocessing) Linux. While the first…