From f61942f08dc1a67159fa5870362e6ac7b39ed216 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 24 Oct 2023 08:27:02 +0100 Subject: [PATCH] Update `embedded_devices` example (#2526) --------- Co-authored-by: Taner Topal --- doc/source/ref-changelog.md | 2 +- examples/embedded-devices/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/ref-changelog.md b/doc/source/ref-changelog.md index 891632edaaf5..d2978bac0213 100644 --- a/doc/source/ref-changelog.md +++ b/doc/source/ref-changelog.md @@ -28,7 +28,7 @@ - FedMeta [#2438](https://github.com/adap/flower/pull/2438) -- **Update Flower Examples** ([#2384](https://github.com/adap/flower/pull/2384)), ([#2425](https://github.com/adap/flower/pull/2425)) +- **Update Flower Examples** ([#2384](https://github.com/adap/flower/pull/2384),[#2425](https://github.com/adap/flower/pull/2425), [#2526](https://github.com/adap/flower/pull/2526)) - **General updates to baselines** ([#2301](https://github.com/adap/flower/pull/2301), [#2305](https://github.com/adap/flower/pull/2305), [#2307](https://github.com/adap/flower/pull/2307), [#2327](https://github.com/adap/flower/pull/2327), [#2435](https://github.com/adap/flower/pull/2435)) diff --git a/examples/embedded-devices/README.md b/examples/embedded-devices/README.md index b485f663e08f..4c79eafbbf84 100644 --- a/examples/embedded-devices/README.md +++ b/examples/embedded-devices/README.md @@ -12,7 +12,7 @@ This tutorial allows for a variety of settings (some shown in the diagrams above - For Flower server: A machine running Linux/macOS/Windows (e.g. your laptop). You can run the server on an embedded device too! - For Flower clients (one or more): Raspberry Pi 4 (or Zero 2), or an NVIDIA Jetson Xavier-NX (or Nano), or anything similar to these. -- A uSD card with 32GB or more. +- A uSD card with 32GB or more. While 32GB is enough for the RPi, a larger 64GB uSD card works best for the NVIDIA Jetson. - Software to flash the images to a uSD card: - For Raspberry Pi we recommend the [Raspberry Pi Imager](https://www.raspberrypi.com/software/) - For other devices [balenaEtcher](https://www.balena.io/etcher/) it's a great option.