From 035289cace9db350e0d8561b301f5710bc78736b Mon Sep 17 00:00:00 2001 From: aeroreyna Date: Thu, 16 Jul 2026 16:31:49 -0400 Subject: [PATCH] Document reMarkable Paper Pro hello world spike --- projects/remarkable_hermes_communication_app.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/projects/remarkable_hermes_communication_app.md b/projects/remarkable_hermes_communication_app.md index 4fb47c3..4a0a80f 100644 --- a/projects/remarkable_hermes_communication_app.md +++ b/projects/remarkable_hermes_communication_app.md @@ -12,6 +12,17 @@ Develop an app/workflow that lets Hermes communicate with Adolfo through the reM ## Current Status Initial SSH-based proof of concept works. +2026-07-16 iMac dev spike: +- iMac SSH alias `imac` works as `adolforeyna@192.168.68.124`. +- Installed official reMarkable Paper Pro SDK `4.0.813` into `~/remarkable-dev/toolchains/rmpp-4.0.813` on the iMac. +- Verified SDK environment: `environment-setup-cortexa53-crypto-remarkable-linux`, compiler `aarch64-remarkable-linux-gcc`, Qt `6.5.2`. +- Built a CLI Hello World binary at `~/remarkable-dev/hello-rmpp/hello_rmpp` on the iMac. +- Built a visual Qt Quick Hello World binary at `~/remarkable-dev/hello-rmpp-qt/hello_rmpp_qt` on the iMac. +- Copied tarballs locally for archive/handoff: + - `/home/adolforeyna/remarkable-dev/hello-rmpp.tar.gz` + - `/home/adolforeyna/remarkable-dev/hello-rmpp-qt.tar.gz` +- Tablet SSH alias `remarkable` was not reachable during this spike, so deployment/run-on-device is still pending. + Hermes can: - Connect to the reMarkable via SSH alias `remarkable`. - Locate xochitl documents under `/home/root/.local/share/remarkable/xochitl/`.