Power & Source of Big Ideas

Build system for creating your own Armbian kernel https://github.com/armbian/build is so simple that my mother could do that. You need a PC with Linux. You can modify https://github.com/armbian/build/blob/master/config/kernel/linux-s5p6818-legacy.config config (I would enable things but don't know ...
Is it possible and how do I install the Armbian Buster minimal distribution to eMMC? I see the download link here https://www.armbian.com/nanopc-t3/ Ofc its possible. https://docs.armbian.com/User-Guide_Getting-Started/#how-to-install-to-emmc-nand-sata-usb If you have eMMC model with 2G memory, you...
Note that I've successfully build Wireguard on x86 PCs running Artix linux and successfully on the Raspberry Pi 4 running Raspbian as well as Gentoo - best 8812AU driver - wireguard - dkms - kernel headers = Armbian Thanks for the quick reply. I've been running the 64-bit FriendlyCore distribution ...
Did nobody reply? I'm having the same problem trying to build the Wireguard kernel modules? How did you eventually solve this?

More information is at the post

viewtopic.php?f=62&t=2962
I'm wanting to install Wireguard on the NanoPC-T3 and the difficulty is finding the build directory for for the installed kernel. It appears from # uname -a Linux matrix 4.4.49-s5p6818 #1 SMP PREEMPT Fri Mar 23 15:29:14 HKT 2018 aarch64 aarch64 aarch64 GNU/Linux that I'm running the 4.4.49 kernel. T...
Swap is currently disabled in the default Debian kernel. Is it easy to enable it, or is it disabled because it doesn't work?
I ran a program on the NanoPi T3 which tests memory speed when adding 32-bit numbers in a random pattern within a specified memory size. The original program tests single-core speed while simple modifications lead to a Cilk program which tests multi-core speed . The single core results are http://fr...
Compared to the sysbench "cpu-max-prime" results shown here: http://www.golem.de/news/banana-pi-m3-vs-lemaker-hikey-bastelrechner-mit-bumms-1603-119720-3.html performance of my ARMv8 32-bit NanoPC-T3 pretty much resembles that of ARMv7 32-bit BananaPi M3 (Allwinner A83T SoC, octa-core ARM...
Could you please be so kind as to clarify/confirm that providing a 64-bit kernel for NanoPi-M3/NanoPC-T3 (S5P6818) will only be a matter of "when" in 2017, i.e. the exact timeline for it is not yet fixed, and not a matter of "whether" at all you will provide the 64-bits kernel.....
I just compiled the High-Performance Linpack benchmark version 2.2 linked with OpenBLAS version 0.2.19. These are the current versions as of today. Results indicate that the NanoPi T3 is capable of 12.49 Gflops when solving systems of linear equations. This is the standard benchmark used to rank the...
Last year I ported and tested the Cilkplus Intel/MIT parallel processing extensions for the C programming language to the Raspberry Pi 2B. I teach a course on numerical methods and the scalability of parallel algorithms gets more and more interesting as the number of cores increases. However, 8-core...