Programming the R36S handheld
Based on your readme file... When I tried to enable sshd I got an error: ``` ark@rg351mp:~$ sudo systemctl enable sshd Failed to enable unit: Unit file sshd.service does not exist. ``` So I tried to install openssh-server and then enabled ssh: ``` ark@rg351mp:~$ sudo apt-get install openssh-server ark@rg351mp:~$ sudo systemctl enable ssh ``` Now this works. Thank you for this project and a detailed readme file, it helps me a lot to proceed with my experiments.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by geniot and has received 1 comments.