diff --git a/flasher/firmware/firmware.bin b/flasher/firmware/firmware.bin index be7deddd..b847859e 100644 Binary files a/flasher/firmware/firmware.bin and b/flasher/firmware/firmware.bin differ diff --git a/flasher/index.html b/flasher/index.html index 67e4c3ad..3ac0a0e0 100644 --- a/flasher/index.html +++ b/flasher/index.html @@ -247,6 +247,9 @@ .map-status.success { color: var(--success); } .map-status.error { color: var(--error); } .map-note { color: var(--muted); font-size: 0.875rem; line-height: 1.5; } + .map-install-steps { margin: 0.8rem 0 1rem; padding-left: 1.5rem; color: var(--muted); } + .map-install-steps li { margin: 0.5rem 0; line-height: 1.5; } + .map-install-steps a { color: var(--primary); } footer { text-align: center; @@ -312,10 +315,18 @@

Install Offline Maps

-

- Select a Coalition/MUI XYZ ZIP already downloaded to this computer, then choose the mounted SD-card root. - Turn the T-Deck off and remove its SD card before installation. Existing unrelated SD-card files are preserved. -

+
    +
  1. + Download a compatible MUI map ZIP from + Oxed's Map Tile Downloader. + Choose OSM Bright for current Pyxis compatibility. +
  2. +
  3. Turn the T-Deck off, remove its microSD card, and insert the card into your computer.
  4. +
  5. Choose the downloaded ZIP below, enter a map name and pack ID, and wait for local validation.
  6. +
  7. Click Install and Enable, then choose the mounted SD-card root.
  8. +
  9. Safely eject the SD card, return it to the T-Deck, power it on, and open Maps.
  10. +
+

Existing unrelated SD-card files are preserved. Map tiles are validated locally and are never uploaded.

diff --git a/flasher/manifest-install.json b/flasher/manifest-install.json index f6e11991..65ce1491 100644 --- a/flasher/manifest-install.json +++ b/flasher/manifest-install.json @@ -1,6 +1,6 @@ { "name": "Pyxis T-Deck", - "version": "dev-b9481ef", + "version": "dev-edeb4c9", "new_install_prompt_erase": false, "builds": [ { diff --git a/flasher/manifest-update.json b/flasher/manifest-update.json index 800f1e49..a2ba2e4f 100644 --- a/flasher/manifest-update.json +++ b/flasher/manifest-update.json @@ -1,6 +1,6 @@ { "name": "Pyxis T-Deck", - "version": "dev-b9481ef", + "version": "dev-edeb4c9", "new_install_prompt_erase": false, "builds": [ {