Skip to content

plumOS MMF v1.0.0

Choose a tag to compare

@game-de-it game-de-it released this 08 Jul 15:29

plumOS MMF v1.0.0

Assets

  • plumos-mmf-sdroot-v1.0.0.7z: MMF fresh-SD-card root package.
  • plumos-mmf-developer-v1.0.0.tar.gz: developer source/toolchain package.
  • SHA256SUMS: checksums for release assets and release metadata.
  • manifest.txt: provenance for this release asset set.

Install

End users should download only plumos-mmf-sdroot-v1.0.0.7z unless they need to rebuild plumOS.

7zz x plumos-mmf-sdroot-v1.0.0.7z -o/path/to/SDCARD

The 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.

Developer Rebuild

Developers should use plumos-mmf-developer-v1.0.0.tar.gz when they need the toolchain scripts,
patches, and source snapshot used to rebuild artifacts.

tar -xzf plumos-mmf-developer-v1.0.0.tar.gz
cd plumos-mmf-dev-package/source
./scripts/docker-build.sh image

Validation 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.0 日本語

配布ファイル

  • plumos-mmf-sdroot-v1.0.0.7z: MMF の新規 SD card 用 root package です。
  • plumos-mmf-developer-v1.0.0.tar.gz: 開発者向けの source/toolchain package です。
  • SHA256SUMS: release asset と release metadata の checksum です。
  • manifest.txt: この release asset set の由来を記録した manifest です。

インストール

通常のユーザーは、plumOS を rebuild する必要がない限り plumos-mmf-sdroot-v1.0.0.7z だけを
ダウンロードしてください。

7zz x plumos-mmf-sdroot-v1.0.0.7z -o/path/to/SDCARD

archive は SD card の root に直接展開されます。実機から採取した MMF の
boot/audio/input/library 境界 file と、plumOS runtime を含みます。
ROM、BIOS、save、screenshot、video、music、network secret、個人 media は
意図的に含めていません。

開発者向け rebuild

toolchain script、patch、artifact を rebuild するための source snapshot が必要な
開発者は plumos-mmf-developer-v1.0.0.tar.gz を使用してください。

tar -xzf plumos-mmf-developer-v1.0.0.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 に従っています。