| Index: third_party/lk/README
|
| diff --git a/third_party/lk/README b/third_party/lk/README
|
| index db583fb5059a840351e177d17df3d0c23eff267d..fc30d4c7b58a92514df67a626b154a8ced2f1894 100644
|
| --- a/third_party/lk/README
|
| +++ b/third_party/lk/README
|
| @@ -2,17 +2,17 @@ This directory is a split repo overlay for the LK kernel found at
|
|
|
| https://github.com/travisg/lk
|
|
|
| -that contains the fletch specific parts to build a fletch vm that can run as
|
| +that contains the dartino specific parts to build a dartino vm that can run as
|
| an app within the LK kernel. The kernel is located in
|
| 'third_party/lk/lk-downstream'.
|
|
|
| -To build a image containing the fletch VM, run, in third_party/lk,
|
| +To build a image containing the dartino VM, run, in third_party/lk,
|
|
|
| make
|
|
|
| to build the default target for qemu emulation or, e.g.,
|
|
|
| - make PROJECT=stm32746g-eval2-fletch
|
| + make PROJECT=stm32746g-eval2-dartino
|
|
|
| to build for the stm32746g evaluation board. Other project names are available
|
| -as .mk files in third_party/lk/fletch/project
|
| +as .mk files in third_party/lk/dartino/project
|
|
|