• Linaro vivid linux-headers
    Hello everyone, I installed linaro vivid with kernel version 4.6.3, on RPi3, but in order to compile some files I need to install linux headers, but can't seem to find the package linux-headers-4...
  • 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...
  • network issue in Linaro release 18.01
    Hi, I upgraded my Juno r1 board with the most recent Linaro release (18.01). Everything works well except the network. I tried both the android build and openembedded build, however, both builds failed...
  • Building a shared library using armclang (v 6.13) and linking with aarch64-linux-android- toolchain (for use in Android target)
    Hi, I want to build a shared library using armclang (v 6.13) toolchain and finally link it with android 64 bit arm toolchain. The reason is that, I've few performance critical functions and wanted...
  • Boot an arm64 kernel on the Juno r1 platform
    Using the default firmware shipped with the board. Plus: Git the arm64 kernel tree Build the kernel with arm64 tool chains: # export ARCH=arm64 # export CROSS_COMPILE=aarch64-linux-gnu- #...