Guix deploy fails claiming some module missing

2024-01-16 Thread Wicki Gabriel (wicg)
Hi I've been developing for/on a Raspi and successfully built images and deployed to the machine, but at some point in time deployment failed with this message: missing modules for #: uio_pdrv_genirq I am not sure what had changed in my code base that would lead to this error, and I am somewha

Re: 32-bit Python interpreter on a 64-bit system (ARM)

2023-12-12 Thread Wicki Gabriel (wicg)
k: #> ____________ From: Csepp Sent: Sunday, December 10, 2023 9:03 AM To: Wicki Gabriel (wicg) Cc: help-guix@gnu.org Subject: Re: 32-bit Python interpreter on a 64-bit system (ARM) “Wicki Gabriel (wicg)” writes: > Hello! > > Due to dynamic linkage to a library

Re: Resize Filesystem Service

2023-12-12 Thread Wicki Gabriel (wicg)
nt: Sunday, December 10, 2023 6:03 PM To: Efraim Flashner Cc: Wicki Gabriel (wicg) ; help-guix@gnu.org Subject: Re: Resize Filesystem Service #+OPTIONS: html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil tex:dvipng d:nil #+STARTUP: hidestars indent inlineimages :PROPERTIES: :reply-to:

32-bit Python interpreter on a 64-bit system (ARM)

2023-12-08 Thread Wicki Gabriel (wicg)
Hello! Due to dynamic linkage to a library that is only provided for ARMv6 architecture (32-bit) my Python application that is developed for a 64-bit ARM architecture refuses to work (I load the library with ctypes). According to the internet this could be solved by running that script with a

Re: Resize Filesystem Service

2023-12-07 Thread Wicki Gabriel (wicg)
Sent: Monday, December 4, 2023 9:18 PM To: Wicki Gabriel (wicg) ; help-guix@gnu.org Subject: Re: Resize Filesystem Service Hi Gabriel, On Mon, Dec 04 2023, Wicki Gabriel wrote: > I crafted the service in the file attached but this doesn't work and i > neither know where to look nor

Resize Filesystem Service

2023-12-04 Thread Wicki Gabriel (wicg)
Hi For a small embedded software project I need a resize-fs-service: a one-shot service started during boot that ensures that the rootfs (created from a guix system image foo.scm​ command) uses all of the medium's space -- creating an image of the correct size is completely infeasible as you ma

Re: Booting a Raspberry Pi

2023-10-30 Thread Wicki Gabriel (wicg)
grub/: In procedure mkdir: Permission denied: "./tmp-root/efi/boot/grub" From: Stefan Sent: Saturday, October 28, 2023 12:01 PM To: Wicki Gabriel (wicg) ; help-guix@gnu.org Subject: Booting a Raspberry Pi Hi Gabriel! I boot my Raspberry from NFS, but i

Booting a Raspberry Pi

2023-10-26 Thread Wicki Gabriel (wicg)
Hello there I am trying to create an image that boots a Raspberry Pi 4 (64bit) directly into Guix. I failed for quite some time due to the fact that $(guix system image my/image.scm) quietly built an EFI binary for x86_64 (my host architecture) instead of aarch64 (which is passed to the (image