In the previous chapter, we followed the necessary steps to build and deploy the Tock kernel together with a simple single-process application based on libtock-c. To achieve this, we cloned the tock and libtock-c repositories, then we compiled and deployed the source code according to the device’s characteristics and the specific use-case.
However, there is a major issue with this process. The Tock kernel that we compiled has a different folder ...