• Cygwin compile of bare metal ARMv8 cross-compiler
    I am trying to get a cross-compiler built to run on my Windows box. One route I'm trying is to use Cygwin to build the compiler. I've tried several attempts with the latest sources but hit upon some compile...
  • ARM assembler macro question
    Hi, Simple question, but very hard to find answer, maybe somebody here knows: I want to create a simple macro like I can in C: #define ALIGN_UP(addr, align) (((addr) + (align) - 1) & ~((align) ...
  • how to add api to arm
    hello i'm beginner and i want to an example like google API ip api developers.google.com/.../ https://ipfinder.io thank you
  • How to put Juno into Sleep-state
    I'm using Linaro Release 15.12 LSK (without OP-TEE) + OpenEmbedded Minimal Filesystem on Juno-r1 Board. I'm trying to put the Juno board into the Sleep-state referring to ARM Versatile Express Juno...
  • Juno dts timer node
    Hi, I am trying to bring-up linux on Juno r0 board and if I use below timer node I am getting kernel panic while executing timer_init API. Please let me know if I am missing anything else in order to...