-
-
Notifications
You must be signed in to change notification settings - Fork 199
Add flashing Armbian images section to user guide #854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added instructions for flashing Armbian images from a running system.
WalkthroughThis pull request updates docs/User-Guide_Getting-Started.md by adding an “Armbian imager” reference and a new subsection “Flashing Armbian images from a running system” that describes a tool able to download, verify, and flash images from a running system. The changes insert the new tool reference in multiple locations (Deploy to SD Card, Deploy to Internal Memory, First login) and add an extra documentation link line. One existing integrity-check command line was modified to an incorrect concatenated checksum path. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Corrected the URL in the checksum command and added a note about the Armbian imager.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Jira integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
docs/User-Guide_Getting-Started.md(4 hunks)
🧰 Additional context used
🧠 Learnings (2)
📚 Learning: 2025-09-11T07:32:31.368Z
Learnt from: EvilOlaf
Repo: armbian/documentation PR: 0
File: :0-0
Timestamp: 2025-09-11T07:32:31.368Z
Learning: Upgrading the u-boot package in Armbian only provides binary files and does NOT automatically rewrite the bootloader - this must be done manually when necessary, which is rare.
Applied to files:
docs/User-Guide_Getting-Started.md
📚 Learning: 2025-09-11T07:32:31.368Z
Learnt from: EvilOlaf
Repo: armbian/documentation PR: 0
File: :0-0
Timestamp: 2025-09-11T07:32:31.368Z
Learning: In Armbian, `apt full-upgrade` is not required for Armbian's own packages - it's only necessary for Debian-style userspace upgrades when transitioning between distributions (e.g., Bullseye to Bookworm).
Applied to files:
docs/User-Guide_Getting-Started.md
🪛 markdownlint-cli2 (0.18.1)
docs/User-Guide_Getting-Started.md
269-269: Bare URL used
(MD034, no-bare-urls)
🔇 Additional comments (2)
docs/User-Guide_Getting-Started.md (2)
182-182: Internal links are correctly configured and verified.The target document
docs/User-Guide_Armbian-Config/System.mdexists and contains the section "#### Download and flash" which generates the anchor#download-and-flash. Both references at lines 182 and 411 are correctly formed and will resolve properly.
400-411: Link is valid and content is accurate—no issues found.The referenced tool section exists at
/User-Guide_Armbian-Config/System/#download-and-flashand the described capabilities (download, verify, and flash OS images) match the documented tool functionality. The new section complements rather than duplicates existing content—it highlights a specific use case (flashing from a running system) alongside the standard flashing workflow, providing useful context for users in that scenario.
Updated first login instructions and added a link to Armbian documentation.
Added instructions for flashing Armbian images but not sure where to place this.
Reference: armbian/configng#705
Documentation website preview will be available shortly:
Open WWW preview