diff --git a/README.md b/README.md index 5f6c1f791cfcb197300a7c762309074c17a84c64..7112b4635d2f6fc3cf8bd5a02d368df0f0614e51 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,9 @@ $ runqemu blueprint-eddie-image wic ovmf nographic ``` - If you want to run EDDIE on an actual board, such as a Raspberry Pi, please specify the correct MACHINE variable and follow the [docs](https://docs.oniroproject.org/en/latest/oniro/hardware-support/boards/raspberrypi4.html) for more information on how to flash your board. -After the booting sequence you will find `eddie-server` and `eddie-client` binaries. The `eddie-server` service will automatically run as a systemd service. +After the booting sequence you will find `eddie-endpoint`, `eddie-virt-server` and `eddie-virt-client` binaries. + +The `eddie-server` service will automatically run as a systemd service. For further information see the [EDDIE project main repository](https://gitlab.eclipse.org/eclipse/oniro-core/eddie). @@ -73,4 +75,4 @@ $ DISTRO="oniro-zephyr" MACHINE="arduino-nano-33-ble" bitbake zephyr-blueprint-e For more detailed instructions visit the [Oniro docs](https://docs.oniroproject.org/en/latest/oniro/hardware-support/boards/arduino-nano-33-ble.html). -[Here](https://gitlab.eclipse.org/mrfrank/eddie-zephyr) you can find an alternative way to build and flash your zephyr target and further information on the zephyr node. \ No newline at end of file +In the [EDDIE project main repository](https://gitlab.eclipse.org/eclipse/oniro-core/eddie#zephyr-build-instructions) you can find an alternative way to build and flash your zephyr target and further information on the zephyr node. \ No newline at end of file