From: Bdale Garbee Date: Mon, 6 Jan 2025 09:35:48 +0000 (-0700) Subject: try simpler approach to updating kernel cmdline X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=496d30beac12ef8319f57d52564ef1ca6858d6a0;p=fw%2Fquantimotor try simpler approach to updating kernel cmdline --- diff --git a/debian/quantimotor.install b/debian/quantimotor.install index c541b3a..91d935b 100644 --- a/debian/quantimotor.install +++ b/debian/quantimotor.install @@ -1,4 +1,3 @@ bcm2837-rpi-zero-2-w.dtb usr/share/quantimotor +raspi-extra-cmdline etc/default z99-quantimotor etc/kernel/postinst.d -devicetree/append_cmdline.dtbo boot/firmware/overlays -devicetree/raspi-firmware-custom etc/default diff --git a/devicetree/raspi-firmware-custom b/devicetree/raspi-firmware-custom deleted file mode 100644 index 8fac2a7..0000000 --- a/devicetree/raspi-firmware-custom +++ /dev/null @@ -1 +0,0 @@ -dtoverlay=append_cmdline,append=pinctrl-bcm2835.persist_gpio_outputs=y diff --git a/raspi-extra-cmdline b/raspi-extra-cmdline new file mode 100644 index 0000000..b308e37 --- /dev/null +++ b/raspi-extra-cmdline @@ -0,0 +1 @@ +pinctrl-bcm2835.persist_gpio_outputs=y