• Build a Buildroot user-space

    Annie Cracknell
    Annie Cracknell

    Preface

    This article outlines how to build a custom root filesystem with Buildroot to use on Armv8 FVP's. More specifically the article discusses:

    • How to install and configure Buildroot. (PART I)
    • The process of creating a usable filesystem image…
    • over 1 year ago
    • Open Source Software and Platforms
    • Wiki
  • Modify Linux kernel config flags in the Arm Platforms deliverables

    Annie Cracknell
    Annie Cracknell

    Preface

    This article:

    • Compares how an upstream kernel.org kernel is built and how an Arm Platforms deliverables kernel is built.
    • Describes how to enable/disable arbitrary kernel config flags for an Arm Platforms deliverables kernel.

    These instructions…

    • over 1 year ago
    • Open Source Software and Platforms
    • Wiki
  • how to build an arm juno r1 application from an linux platform

    aaa
    aaa

    The toolchain of my linux computer is x86_64-redhat-linux.

    On Juno board, I run the prebuilt image https://releases.linaro.org/openembedded/juno-lsk/15.09/lt-vexpress64-openembedded_minimal-armv8-gcc-4.9_20150912-729.img.gz

    1. I searched online, many developers…

    • Answered
    • over 4 years ago
    • Software Tools
    • Arm Compilers forum
  • Foundation Model for ARMv8

    Jayashree
    Jayashree

    Hello. I am using ARMv8 foundation model for my project. When configure foundation model with multi cores (cores=4) my code does not run. Can you lease help me solve this problem?

    • Answered
    • over 4 years ago
    • Software Tools
    • Arm Compilers 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
  • Armv8 Foundation simulator

    BAUDOUIN
    BAUDOUIN

    Hi,

    i'm doing some experiments on Aarch64/Aarch32 using the Foundationv8 simulator.

    For starting, i got the linux/bootwrapper/toolchain code from linaro, compiled the software and the linux kernel in 64 bits without any problem.

    Then i started modifications…

    • Answered
    • over 6 years ago
    • Software Tools
    • Arm Development Studio forum
  • The LLVM AArch64 Backend

    Kristof Beyls
    Kristof Beyls

    In this blogpost, Gabor Ballabas and I share why and how we’ve set up a public buildbot for the LLVM AArch64 backend. This buildbot is part of the LLVM community’s continuous integration infrastructure.

    LLVM is an open source project providing…

    • over 6 years ago
    • Processors
    • Processors blog