Download Mako Server for NXP's i.MX Series Processors

Download Mako Server for NXP Semiconductor's i.MX Series Processors such as i.MX 6 and i.MX 8. The Mako Server has been compiled using Linaro's arm-linux-gnueabihf toolchain, and the Mako Server should work on any Linux powered i.MX compatible hardware including ARMv7 Cortex-A and up.

Download: mako.i.MX6.tar.gz

Note: you can also compile the code on the device using the Raspberry Pi Installation script, which also compiles GPIO Lua bindings.

Install the Mako Server directly on the device as follows:

cd /tmp/; wget makoserver.net/download/mako.i.MX6.tar.gz; tar xvzf mako.i.MX6.tar.gz; cp mako mako.zip /bin/;

Read the included readme file and the getting started guide.

After downloading and unpacking the tar file, you may optionally install the Mako Server as a service as follows:

cp mako mako.zip /bin; useradd -G daemon -m -s /bin/bash mako cd /etc/init.d/; wget makoserver.net/download/scripts/mako.sh; chmod +x mako.sh; update-rc.d mako.sh defaults

See the tutorial Installing Mako Server as a Service on Linux for details.