E52c radxa-e52c_bookworm_cli_b4.output.img.xz unable to ssh - port 22: Connection refused

after etching the image

radxa-e52c_bookworm_cli_b4.output.img.xz

I am unable to connect via ssh. I get a port 22 connection refused error.

I ran the same process using a e20c and the bullseye image, so I am the general concepts of using etcher, assigning a static IP, etc are all valid.

Do anyone have any insight?

you need to enable ssh.service by the cmd:

sudo systemctl enable --now ssh.service

thank you. I was able to connect to the system via USB/Putty and successfully enable ssh.servier.

thank you again.