Skip to content

[DOC] How to run Red on Turris Omnia

Gregg Irwin edited this page Jul 25, 2018 · 1 revision

Turris Omnia is very cool open source router that is running modified version of OpenWRT. It is possible to run Red there, compile it with -RPi as target. You also need to make small change on Turris, because it uses musl. You need to make a symlink:

ln -s /lib/ld-musl-armhf.so.1 /lib/ld-linux-armhf.so.3

Now Red should run just fine, until you try to read file ;)

Clone this wiki locally