OLD | NEW |
1 This directory is a split repo overlay for the LK kernel found at | 1 This directory is a split repo overlay for the LK kernel found at |
2 | 2 |
3 https://github.com/travisg/lk | 3 https://github.com/travisg/lk |
4 | 4 |
5 that contains the fletch specific parts to build a fletch vm that can run as | 5 that contains the dartino specific parts to build a dartino vm that can run as |
6 an app within the LK kernel. The kernel is located in | 6 an app within the LK kernel. The kernel is located in |
7 'third_party/lk/lk-downstream'. | 7 'third_party/lk/lk-downstream'. |
8 | 8 |
9 To build a image containing the fletch VM, run, in third_party/lk, | 9 To build a image containing the dartino VM, run, in third_party/lk, |
10 | 10 |
11 make | 11 make |
12 | 12 |
13 to build the default target for qemu emulation or, e.g., | 13 to build the default target for qemu emulation or, e.g., |
14 | 14 |
15 make PROJECT=stm32746g-eval2-fletch | 15 make PROJECT=stm32746g-eval2-dartino |
16 | 16 |
17 to build for the stm32746g evaluation board. Other project names are available | 17 to build for the stm32746g evaluation board. Other project names are available |
18 as .mk files in third_party/lk/fletch/project | 18 as .mk files in third_party/lk/dartino/project |
OLD | NEW |