-
I can see there is toolchain for aarch64 arm device, so we can build in RPiB3 with 64-bit OS.
How about raspbian os which has armv7l. How can I build in such device.
Thanks.
-
Hi,
In another issue I saw mention that new .debs were out with the latest goodness. So I followed the directions in HACKING.md to add your apt server and did apt-get update/dist-upgrade.
Alas …
-
I am a total novice. I've followed the instructions for the creepyportrait and get to the final instruction and then get the following:
pi@raspberrypi ~/creepyportrait $ sudo ./install_dependencies.s…
-
We do a lot of package builds for raspbian in a raspbian chroot in a debian armhf container on an arm64 host, we use this host because it's fast.
Unfortunately recent versions of rustc can no longe…
-
The Fetch command on Nala 0.12.2 support only Debian, Ubuntu and Devuan.
It would be nice if support for Raspbian / Raspberry Pi OS could be added.
-
When I attempt to upgrade to version 1.3.1 or 1.3.2 I get the following error message:
`failed to get destination image "sha256:ccaee2d270e4bea2d0f9948dfad0755bf36119c792e23956eb6bfda7c425502c": imag…
-
#### Details:
- Date | Tue Sep 21 13:10:28 CEST 2021
- DietPi version | v7.0.2 (MichaIng/master)
- Image creator | DietPi Core Team
- Pre-image | Raspbian Lite
- Hardware | …
-
Hi. I hope someone is still out there to help.
I have been using libmbus on raspberry pis to communicate with a [Relay PW250](https://www.relay.de/produkte/m-bus-master/pegelwandler-pw-250) to rea…
-
```
FROM balenalib/rpi-raspbian:stretch
LABEL "maintainer"="Seungryong Kim "
#Update & Install wget, vim
RUN sudo apt update
RUN sudo apt install -y wget vim iputils-ping net-tools iproute2 dns…
-
Hi, thanks for the tool.
I tried to flash raspbian image to a micro-sd card and failed. It seems that godd treats the Driver Letter differently from the Block Device on Linux.
I tried the following:…