-
Notifications
You must be signed in to change notification settings - Fork 101
Description
URL: https://docs.radxa.com/accessories/storage/penta-sata-hat/sata-hat-top-board
Time: 24.1.2026, 19:40:47
pi@pi:~$ systemctl status rockpi-penta.service --no-pager -l
○ rockpi-penta.service - Rockpi SATA Hat
Loaded: loaded (/usr/lib/systemd/system/rockpi-penta.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/rockpi-penta.service.d
└─override.conf
Active: inactive (dead) since Sat 2026-01-24 19:47:10 CET; 4s ago
Duration: 181ms
Invocation: 56c45530ac5e4711964dca3cc33505b8
Process: 1692 ExecStart=/usr/bin/python3 /usr/bin/rockpi-penta/main.py (code=exited, status=0/SUCCESS)
Main PID: 1692 (code=exited, status=0/SUCCESS)
CPU: 174ms
Jan 24 19:47:10 pi python3[1692]: File "/usr/bin/rockpi-penta/fan.py", line 101, in running
Jan 24 19:47:10 pi python3[1692]: pin = Gpio(0.025)
Jan 24 19:47:10 pi python3[1692]: File "/usr/bin/rockpi-penta/fan.py", line 58, in init
Jan 24 19:47:10 pi python3[1692]: self.line = gpiod.Chip(os.environ['FAN_CHIP']).get_line(int(os.environ['FAN_LINE']))
Jan 24 19:47:10 pi python3[1692]: ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
Jan 24 19:47:10 pi python3[1692]: File "/usr/lib/python3/dist-packages/gpiod/chip.py", line 58, in init
Jan 24 19:47:10 pi python3[1692]: self._chip = _ext.Chip(path)
Jan 24 19:47:10 pi python3[1692]: ~~~~~~~~~^^^^^^
Jan 24 19:47:10 pi python3[1692]: FileNotFoundError: [Errno 2] No such file or directory
Jan 24 19:47:10 pi systemd[1]: rockpi-penta.service: Deactivated successfully.