|
You are here |
offlinemark.com | ||
| | | | |
pmig96.wordpress.com
|
|
| | | | | PumpkinOS, in its current form, runs as a normal application on a host operating system, either Windows or a full GNU/Linux OS like Ubuntu. It is convenient because you can use the host OS as a development environment, where the build tool chain is installed. But I was wondering what it would take to run... | |
| | | | |
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... | |
| | | | |
andreas.welcomes-you.com
|
|
| | | | | The short story The objective of the work described below was for me: There is a long description below for those interested on how to generate the binaries for the RISC-V board and produce the root fs containing Debian Linux. For those who don't want... | |
| | | | |
subalpinecircuits.com
|
|
| | | I'm building a digital synthesizer based on the ESP32-S3 MCU (using the ESP-IDF framework) and have been meaning to start a dev blog for a while. I couldn't figure out a good first post so I figured why not just start somewhere - let's talk about USB! I've been pondering | ||