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 <[email protected]> --- 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

