Skip to content

Instantly share code, notes, and snippets.

@tcz001
Last active December 29, 2020 03:20
Show Gist options
  • Save tcz001/7edef3a035759a3c8fc8db4fcf4790e0 to your computer and use it in GitHub Desktop.
Save tcz001/7edef3a035759a3c8fc8db4fcf4790e0 to your computer and use it in GitHub Desktop.
Synestia on rpi4

install docker

https://www.docker.com/

download & install docker desktop for mac

run docker prebuilt image

cd SynestiaOS/Docker/
docker-compose up -d dev-prebuilt

attach to docker instance

docker-compose exec dev-prebuilt bash
root:~/SynestiaOS
$> cd Scripts && ./compile_and_run.raspi4.linux.sh

copy image file to sdcard

cp Scripts/buildRaspi4/bin/kernel.img <your-sdcard-root-folder>/Kernel7l.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment