From 2601ed48af29ef9bcbeb1dc607e94527b217290d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20N=C3=B3brega?= Date: Wed, 26 Nov 2025 18:22:56 +0000 Subject: [PATCH 1/2] feat(py2hwsw): Update py2hwsw version New version of py2hwsw includes rootfs with alternative auto-generated iob_timer Linux drivers: sysfs, dev, and ioctl --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index fa02d63..34abebc 100644 --- a/default.nix +++ b/default.nix @@ -5,8 +5,8 @@ { pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/25.05.tar.gz") {} }: let - py2hwsw_commit = "e3ec0c99271e3320cec61a9efa76758e364c89f2"; # Replace with the desired commit. - py2hwsw_sha256 = "kboZVpCDediAF4qaWVeWbsa0bKo4sGtPYtskUdQiLRs="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "479600b84cdc0dc1d83d93ba7d261657f2770a88"; # Replace with the desired commit. + py2hwsw_sha256 = "exfN36FvjvRuBulkMbDrs70msta4XyTFz7iQ3dD9AuU="; # Replace with the actual SHA256 hash. # Get local py2hwsw root from `PY2HWSW_ROOT` env variable py2hwswRoot = builtins.getEnv "PY2HWSW_ROOT"; From 1569b4216ca5ecfd9da16c7ea45d38291271cea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20N=C3=B3brega?= Date: Wed, 26 Nov 2025 19:30:24 +0000 Subject: [PATCH 2/2] feat(py2hwsw): Update py2hwsw version --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 34abebc..00ba6a9 100644 --- a/default.nix +++ b/default.nix @@ -5,8 +5,8 @@ { pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/25.05.tar.gz") {} }: let - py2hwsw_commit = "479600b84cdc0dc1d83d93ba7d261657f2770a88"; # Replace with the desired commit. - py2hwsw_sha256 = "exfN36FvjvRuBulkMbDrs70msta4XyTFz7iQ3dD9AuU="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "63d81d8a0b6cd97755a652617bb71e4f644ad3eb"; # Replace with the desired commit. + py2hwsw_sha256 = "r5UAe5px50z3wXb56Vxn8/kAS/gE5b0MZcU1UTA8Hmc="; # Replace with the actual SHA256 hash. # Get local py2hwsw root from `PY2HWSW_ROOT` env variable py2hwswRoot = builtins.getEnv "PY2HWSW_ROOT";