We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed130f commit a4cc5daCopy full SHA for a4cc5da
build.sh
@@ -565,7 +565,8 @@ echo "initramfs installer-rpi2.cpio.gz" >> bootfs/config.txt
565
# on the rpi3 the uart port is used by bluetooth by default
566
# but during the installation we want the serial console
567
# the next statement does that, but consequently also disables bluetooth
568
-echo "enable_uart=1" >> bootfs/config.txt
+# FIXME: This line leads to a kernel panic with the current firmware/kernel
569
+##echo "enable_uart=1" >> bootfs/config.txt
570
571
# rpi zero uses the same kernel/initramfs as rpi1, so just copy the block
572
echo "[pi0]" >> bootfs/config.txt
0 commit comments