Power & Source of Big Ideas

Alekss, Thanks but the reason for my question is that those are not available under OpenWRT (they are under Armbian/Ubuntu). Using the FriendlyARM OpenWRT custom build for the Neo2, the cpu_freq works. I just need to know what kernel modules got included in their OpenWRT build so we can add them as ...
Actually if the FriendlyARM folks who built the OpenWRT image could post their make menuconfig xx.config file it would be very helpful ;)
Hello, We have needed to build our own OpenWRT firmware for the Neo2 (working well). We are not sure what module(s) we need loaded to have /usr/bin/cpu_freq functional. We notice that in the FriendlyARM compiled firmware that cpu_freq is functional and we need it to measure cpu temperature in our co...
So digging in the Armbian docs it looks like there's experimental overlay support: https://docs.armbian.com/Hardware_Allwinner_overlays/ Will post once working in case anyone else is interested. Going to add the following to /boot/armbianEnv.txt: param_pps_pin = PA6 param_pps_falling_edge = 0 (which...
Hi, Have a Neo2 module we're trying to get PPS-GPIO support working. We see that there is an overlay sun50i-a64-pps-gpio.dts that defines PD4 as the GPIO pin, but as we gather this is not wired out on the Neo2. Does anyone know the procedure we need to follow to get a specific Neo2 available GPIO pi...