• 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...
  • Tensorflow/Pytorch with GPU on ARM64
    Hi, I wish to launch some ML python scripts on arm64 and I have a question how one could use tensorflow or pytorch with gpu acceleration using nvidia drivers. As I can see, for ARM64 NVIDIA supports...
  • 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...
  • 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- #...