update docs

This commit is contained in:
2026-09-22 13:23:34 +08:00
parent 99bc3d15c5
commit 8a4788fca8
126 changed files with 7198 additions and 2425 deletions
+4
View File
@@ -250,5 +250,9 @@ with VM(work,'writeback-error',system,extra=['-device',controller]) as vm:
vm.qmp('device_del',{'id':'bay2'});bay(vm,2,'empty')
vm.send('s6-setuidgid fds fds poweroff');finished(vm)
print('PASS: attached-device writeback EIO is retained across restarts and refuses SAFE and shutdown',flush=True)
link=project/'out/m10-vm-latest'
temporary=link.with_suffix('.next')
temporary.symlink_to(work.name)
temporary.replace(link)
print(f'PASS: M10 ordered shutdown evidence: {work}')
print('SKIP: physical Pi poweroff/reboot, flash-controller durability, battery behavior and sub-second hardware timing targets')