Explore >> Select a destination


You are here

craigjb.com
| | www.elektormagazine.com
3.0 parsecs away

Travel
| | The K210 from Kendryte is a RISC-V-based microcontroller with an AI accelerator. In this article, we detail how you can run Quake 1 on the microcontroller.
| | kuruczgy.com
3.4 parsecs away

Travel
| | [AI summary] The article discusses the author's experience of running Lean, a pure functional programming language, on an ESP32 microcontroller for a project involving LED control. Despite Lean's purity, the author utilized its monadic features to handle impure operations like GPIO manipulation and delays. The project involved significant optimizations, including custom bit-banging for the WS2812 LED protocol and reducing code size through various techniques. The author also outlines future directions for the project, including potential improvements in compilation, hardware support, and further optimizations.
| | andreas.welcomes-you.com
2.6 parsecs away

Travel
| | 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...
| | blog.nobugware.com
15.6 parsecs away

Travel
| Gentoo support for lvm root is still a pain in the ass, here is a working solution. Assuming you have 2 disks same size to be mirrored. You want a mirrored /boot and a big lvm. Start a normal gentoo installation with this disks layout: fdisk -l /dev/sda Device Boot Start End Blocks Id System /dev/sda1 * 1 31 248976 fd Linux raid autodetect /dev/sda2 32 242246 1945591987+ fd Linux raid autodetect fdisk -l /dev/sdb Device Boot Start End Blocks Id System /dev/sdb1 * 1 31 248976 fd Linux raid autodetect /dev...