Explore >> Select a destination


You are here

mtlynch.io
| | thisdavej.com
2.7 parsecs away

Travel
| | This article has been updated to cover the installation of Raspbian Bullseye Lite. In this tutorial, we're going to build a highly optimized Raspberry Pi system that runs very lean on resources with the help of Raspbian lite. Whereas a baseline Raspbian system consumes around 158 MB of RAM, Raspbian lite runs at a mere 34 MB. To achieve this lighter weight footprint, we must give up the graphical user interface (GUI); however, we'll include steps in the build (and tips) to help us work productively without a GUI.
| | cadence.moe
2.9 parsecs away

Travel
| |
| | kiljan.org
4.3 parsecs away

Travel
| | Running Arch Linux RISC-V on a Milk-V Mars presents several challenges. Most notably is that the young operating system is not easy to start with. But just because it is a bit difficult does not mean it is impossible.
| | jborza.com
30.0 parsecs away

Travel
| For reference, I wanted to check how qemu boots RISC-V Linux. Loosely following a guide , I describe how to build and boot a Linux environment targeting the 32-bit RISC-V architecture. There are three things we will need: QEMU the emulator Linux kernel root filesystem with some binaries I'm reusing a custom riscv-gnu-toolchain I've built previously, targeting the RV32IMA architecure. For targeting the 64-bit machine, it's easier to riscv64-linux-gnu- cross-compiler toolchain with the gcc-riscv64-linux-gn...