Posts for: #sbc

Four Useful Single-Board Computers for Homelabs

I’ve assembled a list of useful single-board computers (SBCs) for use in home labs. They are essentially low-power computers useful for lightweight tasks and experimentation. I’ve used them (and still do) for certain tasks, especially when I’ve wanted to experiment with various things on the ARM64 platform. FriendlyARM Nano-Pi M4 (6 ARM64 cores, 2/4GB LPDDR3/LPDDR4 RAM) – a handy board for storage applications. It features a PCI Express interface, allowing for multiple SATA ports using the SATA hat or an NVMe drive using the NVMe hat.
Read more →

Make NVIDIA Jetson Nano Developer Kit Headless

This tutorial will show you how to easily remove the desktop interface from your NVIDIA Jetson Nano Developer Kit to run it in headless mode. This can be useful for using the NVIDIA Jetson Nano as a small, low-power server with machine-learning capabilities. The NVIDIA Jetson Nano is a mighty little single-board computer with a Quad Core ARM64 CPU, 4GB LPDDR4 RAM, and a 128-core NVIDIA Tegra (Maxwell-based) GPU, all while using as little as 5 watts.
Read more →

Compile ZFS on Linux 0.8.2 with Native Encryption on ARM64

Compile ZFS on Linux 0.8.2 with Native Encryption on ARM64
This article will show how to compile ZFS on Linux 0.8.2 on Ubuntu 18.04 on ARM64, specifically the FriendlyElec NanoPi M4 single board computer, which has a four-port SATA HAT available. It also works great on other single-board computers, and I’ve successfully compiled and used ZFS on the Raspberry Pi. These instructions will likely work on other architectures supported by ZFS on Linux, such as x86_64. Install ZFS build requirements Use apt to install the packages needed to build ZFS 0.
Read more →