• 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- #...
  • which is default data model with APP_ABI := arm64-v8a on android-ndk-r10b
    Hi,     If I build a native code on android-ndk-r10b with APP_ABI := arm64-v8a. Which 64-bit data (LP64, LLP64, ILP4) model is used to compile the code? Regards,
  • Workaround for Unable to load native library: libnative-activity.so
    So, another bug I had to deal with NativeActivity and for which I have no clear solution but a workaround for. The problem I compiled a version of libnative-activity.so that depends on my own library...
  • Kernels in the Arm Platforms deliverables
    Introduction The Linaro Arm Landing Team (armlt) take inputs from mainline, the Android Common Kernel , and non-upstreamed Arm sources to produce two kernels for use with Arm-supplied development platforms...
  • Juno board armplat_1810.py build script issue.
    I use armplat_1810.py to set up juno board with Openembedded. After i delete the file system img and build it again, the file system img is not generated. Any clue why?