<p dir="ltr">Hi list,</p>
<p dir="ltr">I would like to present you MKU (MakeUbuntu), a software I wrote to simplify my Ubuntu embedded development needs.</p>
<p dir="ltr">The tool was born some time ago when I found that the glorious rootstock was not developed anymore and some of the arm boards I'm intrested in was abandoned from Linaro.</p>
<p dir="ltr">MKU was built with the goal to be easy, so It can prepare automatically a complete environment for your arm board, including mlo, uboot, the right kernel and modules, and the right settings for your board (example: console serial port settings, etc...). The rootfs part is based on Ubuntu core for arm.</p>
<p dir="ltr">MKU knows your board and it knows where download support files needed, so it can prepare a new environment in a matter of minutes! The rule of thumb is that everything should be in a binary form, so a development environment is not required to use MKU.</p>
<p dir="ltr">The software uses a project file with a clear and simple syntax, so you can share it or put it under an SCM without the need to upload the complete and usually big rootfs.</p>
<p dir="ltr">I wrote this software to be simple and hackable and it's in a beta stage, feel free to make improvements or suggestions!</p>
<p dir="ltr">You can find the software on my personal github here:</p>
<p dir="ltr"><a href="https://github.com/angeloc/mku">https://github.com/angeloc/mku</a></p>
<p dir="ltr">Thanks!</p>