No more hassle with building clinfo for odroid xu3/xu4, checkout the AUR package
Category Archives: ARM
# BPI-R1 Arch Linux 4.6.5 mainline kernel
Official image has many problems due to old kernel (3.8).
Enjoy upgraded image: archlinux-bpi-r1-2017-28-2017-4.6.5-sunxi-mainline.img
# ARM Cluster: Moving to IPv6 (dual-stack)
Probably every and each one of have already heard about IPv6. Texts like "IPv4 is over" or "IPv4 Address-space is exhausted" are flooding the internet. So, why should I even bother about moving to IPv6? What are benefits?
# Finding mutual friends with OpenMPI MapReduce
Embedded devices such as RaspberryPI don't have enough power for running Hadoop jobs. It is a complex piece of software. Instead of trying to adapt it, I decided to use a more lightweight solution, this is OpenMPI map-reduce. MPI was designed for distributed computations, so why not run a map-reduce framework on it? Let's do it!