|
You are here |
zach.bloomqu.ist | ||
| | | | |
timothymiller.dev
|
|
| | | | | My adventure in creating my own NAS on a budget. | |
| | | | |
mtlynch.io
|
|
| | | | | Updates about my life and what I learn about creating software | |
| | | | |
www.tumfatig.net
|
|
| | | | | I had that Raspberry Pi Zero 2 W lying in a box. And because I changed my network configuration, I decided I could use that Pi as a DNS et DHCP server. But I also wanted to take benefits from my POE switch. It turns out to be really simple, with the proper hardware. Here are the notes. | |
| | | | |
jborza.com
|
|
| | | 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... | ||