• gator module cross-compile failed
    host linux version 4.4.154 target:firefly rk3399 (arm64) I cross-compile gator on host use make -C /home/emel/arm-project/linux-kernel/kernel M=`pwd` ARCH=arm64 CROSS_COMPILE=/opt/gcc-linaro-4.9-2016...
  • Enter Hypervisor Mode on ARMv7 through Kernel Module
    I am trying to write a kernel module in C to bring the system in the hypervisor mode. The module is for a router, which is running OpenWrt. The architecture is ARMv7. When I load my module with insmod...
  • Unable to load modules upon loading arm64 kernel build
    Hi, I have built an arm64 kernel image as per the step provided at https://community.arm.com/dev-platforms/w/docs/265/boot-an-arm64-kernel-on-the-juno-r1-platform . After copying the image to /SOFTWARE...
  • Modifying framebuffer (/dev/graphics/fb0) parameters using a Loadable Kernel Module
    Problem: I have to configure various LCD displays to be used by Android Platform. Almost in all cases there are no electrical specifications freely available for LCD displays on interest. But through...
  • How to Get the PA instead of IPA from NS OS Kernel Module of an AArch64 device?
    Hi experts, Recently I want to conduct one secure-related scanning in TrustZone for some NS kernel memory. To do this, I need at first reporting the PA of the memory from NS kernel. My idea is developing...