-
- Downloads
postmarketos-initramfs: debug-shell 2.0
This incorprates the debug-shell functionality directly into the
initramfs, so it's no longer necessary to build and boot a custom
initramfs in order to debug your device.
Additionally, the behaviour of the debug-shell is entirely reworked,
removing the telnet feature. Instead it creates an ACM serial gadget
which can be accessed via any normal terminal emulator (picocom,
minicom, etc; or PuTTY on windows). Rather than just invoking sh, the
debug-shell now creates a respawning getty on both the new virtual
console and the active console (this will either be the UART console
or tty0/1).
If fbkeyboard is available (it can be added by install
postmarketos-mkinitfs-hook-console-shell) then it will be launched on
tty0. A getty will also be launched on tty0 in this case even if it
otherwise wouldn't be (if the active console was the serial port for
example).
It is necessary to spawn these shells via getty since the logging rework
means we can no longer assume that stdin/out/err reference a TTY.
In addition to the above, it is now possible to trigger a log dump by
holding volume up during boot (if iskey is available). This can be
useful for helping users debug their devices if the issue doesn't result
in a failure that can be detected in the initramfs.
With these changes, the console-shell and debug-shell hook packages are
reduced to only adding the additional tools/features. console-shell is
still required for fbkeyboard, and debug-shell for the setup_usb_storage
tool.
Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
Showing
- .ci/shellcheck.sh 0 additions, 1 deletion.ci/shellcheck.sh
- main/postmarketos-initramfs/APKBUILD 9 additions, 3 deletionsmain/postmarketos-initramfs/APKBUILD
- main/postmarketos-initramfs/init.sh 15 additions, 3 deletionsmain/postmarketos-initramfs/init.sh
- main/postmarketos-initramfs/init_functions.sh 152 additions, 0 deletionsmain/postmarketos-initramfs/init_functions.sh
- main/postmarketos-mkinitfs-hook-console-shell/APKBUILD 2 additions, 5 deletionsmain/postmarketos-mkinitfs-hook-console-shell/APKBUILD
- main/postmarketos-mkinitfs-hook-console-shell/console-shell.sh 0 additions, 20 deletions...postmarketos-mkinitfs-hook-console-shell/console-shell.sh
- main/postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.sh 0 additions, 68 deletions.../postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.sh
- main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD 2 additions, 5 deletionsmain/postmarketos-mkinitfs-hook-debug-shell/APKBUILD
Please register or sign in to comment