Commit 1c12ec2
feat(ramfs): switch to text console before flashing
When the target device runs a graphical desktop, the flash helper's
console output is hidden behind the GUI. Switch to VT1 in Phase 1
(before re-exec) so the physical display shows flashing progress and
gives a clear visual signal that something drastic is happening.
Uses the system chvt command (still available from rootfs in Phase 1).
Silently ignored on headless devices or when VTs are unavailable.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 369f1bd commit 1c12ec2
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | | - | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
704 | 706 | | |
705 | 707 | | |
706 | 708 | | |
707 | 709 | | |
708 | 710 | | |
| 711 | + | |
709 | 712 | | |
710 | 713 | | |
711 | 714 | | |
| |||
0 commit comments