Explore >> Select a destination


You are here

blinry.org
| | charleslabs.fr
3.3 parsecs away

Travel
| | Explore radio communication with Software Defined Radio using RTL-SDR, an affordable alternative. Learn to capture and decode signals on GNU/Linux.
| | ossmann.blogspot.com
5.1 parsecs away

Travel
| | I'd like to take a moment to properly introduce the project that is consuming most of my time this year: HackRF, a software radio peripheral...
| | jg.sn.sg
3.4 parsecs away

Travel
| |
| | jborza.com
27.3 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...