From 1c4b2baca12a877d9941e106ff608f4a71be4193 Mon Sep 17 00:00:00 2001 From: Francesco Pham Date: Tue, 27 Sep 2022 10:20:05 +0200 Subject: [PATCH] README.md: update eddie repo url, update the installed binaries Signed-off-by: Francesco Pham --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f6c1f7..7112b46 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 -- GitLab