FOSDEM 2024 schedule – Open-source embedded, mobile, IoT, robotics, RISC-V, etc..

FOSDEM 2024

FOSDEM – which stands for Free and Open Source Software Developers’ European Meeting – is a free-to-participate event where thousands of developers meet in Brussels on the first week-end of February to discuss open-source software & hardware projects. FOSDEM 2024 will take place on February 3-4 with 880 speakers, 818 events, and 66 tracks. Although I won’t attend, I’ve created a virtual schedule like every year with sessions most relevant to the topics covered on CNX Software from the “Embedded, Mobile and Automotive” and “Open Hardware and CAD/CAM” devrooms, but also other devrooms including “FOSS Mobile Devices”, “ Energy: Reimagining this Ecosystem through Open Source”, “RISC-V”, and others. FOSDEM Day 1 – Saturday, February 3, 2024 10:30 – 10:55 – Screen Sharing on Raspberry Pi 5 Using VNC in Weston and Wayland with the Yocto Project and OpenEmbedded by Leon Anavi In 2023, embedded Linux developers received eagerly awaited news: […]

Raspberry Pi OS upgraded to Debian 12 “Bookworm”

Raspberry Pi OS Debian 12 Bookworm

Raspberry Pi has announced a new release of Raspberry Pi OS based on Debian 12 “Bookworm” upgrading from Debian 11 “Bullseye” which served as the base for the Raspberry Pi operating system since November 2021. As explained in the announcement, not much changes from the user perspective when switching between Debian 11 and Debian 12 with a lot of changes occurring under the hood plus they also worked on some extra features specific to Raspberry Pi OS. Wayland on Raspberry Pi OS The main change is the switch from the legacy X11 window manager to the more modern Wayland system with WayFire compositor that delivers better performance when drawing windows and improved security since it’s not using a server/client implementation. Note that Wayland is only enabled by default on Raspberry Pi 4 and 5 boards, and earlier and less powerful models still rely on X11 as work is going on […]

Khadas Edge2 Pro review – A Rockchip RK3588S SBC tested with Ubuntu 22.04

Khadas Edge2 Ubuntu 22.04

We’ve had a sample of the Khadas Edge2 single board computer powered by Rockchip RK3588S octa-core Cortex-A76/A55 processor for a couple of weeks, and now that the board is officially launched we can post our review of the board with Ubuntu 22.04, and we’ll check out Android 12 later on. Khadas Edge2 Pro accessories The Khadas Edge2 comes in two variants: Basic and Pro, We received the Edge2 Pro SBC with 16GB RAM and 64GB flash that ships with two WiFi antennas by default, but the company also sent a low-profile fansink and thermal pad for cooling that in theory would be optional, but in practice, it is required as while the board runs fairly cool considering the performance it brings, it still needs a heatsink to prevent overheating and throttling. The fan may not really be necessary though as we’ll see below. I’d recommend installing the antennas before the […]

Raspberry Pi OS removes default “Pi” username, adds experimental support for Wayland

Raspberry Pi Imager username password

The Raspberry Pi Foundation has just released a new version of Raspberry Pi OS that removes the default username (pi) for security reasons, adds experimental support for Wayland, and lets people configure their Raspberry Pi with Bluetooth keyboard and mouse. Default username no more The most significant change in the new Raspberry Pi OS is the removal of the default “pi” user as several countries have legislation against default credentials for security reasons. That includes the Product Security and Telecommunications Infrastructure Bill (PSTI) in the UK, and California’s SB-327 IoT devices security law. Those laws mostly target default passwords, but removing a default username can be useful too to prevent force brute attacks. One consequence of removing the default username is that you won’t be able to skip the wizard in both the Desktop and Lite versions of Raspberry Pi OS since a new user needs to be created first. […]

Debian 10 “Buster” Released

If you’re a recent owner of a Raspberry Pi 4 SBC, you should have had an early taste of Debian 10 “Buster”, since the Raspberry Pi Foundation decided to release their Raspbian “Buster” image before the actual release in order to lower software development costs. Debian developers have only just announced the release of Debian 10 “Buster”. The new version of Debian supports various desktop environments including Cinnamon 3.8, GNOME 3.30, KDE Plasma 5.14, LXDE .99.2, LXQt 0.14, MATE 1.20, and Xfce 4.12. Besides the official announcement Debian also posted tidbits on their Twitter feed, where we learn for example that “Debian 10 buster has 28,939 source packages with 11,610,055 source files”. Officially supported architectures for Debian 10 include i386 and amd64 for x86 targets, arm64, armel and armhf Arm architectures, as well as various other architectures including MIPS (mips64el, mipsel…), PowerPC (ppc64el), and IBM System z (s390x). One notable […]

SPURV Runs Android Apps in Linux over Wayland

SPURV Architecture

We’ve previously seen it was possible to run Android apps natively inside Linux thanks to Anbox that leverages the Linux kernel in Ubuntu for better integration and performance, and uses an LXC container to run Android operating system. Collabora now offers a different solution with SPURV that runs the full Android OS, including a separate Linux kernel, in its own container and works over Wayland thanks to a graphics bridge from Android to Wayland. Four main components are part of the implementation: Android target device – This component integrates SPURV into Android by using the device infrastructure that the Android codebase provides, and the company specifically the target runs inside of a systemd-nspawn container. SPURV Audio – Bridges the Android Audio Hardware Abtraction Layer (HAL) to the host PulseAudio stack. SPURV HWComposer – Integrates Android windows into Wayland by implementing a HWC-to-Wayland bridge, where HWC is the Android API for […]

ODROID-N2 GPU Drivers, Linux 5.0, and Impressive glmarks-es2 Score

Ubuntu 18.04 Gnome Wayland ODROID-N2

ODROID-N2 was announced last February for $63 (2GB RAM), and $79 (4GB RAM), but Hardkernel was not quite ready to take orders at the time. One of the good news is that the 4GB RAM is now available for pre-order with shipping scheduled to start on April 3. Another good news is on the software side with Hardkernel having released the userland Mali-G52 Wayland driver. It does not work well with Linux 4.9 due to incomplete DRM implementation, but it goes work with Linux 5.0 plus some modifications as further discussed in the aforelinked forum thread. The screenshot above, courtesy of odroid forum member memeka , shows ODROID-N2 running Ubuntu 18.04 + Gnome3 + Linux 5.0 on top of Wayland with GPU drivers providing acceleration as shown by glmark2-es2-wayland test program. The benchmark results are pretty impressive:

I’ve never seen such as high score (1,119 points) on Arm hardware. […]

Self-hosted GLES on ChromeOS, part two

This is a follow-up post from an earlier guest post by Blu about OpenGL ES development on Chrome OS. One can’t practice real-time rendering to disk files for long ‒ it’s just unnatural. So after checking that my habitual GLES tests work as intended on ChromeOS when rendering to an off-screen-buffer-subsequently-saved-to-a-PNG, the next step was to figure out a way how to show frames on screen at a palpable framerate, if possible. Being as new to Chrome OS as the next guy, I had to start from scratch with ‘How to show EGL surfaces on screen fast’. In the comments section to the first article William Barath kindly mentioned that there was a wayland client library on Chromebrew, so I decided to pursue that as I had had (positive) prior experience with wayland. Long story short, the established way on most platforms for connecting wayland to EGL (or vice versa) […]

Memfault IoT and embedded debugging platform