April 2020
Intermediate to advanced
294 pages
7h 53m
English
Before you can get a feel for what it contains, you need to download the kernel so that you can navigate through its directory structure. The kernel is easy to download. I recommend downloading it on a Linux machine or within a Linux virtual machine. The build process for MicroPython is easier in this environment, which we will be going through later on in this chapter.
Make sure that you have Git installed on your machine by typing the following into your Terminal:
sudo apt-get install git
If Git is already installed, you should see a screen similar to this:

If Git is not installed, it will go through the ...
Read now
Unlock full access