• Executable name in DS-5 Linux project

    Yakov Erlich
    Yakov Erlich

    Hello!

    I created a several projects in DS-5. All the  projects use arm-linux (DS-5 built-in) compiler.

    When I compile them, the executable file has 'axf' extension in one project and in other not.

    Example (after compilation):

    Proj1

      Debug

        Pr…

    • 6 months ago
    • System
    • SoC Design forum
  • Interrupt driven TrustZone application

    Motorolasolutions
    Motorolasolutions

    Hello,

    I would like to know if a Trustzone application can be interrupt driven instead of being triggered by the non-secured world (scm).

    Thanks,

    Fabrice.

    • Answered
    • over 4 years ago
    • System
    • Embedded forum
  • Hypervisor to experiment

    techguyz
    techguyz

    Hi Experts,

    Which of the open source hypervisor like Qemu,Xen,etc is easy to start and experiment the code.

    Is there anything which ARM supports in specific where it is more handy on ARM processors.

    Also am new bee to this hypervisor concepts so bit curious…

    • Answered
    • over 4 years ago
    • System
    • Embedded forum
  • how to switch from EL3 to El1 inside u-boot before linux kernel?

    dudu8
    dudu8

    linux requires EL1,however uboot is in EL3 mode.linux is halted.

    • over 3 years ago
    • System
    • Embedded forum
  • System call excepton handler about  the svc stack in the linux

    thpark
    thpark

    I am studying System call in the linux. I know that is using SVC exception handler.

    the related codes are as follow

    ====================exception handler codes===================================

    ENTRY(vector_swi)

    sub sp, sp, #S_FRAME_SIZE

    stmia sp, {r0 - r12…

    • Answered
    • over 3 years ago
    • System
    • Embedded forum
  • Tiny210_UART_Help

    Salem
    Salem

    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…

    • Answered
    • over 6 years ago
    • System
    • Embedded forum
  • How can I use imx6 in Asymmetric (***) mode?

    MARCO MANTOVANI
    MARCO MANTOVANI

    I would like to use iMX6 in asymmetric mode (Windows EC7 + Linux). Is that anyhow possible? Marco

    • over 6 years ago
    • System
    • Embedded forum
  • ARM microcontrollers in sd cards?

    Mike Clark
    Mike Clark

    Which ARM Microcontrollers are embedded in current SD Cards? The Motorola 8051 tends to get mentioned in this connection, with occasional, vague references to ARM. So, which specific ARM technologies are used for this purpose, and what kind of embedded…

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • ARM Linux: Can I control cache flush and invalidation in user space?

    Cyberman Wu
    Cyberman Wu

    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…

    • over 5 years ago
    • System
    • Embedded forum
  • UEFI on ARM-V8  based Linux Embedded System

    Ravinder
    Ravinder

    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 Booting system?
         First-stage-Boot-loader --> U-Boot -…

    • Answered
    • over 3 years ago
    • System
    • Embedded forum
  • Which OS is a best choice for a beginner of embedded technology?

    Grace
    Grace

    In my opinion Linux OS is a best choice for newbies to learn embedded system. As It is an open source system,which could help learners gradually master this embedded operation system through many times researches and tests. At the same time, it also…

    • Answered
    • over 5 years ago
    • System
    • Embedded forum
  • ARM cortex M4

    Loay
    Loay

    Which Linux version used for ARM cortex M4 ?? and how to install this linux version on TDA3x from Texas instruments ??

    • Answered
    • over 2 years ago
    • System
    • Embedded forum
  • Slave peripheral driver to DMA PL081, not able to transfer my complete 16KB data from peripheral to memory buffer?

    Vivek_004
    Vivek_004

    Hi All,

    I m programming a linux device driver for custom IP, the SoC has ARM PL081 DMA controller. The custom-IP is mapped to request line 3 of PL081. below is the slave configuration.

    struct dma_slave_config rx_conf = {
    	.src_addr = hsrx_local->phy_rx_addr…

    • over 1 year ago
    • System
    • SoC Design forum
  • CPUIdle Marvell SoC

    Nicolas DEROUINEAU
    Nicolas DEROUINEAU

    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:

        /*

         * Save CPU state for a suspend…

    • Answered
    • over 5 years ago
    • System
    • SoC Design forum
  • by which instruction the secondary core is triggered while starting the secondary cpu

    Pankaj Gupta
    Pankaj Gupta

    the booting of seconday cpu is initiated by the primary core. and some work is completed on the primary cpu and some is completed on the secondary cpu to complete the hotplug operation for cpu_up.

    I am trying to find the exact instruction that is executed…

    • over 5 years ago
    • System
    • SoC Design forum
  • Any advice on running 180nm ROM/RAM compilers on modern Linux?

    StephenCactus
    StephenCactus

    Hi

    I'm trying to run 180nm ROM/RAM compilers and the OS options are very restricted, the ROM compiler requirement is SunOS5
    I've got a  Linux platform.

    I'd appreciate advice on where I should focus my efforts.
    If anyone has gotten past this…

    • over 1 year ago
    • System
    • SoC Design forum
  • Good starterboard, C or Linux etc

    John
    John

    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 starter kit.

    I'd like to experiment with Ethernet…

    • Answered
    • over 3 years ago
    • System
    • Embedded forum
  • "8th" - grokking the REPL

    Ron Aaron
    Ron Aaron

    Introduction

    This post is intended to give you a feel for using 8th, but it is not a tutorial per se. If you're not familiar with "8th", please view my previous blog post.

    Resources:

    • My previous 'A Gentle Introduction to a Modern Forth…
    • over 2 years ago
    • System
    • Embedded blog
  • 8th - a gentle introduction to a modern Forth

    Ron Aaron
    Ron Aaron

    Introduction

    8th is a secure, cross-platform programming language based on Forth which lets you concentrate on your application’s logic instead of worrying about differences between platforms. It lets you write your code once, and simultaneously produce…

    • over 2 years ago
    • System
    • Embedded blog
  • where are the C++  libraries for linux app?

    John Beck
    John Beck

    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, so I copied the C example project (as I have several…

    • Answered
    • 6509.zip
    • over 5 years ago
    • System
    • SoC Design forum
  • How to port Linux on ARM platform?

    Vinayak S Kulkarni
    Vinayak S Kulkarni

    Please provide generic concepts about porting Linux to ARM.

    • Answered
    • over 6 years ago
    • System
    • Embedded forum
  • Tibbo LTPS Native C Development How To

    Dmitry Slepov
    Dmitry Slepov

    Tibbo Technology Inc. has recently announced a Linux version of its popular Tibbo Project System (TPS).

    LTPP is a Linux-based Tibbo Project PCB (TPS mainboard) based on the powerful 1GHz Cortex-A8 Sitara CPU from Texas Instruments. Carrying 512MB of…

    • over 4 years ago
    • System
    • Embedded blog
  • Address Space Layout Randomization

    Jason Andrews
    Jason Andrews

    System optimization involves running Linux applications and understanding the impact on the hardware and other software in a system. It would be great if system optimization could be done by running benchmarks one time and gathering all needed information…

    • over 4 years ago
    • System
    • SoC Design blog
  • Migrating ARM Linux from CoreLink CCI-400 Systems to CoreLink CCN-504

    Jason Andrews
    Jason Andrews

    Recently, Carbon released the first ARMv8 Linux CPAK utilizing the ARM CoreLink CCN-504 Cache Coherent Network on Carbon System Exchange. The CCN family of interconnect offers a wide range of high bandwidth, low latency options for networking and data…

    • over 4 years ago
    • System
    • SoC Design blog
  • Making the leap from Intel to ARM? Here's what you need to know.

    Rich Nass
    Rich Nass

    Are you considering making the transition from an Intel-based board to an ARM-based board? While it may seem as simple as swapping one for the other, we all know that things are rarely as simple as they appear.

    To that end, I asked two experts at WinSystems…

    • over 4 years ago
    • System
    • Embedded blog
  • View related content from anywhere
  • More
  • Cancel
>