Skip to content

eli-xciv/Remarkable-SDK-Containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Remarkable-SDK-Containers

This repo house the source files for creating containers for the Remarkable SDKs

Disclaimer

  • I am not associated with Remarkable AS in any way
  • This packaging is provided as is with no guaruntees or warranties

Inspiration

I wanted to test out some Remarkable development, but did not want to really install the SDK on my system, so I decided to containerize it.

Background

Remarkable gives their products code names as stated on their website

  • Remarkable Paper Pro -> ferrari
  • Remarkable 2 -> rm2
  • Remarkable 1 -> rm1

This project uses the Remarkable codename when generating the containers

Building

Remarkable Paper Pro

Execute the following

make

Remarkable 2

make build-remarkable-two-container

Remarkable 1

make build-remarkable-one-container

Using

Once your containers are built, you can run them and mount your development directory into the container using -v volume mount option. (If using podman ensure you add the :z/Z to the volume mount)

podman run -it \
    -v /path/to/software:/home/remarkable/dev:z \
    docker.io/eli-xciv/remarkable-sdk:3.15.4.2-ferrari

This should give you a bash shell within the container. The container should also drop you to your software/development directory.

You can then compile your software using the remarkable SDK.

$CC helloworld.c -o helloworld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published