• Disabling dvfs
    I did this on my rooted Note3 device: echo 'off' > /sys/devices/platform/mali.0/dvfs I see the value is always 0. But when I run an application and query the clock, it goes from 24 to 480 and keeps dipping...
  • Disabling dvfs
    I did this on my rooted Note3 device: echo 'off' > /sys/devices/platform/mali.0/dvfs I see the value is always 0. But when I run an application and query the clock, it goes from 24 to 480 and keeps dipping...
  • Is it possible to access Micro-SD card through CoreTile on ARM versatile express ?
    Hello All,                I would like to know whether it is possible to access Micro-SD card through CoreTile on ARM versatile express board via u-boot or through kernel. The memory map of CoreTile doesn...
  • Is it possible to access Micro-SD card through CoreTile on ARM versatile express ?
    Hello All,                I would like to know whether it is possible to access Micro-SD card through CoreTile on ARM versatile express board via u-boot or through kernel. The memory map of CoreTile doesn...
  • DVFS implementation in C
    Hello, Is there any API to implement DVFS in a Linux C environment? I would like to use DVFS to implement an energy-efficient application for a research project. Best regards