From 5a43c8c5f39c0a9e36c09c3d2d47c89496369c15 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 19 Aug 2025 19:40:06 -0500 Subject: [PATCH] xxx --- ci/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 7a04e6f..3cdd1dc 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -46,6 +46,7 @@ pipeline { steps { sh 'make config && make update-config' sh 'make all' + sh 'sed -i -e \'s/BOOT_UART=0/BOOT_UART=1/\' _build/images/rpi-firmware/bootcode.bin' } post { success {