• Can't find the compiler: arc-elf32-cpp

    Hello,

    thank you really much for this forum/community! I'm trying to compile the following source code: https://github.com/j1nx/Amlogic-reff16-uboot

    The reason why I'm compiling this sources are that I'm getting started with ARM devices. Especially…

  • Skip U-Boot and Jump to kernel from U-Boot SPL (Falcon Boot)

    Target Board: DART iMX8M (A-53)

    I am trying to falcon boot by jumping directly into the kernel from U-Boot SPL. I see following error

    "Synchronous Abort" handler, esr 0x86000000 
    ELR: ffff00000893017c 
    LR: 40aa825c 
    x0 : 0000000040400000 x1 : 000…

  • Build and run Linaro deliverables with Arm Fast Models

    Linaro provides a complete software stack for secure boot, u-boot, and Linux. This article explains how to build and run this software on Arm Fast Models. Although there is some existing information on this topic, there are two assumptions that often…

  • Debugging the Armv8-A Linux Kernel with DS-5

    To develop, port and debug the Linux kernel on a platform, you will need to be able to set breakpoints, view registers, view memory, single-step at source level and so on - all the normal facilities provided by a debugger.  You may also need to do these…

  • MMU enabled while loading elf file with DS-5 debugger

    Hi,

    Used board : Freescale SABRE SD board with iMX6Q (A9 processor).

    Using Bare-metal code.

    Using ARM DS-5 stream to load the binary while u-boot is running.

    When I download the binary using the DS-5 debugger the MMU is enabled before launching the application…