Adds the NanoXRP as a third board in the firmware loader and install wizard.#263
Open
SaintSampo wants to merge 5 commits into
Open
Adds the NanoXRP as a third board in the firmware loader and install wizard.#263SaintSampo wants to merge 5 commits into
SaintSampo wants to merge 5 commits into
Conversation
Map RP2040+NanoXRP to a new xrp-nano board id so the update check and install wizard use NanoXRP-specific manifests. Add the board to the loader index and wizard image map (beta images as placeholders). Server needs boards/xrp-nano/ content (project.json, firmware registry, NanoXRP UF2) to activate.
Add three new board images for XRP Nano and update firmware loader configuration to reference them instead of reusing beta board images. Updates include power-off and boot-select mode images.
Update step 3 to include boardCtx in the interpolation. Add new English and Spanish translations: firmwareWizardStep1Body_nano and firmwareWizardStep2Body_nano.
The run-once PROCESSOR guard skipped detection after reconnects or board swaps; checkIfNeedUpdate resets is_NanoXRP each attach, so a NanoXRP was misidentified as a beta board on later connects.
firnware -> firmware in the NanoXRP UF2 name, and getXRPType now distinguishes nano from beta in the XRP-ID telemetry.
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.
new
xrp-nanotile in the firmware loader root manifest, with NanoXRP board / power-off / BOOTSEL images.