I just downloaded and flashed Debian 12 base for Le Potato (debian-12-base-arm64+aml-s905x-cc.img.xz). I want to SSH to the board since I don’t have a keyboard and display to connect to it (so, I want to use the board in headless mode).
The board seems to start up since I see the blue LED “hearbeating” at a rate of 1Hz.
However, if I try to connect through Putty, I get a “connection refused”.
Is it possible to start up headless? Is the SSH server running by default? How to connect to it?
As Librecomputer mentioned, you are using a USB to RS232 cable. While this is a serial port, RS232 uses +/15V for the logic levels, while the aml-s905x-cc uses 3.3v logic levels for all GPIO including its UART interface. You can damage the board by supplying 15v though the RS232 adaptor, and even if you only connected RXD, it probably won’t detect anything whatsoever coming from the board, as the voltage is not large enough to reach the logic levels of the converter.