diff --git a/recipes-bsp/bootfiles/rpi-cmdline.bbappend b/recipes-bsp/bootfiles/rpi-cmdline.bbappend
index 4e81ce623ef321abe844a76068c0e91c10ce3979..6e4d66179aefb01e7f5e6446944b67748973d959 100644
--- a/recipes-bsp/bootfiles/rpi-cmdline.bbappend
+++ b/recipes-bsp/bootfiles/rpi-cmdline.bbappend
@@ -1,8 +1,10 @@
 # enable early console
 # https://www.raspberrypi.com/documentation/computers/configuration.html#enabling-early-console-for-linux
 
-CMDLINE:append = " modules.load=dwc2,g_serial"
-CMDLINE:append = " earlycon=uart8250,mmio32,0x20215040"
+#CMDLINE:append = " modules.load=dwc2,g_serial"
+#CMDLINE:append = " earlycon=uart8250,mmio32,0x20215040"
 #CMDLINE:append = " earlycon=pl011,mmio32,0x20201000"
 
-CMDLINE:append = " init=/usr/sbin/fastinit.sh 3"
+#CMDLINE:append = " init=/usr/sbin/fastinit.sh 3"
+
+CMDLINE = "quiet loglevel=0 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait  logo.nologo net.ifnames=0 modules.load=dwc2,g_serial init=/usr/sbin/fastinit.sh 2"