mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-10 22:53:30 +00:00
Enable the bootloader UART
This commit is contained in:
parent
06ae6de858
commit
8b6acd8207
@ -132,10 +132,14 @@ steps:
|
||||
|
||||
# Modify the kernel commandline we take from the firmware to boot from
|
||||
# the partition labeled raspiroot instead of forcing it to mmcblk0p2
|
||||
#
|
||||
# Enable UART in the boot loader to debug
|
||||
#
|
||||
- chroot: /
|
||||
shell: |
|
||||
ls -aR /boot
|
||||
sed -i 's/.dev.mmcblk0p2/LABEL=RASPIROOT/' /boot/firmware/cmdline.txt
|
||||
sed -i 's/BOOT_UART=0/BOOT_UART=1/' /boot/firmware/bootcode.bin
|
||||
|
||||
# TODO(https://github.com/larswirzenius/vmdb2/issues/24): remove once vmdb
|
||||
# clears /etc/resolv.conf on its own.
|
||||
|
Loading…
Reference in New Issue
Block a user