plumOS MMF v1.0.3
plumOS MMF v1.0.3
What Changed From v1.0.2
This update adds the MMF power-management fixes validated after v1.0.2.
- USB power-on now shows the charging gate before normal boot.
- The UI setting can enable RetroArch state save during shutdown.
- Power-menu shutdown keeps the overlay visible and pauses RetroArch before
the save-state/shutdown path, reducing visible/audio resume during power-off. - The full SD-root asset was generated by overlaying the narrow update payload
onto the previous full release archive instead of rebuilding the full
stock-boundary package.
Existing v1.0.2 users should update if they want the charging gate and
RetroArch shutdown state-save behavior.
Assets
plumos-mmf-sdroot-v1.0.3.7z: full SD-card root package for a fresh MMF install.plumos-mmf-update-from-v1.0.2-to-v1.0.3.7z: update package for existing v1.0.2 installs.plumos-mmf-developer-v1.0.3.tar.gz: developer source/toolchain package.SHA256SUMS: checksums for release assets and release metadata.manifest.txt: provenance for this release asset set.
Fresh Install
Download plumos-mmf-sdroot-v1.0.3.7z and extract it once to the root of a formatted SD card.
7zz x plumos-mmf-sdroot-v1.0.3.7z -o/path/to/SDCARDThe archive expands directly to the SD-card root. It includes the MMF stock
boot/audio/input/library boundary files collected from hardware plus the plumOS
runtime. It intentionally does not include ROMs, BIOS files, saves,
screenshots, videos, music, network secrets, or personal media.
Update Existing Install
- Download
plumos-mmf-update-from-v1.0.2-to-v1.0.3.7z. - Extract it once to the root of the SD card.
- Allow files to be overwritten when prompted.
- Safely eject the SD card and boot the MMF.
The update package does not overwrite ROMs, BIOS files, saves, states,
screenshots, thumbnails, artwork, network secrets, or user configuration files.
Checksums
b11a176d059163a0d5f87cdd7609a2e2e90af62f65df1a9ac7cd0af72ba5295a plumos-mmf-developer-v1.0.3.tar.gz
a2c2474868f15346d06e47dbde59f0e416282cca6404328dde76c9e11d7d3c33 plumos-mmf-sdroot-v1.0.3.7z
b17f02e64d382c32bd2738277a8aac0c5749f5cb22354da092ded20373991104 plumos-mmf-update-from-v1.0.2-to-v1.0.3.7z
Developer Rebuild
Developers should use plumos-mmf-developer-v1.0.3.tar.gz when they need the toolchain scripts,
patches, and source snapshot used to rebuild artifacts.
tar -xzf plumos-mmf-developer-v1.0.3.tar.gz
cd plumos-mmf-dev-package/source
./scripts/docker-build.sh imageValidation Scope
This release format follows the MMF porting rule that stockOS resources may be
used at the OS/device boundary while frontend, launcher, emulator, and core
payloads remain plumOS-owned.
plumOS MMF v1.0.3 日本語
v1.0.2 からの変更点
今回は v1.0.2 以降に検証した MMF の電源管理まわりを反映するアップデートです。
- USB 給電で起動した場合に、通常 boot 前の充電 gate を表示します。
- UI 設定から、shutdown 時の RetroArch state save を有効化できます。
- Power menu から shutdown する際、overlay 表示を維持し、RetroArch を一時停止してから
save-state/shutdown へ進むことで、電源OFF処理中の画面復帰や音声復帰を抑えます。 - full SD-root asset は full rebuild ではなく、前回 full release archive に狭い update
payload を重ねて生成しています。
v1.0.2 利用者で、充電 gate と RetroArch shutdown state save を使いたい場合は更新を推奨します。
配布ファイル
plumos-mmf-sdroot-v1.0.3.7z: MMF の新規インストール用フル SD card root package です。plumos-mmf-update-from-v1.0.2-to-v1.0.3.7z: v1.0.2 利用者向けのアップデートパッケージです。plumos-mmf-developer-v1.0.3.tar.gz: 開発者向けの source/toolchain package です。SHA256SUMS: release asset と release metadata の checksum です。manifest.txt: この release asset set の由来を記録した manifest です。
新規インストール
plumos-mmf-sdroot-v1.0.3.7z をダウンロードし、フォーマット済み SD カードのルートへ
1 回だけ展開してください。
7zz x plumos-mmf-sdroot-v1.0.3.7z -o/path/to/SDCARDarchive は SD card の root に直接展開されます。実機から採取した MMF の
boot/audio/input/library 境界 file と、plumOS runtime を含みます。
ROM、BIOS、save、screenshot、video、music、network secret、個人 media は
意図的に含めていません。
既存環境のアップデート
plumos-mmf-update-from-v1.0.2-to-v1.0.3.7zをダウンロードします。- SD カードのルートへ 1 回だけ展開します。
- 上書き確認が出た場合は上書きしてください。
- SD カードを安全に取り外し、MMF を起動してください。
アップデートパッケージは、ROM、BIOS、save/state、スクリーンショット、サムネイル、
アートワーク、ネットワーク秘密情報、ユーザー設定を上書きしません。
チェックサム
b11a176d059163a0d5f87cdd7609a2e2e90af62f65df1a9ac7cd0af72ba5295a plumos-mmf-developer-v1.0.3.tar.gz
a2c2474868f15346d06e47dbde59f0e416282cca6404328dde76c9e11d7d3c33 plumos-mmf-sdroot-v1.0.3.7z
b17f02e64d382c32bd2738277a8aac0c5749f5cb22354da092ded20373991104 plumos-mmf-update-from-v1.0.2-to-v1.0.3.7z
開発者向け rebuild
toolchain script、patch、artifact を rebuild するための source snapshot が必要な
開発者は plumos-mmf-developer-v1.0.3.tar.gz を使用してください。
tar -xzf plumos-mmf-developer-v1.0.3.tar.gz
cd plumos-mmf-dev-package/source
./scripts/docker-build.sh image検証範囲
この release 形式は、OS/device 境界では stockOS resource を利用してよい一方で、
frontend、launcher、emulator、core payload は plumOS 側が所有する、という
MMF porting rule に従っています。