Hi everyone,
I’m currently working on a project to get qcDOOM (by VanIseghemThomas) running on my Quad Cortex. I’ve managed to handle the heavy lifting on the software side, but I’ve hit a roadblock with the SSH access to the unit.
Current Progress:
-
Toolchain & Compilation: I’ve successfully set up a WSL (Ubuntu) environment and compiled the
qcdoombinary using thearm-linux-gnueabi-cross-compiler. -
Assets: I have the compiled binary and the
doom1.wadfile ready in my local directory. -
Network: The unit is reachable on my local network.
The Issue: I am unable to transfer the files via SCP or establish an SSH connection.
-
Port 22 returns
Connection refused. -
I’ve tried the legacy “hidden” port 57284, but it returns a
Connection timed out. -
Ports 2222 and 443 also do not respond.
It seems the SSH service is either completely disabled or strictly firewalled in my current CorOS version.
My Questions:
-
Is there a known method to trigger/enable the SSH service via the UI or a specific boot sequence in recent/older CorOS versions?
-
Since my unit is out of warranty, I am considering the hardware route (internal microSD access). If I manually enable SSH in
sshd_configon the root partition, are there any known integrity checks/checksums that would prevent the unit from booting? -
Has anyone successfully managed to run unsigned binaries by utilizing the “New Neural Capture” screen to stall the main UI rendering?
I’ve put a lot of work into the compilation side and would love to see this classic running on our amazing hardware. Any technical insights, “dev-mode” tips, or pointers toward the right modding community would be greatly appreciated.
Cheers!