• How to enable SVE support on SGI-575?
    I'm trying to test SVE support on SGI-575 FVP. For this purpose, I've built "sve_array_sum" example with some modifications and I'm having exception with ESR_EL1.EC = 0 . I investigated further and found...
  • How to connect SGI-575 with external world via hostbridge interface
    I am using SGI-575 and trying to enable networking. I want to connect SGI-575 with external world so that I can access the ip of my kernel running on SGI-575 network from my host machine. There is no...
  • Bare metal development on Juno
    Introduction Unlike some earlier development platforms that allowed easy baremetal access to the SoC, Juno is a complex system that requires a certain level of initialisation even before a baremetal...
  • Bare-Metal Low Power Example
    This 'Blinky' project is a simple ultra low power bare-metal example for the Arm 'Musca-S1 CM33 #0' device on the Arm 'V2M-Musca-S1' evaluation board. The example is compliant to CMSIS. Example functionality...
  • using bare metal to send and receive messages
    i want to write a program in c to send and receive messages using bare metal (arm-none-eabi compiler) to use in a simulation environment, pls how do I go about it?