feat: add Quick Start - Hardware section (RPi, OPi, preinstalled)#36
Draft
chrisguida wants to merge 1 commit into
Draft
feat: add Quick Start - Hardware section (RPi, OPi, preinstalled)#36chrisguida wants to merge 1 commit into
chrisguida wants to merge 1 commit into
Conversation
Adds docs/quick-start-hardware/ with three audiences: - DIY Raspberry Pi Zero 2W: board setup (flash, boot, SSH) + Ambrosia install with notes tuned for the 512MB RAM board. - DIY OrangePi Zero 2W: board setup including the known unisoc_wifi driver caveat. Hands off to the RPi-Ambrosia-install page since the install script is generic aarch64. - Preinstalled: buyer-facing first-boot Wi-Fi setup (three methods). English + Spanish via existing i18n. Companion PR in olympus-btc/ambrosia adds hardware/ tree with the captive portal and operator provisioning tooling that produces the preinstalled units described here. Sidebar position 5 (after the three existing quick-starts). Footer links updated to surface the new section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Quick Start - Hardwaresection underdocs/quick-start-hardware/forrunning Ambrosia on a single-board computer.
rpi-setup.md(flash, boot, SSH) +rpi-install.md(Ambrosia install, native or Docker, tuned for the512MB-RAM board).
opi-setup.md(board setup including theunisoc_wifidriver caveat). Hands off to the RPi install page sincescripts/install.shis generic aarch64.preinstalled.mdfor buyers receiving a configureddevice. Three first-boot Wi-Fi methods (captive portal, HDMI+keyboard,
USB Ethernet). English + Spanish via existing i18n.
docusaurus.config.jsfooter updated to surface the new section.5, after the three existing quick-starts (auto-generatedsidebar picks it up via folder layout).
Companion PR
A coordinated draft PR is open in
olympus-btc/ambrosiaadding thehardware/tree with the captive portal binary, the operator provisioningscripts, and a reproducible-build roadmap. The preinstalled walkthrough here
is the buyer-facing counterpart to that operator tooling:
Test plan
npm run buildsucceeds for bothenandeslocales (no brokenlinks, no warnings)
npm run startand click through the new section in both localespreinstalled.mdrenderswith the correct title and sidebar position
github.com/olympus-btc/ambrosia/.../hardware/resolve once the companion PR merges