-
- create repository for Yocto build, targeting the Raspberry Pi 4 Model B
- build base Yocto image w/ Wifi enabled, load onto Raspberry Pi
- add placeholder layer for Memory Mania, to be completed l…
-
Are there any details on how to keep the BLE connection open for long time?
I tried Ping()ing the vehicle every 5 seconds, but it seems the connection is always lost after 30 seconds:
```
2024/…
-
ali@alitelli: ~ $ inxi -F
Resuming in non X mode: glxinfo not found. For package install advice run: inxi --recommends
System: Host: alitelli Kernel: 4.9.6 x86_64 (64 bit) Desktop: KDE Plasma 5.8…
-
It looks like there's a driver bug in the rtl8814au driver related to the chip switching channels, and then coming back to the original channel. It seems to be the case that wpa_supplicant is possibl…
-
In the VM, my `/etc/resolv.conf` looks like this:
```
; generated by /usr/sbin/dhclient-script
nameserver 192.168.0.1
```
Which is bad, because that's my router's IP address... (And not what's se…
-
### Describe the bug
A few days ago I decided to make something like a NAS out of my Raspberry Pi 3 Model B Rev 1.2. Okay, I know, big words. I simply connected the SSD with a USB cable, configured t…
-
Hey,
I thought adding the job for libcamera would be enough to be in the binary cache but somehow I don't hit it when trying to build this example:
```
{
description = "raspberry-pi-nix exa…
SebTM updated
4 weeks ago
-
I am starting openvpn connection using
```
openvpn3 session-start --config client.ovpn
```
but the /etc/resolv.conf is not getting changed with the new dns entries from openvpn
```
# Gener…
-
### Describe the bug
I am unable to use the OV5647 with libcamera on a Zero 2 W with and up-to-date `bullseye`.
### Steps to reproduce the behaviour
1. install `2022-01-28-raspios-bullseye-ar…
-
AOSP switched from busybox over to toybox, so it would be great if you could check for busybox and/or toybox.
Because on newer ROMs like CM13 busybox is no more detected and a workaround for this is …