Browse By Tags

  • Baremetal AARCH64 application with file IO

    Is it possible to run an baremetal application with fileio on the ARMv8 Foundation model.

    If so do you have example linker script?

  • Armv8 Foundation simulator

    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…