• Booting OpenEmbedded using EDK II UEFI
    Note: These instructions assume you are using the Juno platform; it should be relatively trivial to adapt them to other platforms too. Follow the instructions here to select a prebuilt OpenEmbedded...
  • None of the images of Linaro starting from 14.06 is booting on my juno board
    Hello all i'm trying to boot android on my juno board. i followed the procedure described here http://releases.linaro.org/latest/android/armv8-android-juno-lsk and also here Setting up Android on Juno...
  • TFTP (remote/network kernel) boot using EDK II UEFI
    The EDK-II UEFI Intel BDS menus do not support configuration of a standalone TFTP server, as the expectation is that in a commercial environment this information is returned by a DHCP server. This may...
  • Issue of Using Linaro's deliverables on Juno
    Hi Ash Wilding , I'm currently using a Juno r1 board and I'm running the Linaro's deliverables on my board. Recently I want to build the OpenEmbedded system by myself so I checked the instruction...
  • arm-none-eabi-gcc default parameters
    how to know exactly which parameters are enabled/disabled by default for arm-none-eabi-gcc? I have the doubt thinking about the parameter `-fshort-enum`. Try to compile this example (main.c): #include...