From 1798b67dd3f8057a77a89aaeaec8dfd31a1e7822 Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Tue, 8 Apr 2025 19:48:18 +0000 Subject: [PATCH] Recommend Raspberry Pi Imager over Balena Etcher (#1858) ## Description Balena Etcher has historically had issues like bootlooping. Recommend Raspberry Pi Imager instead and warn about using Balena Etcher. Closes #1856. ## Meta Merge checklist: - [x] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [x] The description documents the _what_ and _why_ - [ ] If this PR changes behavior or adds a feature, user documentation is updated - [ ] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly - [ ] If this PR touches configuration, this is backwards compatible with settings back to v2024.3.1 - [ ] If this PR addresses a bug, a regression test for it is added --- docs/source/docs/quick-start/quick-install.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/source/docs/quick-start/quick-install.md b/docs/source/docs/quick-start/quick-install.md index 236a30cbd..7b30a65a5 100644 --- a/docs/source/docs/quick-start/quick-install.md +++ b/docs/source/docs/quick-start/quick-install.md @@ -18,11 +18,11 @@ For installing on non-supported devices {ref}`see.