Skip to content

Commit a4cc5da

Browse files
ZeerixMausy5043
authored andcommitted
* Disable UART for the installer (#481)
1 parent 7ed130f commit a4cc5da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,8 @@ echo "initramfs installer-rpi2.cpio.gz" >> bootfs/config.txt
565565
# on the rpi3 the uart port is used by bluetooth by default
566566
# but during the installation we want the serial console
567567
# the next statement does that, but consequently also disables bluetooth
568-
echo "enable_uart=1" >> bootfs/config.txt
568+
# FIXME: This line leads to a kernel panic with the current firmware/kernel
569+
##echo "enable_uart=1" >> bootfs/config.txt
569570

570571
# rpi zero uses the same kernel/initramfs as rpi1, so just copy the block
571572
echo "[pi0]" >> bootfs/config.txt

0 commit comments

Comments
 (0)