|
You are here |
peanball.net | ||
| | | | |
serverless.industries
|
|
| | | | | When using a Raspberry Pi Pico as a USB Mouse or Keyboard, you may want to disableCircuitPythons flash drive and the REPL serial console. | |
| | | | |
yasoob.me
|
|
| | | | | Hi people! If you read the last article you might be aware that I am exploring raspberry pi right now. I have Pi 3B+ and I am using it to work on some remote sensors. The biggest issue I have with the Pi is that I don't have an external monitor, mouse, and keyboard handy to use with the Pi. I wanted to have a headless interface with the Raspberry pi. | |
| | | | |
www.dyalog.com
|
|
| | | | | [AI summary] The author discusses their experience using APL on the Raspberry Pi and micro:bit with MicroPython for hardware interaction, highlighting the benefits of these tools for programming and project development. | |
| | | | |
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... | ||