diff --git a/config.sh b/config.sh index 4bb1825..d30f546 100644 --- a/config.sh +++ b/config.sh @@ -713,6 +713,9 @@ EOF function raspberrypi_sbc_steps() { cd /lib/firmware/brcm xz -d -k brcmfmac43430-sdio.raspberrypi,3-model-b.txt.xz + cat > /boot/cmdline.txt << EOF +console=ttyAMA0,115200 console=tty1 root=LABEL=RPIROOT rootfstype=ext4 elevator=deadline rootwait +EOF } # diff --git a/sbc/pi.xml b/sbc/pi.xml index e703ef6..2ebf2fb 100644 --- a/sbc/pi.xml +++ b/sbc/pi.xml @@ -15,8 +15,8 @@