Support native SD storage and consolidate fds-flash tooling
Accept native SD cards for internal settings alongside legacy NVMe, reject USB ancestry and ambiguous disks, and preserve read-only boot loading with explicit recovery writes. Require built-in MMC drivers, validate cached kernel configuration, and provide SD-only, SD-first and USB-first EEPROM profiles. Expose typed create and inspect commands through fds-flash, reuse the existing cartridge creation code, and document the optional e2fsprogs package dependency. Extend storage, EEPROM, flashing and hardware-test coverage and advance the wiki reference to the published SD guide. Validation: rootfs checks for CLI/development, boot matrix, internal storage, EEPROM, flash, workstation, emulator, make check and wiki checks passed. The full internal suite passed on an unchanged rerun after one unexplained VM shutdown stall. Standalone init-test was blocked by its unavailable pinned upstream kernel. Physical Pi checks remain pending.
This commit is contained in:
@@ -11,6 +11,7 @@ makedepends=('rust' 'python' 'git')
|
||||
optdepends=(
|
||||
'bubblewrap: cartridge creation and inspection in a private namespace'
|
||||
'erofs-utils: create and inspect cartridge payload filesystems'
|
||||
'e2fsprogs: create DATA images with fds-flash'
|
||||
'qemu-system-aarch64: run FDS in the emulator'
|
||||
'qemu-img: writable emulator DATA overlays'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user