Revision 4270bbde
| README.txt | ||
|---|---|---|
| 112 | 112 |
Since AMiRo-OS uses ChibiOS as underlying system kernel, you need to acquire a |
| 113 | 113 |
copy of it as well. First, go to the directory which contains the AMiRo-OS |
| 114 | 114 |
folder (but do not go into the AMiRo-OS directory itself!). Now clone the GIT |
| 115 |
repository of ChibiOS and checkout version 2.6.x:
|
|
| 115 |
repository of ChibiOS and checkout version 2.6.8:
|
|
| 116 | 116 |
>$ git clone https://github.com/ChibiOS/ChibiOS.git ChibiOS |
| 117 | 117 |
>$ cd ChibiOS |
| 118 |
>$ git checkout 2e6dfc7364e7551483922ea6afbaea8f3501ab0e
|
|
| 118 |
>$ git checkout ver_2.6.8
|
|
| 119 | 119 |
It is highly recommended to use exactly this commit. Although newer commits in |
| 120 | 120 |
the 2.6.x branch might work fine, AMiRo-OS is not compatible with ChibiOS |
| 121 | 121 |
version 3 or newer. |
Also available in: Unified diff