[u-boot-test-hooks][PATCH] labgrid-trini: Fix logic in sd-mux flash wrapper
Tom Rini
trini at konsulko.com
Fri Oct 10 00:23:53 CEST 2025
We need to pass the normal first/second argument to the raw writer from
the labgrid wrapper that controls access to the sd-mux.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
bin/flash.labgrid-trini.sd-mux | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/flash.labgrid-trini.sd-mux b/bin/flash.labgrid-trini.sd-mux
index a9648dc1dadc..dd3f55568f6e 100644
--- a/bin/flash.labgrid-trini.sd-mux
+++ b/bin/flash.labgrid-trini.sd-mux
@@ -25,7 +25,7 @@ echo "switching sd-mux to host"
labgrid-client sd-mux host
#let mmc have some time to initialize to be available for udisks
sleep 1
-. writer.${flash_writer}
+. writer.${flash_writer} ${raw_device} ${U_BOOT_BUILD_DIR}
echo "switching sd-mux to dut"
labgrid-client sd-mux dut
--
2.43.0
More information about the U-Boot
mailing list