|
You are here |
www.jeremymorgan.com | ||
| | | | |
blog.alexellis.io
|
|
| | | | | Join a global community challenge to create your own Grow Lab to monitor your seeds and plants growing this Spring using IoT and Raspberry Pi. | |
| | | | |
blog.robertelder.org
|
|
| | | | | ||
| | | | |
robr.dev
|
|
| | | | | A Global Shutter Camera for the Raspberry Pi started shipping a few months ago. There have been other global shutter camera modules for the Raspberry Pi but this one comes from Raspberry Pi directly. So it should be well supported by the mainline software including the camera driver and libcamera. Here's a little summary of some official Raspberry Pi camera modules with the details I care about: Name aka Sensor Pixels Shutter Lens Camera Module 2 v2 IMX219 8M Rolling Built-in Camera Module 3 v3 IMX708 12M Rolling Built-in 75° Camera Module 3 Wide v3 IMX708 12M Rolling Built-in 120° High Quality Camera HQ IMX477 12M Rolling C/CS High Quality Camera HQ IMX477 12M Rolling M12 Global Shutter Camera HQ IMX296 1. | |
| | | | |
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... | ||