Add support for RISC-V board #222

Manually merged
rarias merged 2 commits from tc1-board into master 2026-01-23 17:58:44 +01:00
Showing only changes of commit deb0cd1488 - Show all commits

View File

@@ -12,4 +12,16 @@
'';
destination = "/etc/udev/rules.d/60-ftdi-tc1.rules";
});
# Allow access to USB for docker in GitLab runner
services.gitlab-runner = {
services.gitlab-bsc-docker = {
registrationFlags = [
# We need raw access to the USB port to reboot the board
"--docker-devices /dev/bus/usb/003/003"
# And TTY access for the serial port
"--docker-devices /dev/ttyUSB2"
];
};
};
}