The RKUSBDriver tries to load a usb-loader first by calling:
rk-usb-loader db /var/cache/labgrid/path/to/usbloader.bin
and later on
rk-usb-loader wl 0x40 /var/cache/labgrid/path/to/bootloader.img
which both fail because the rk-usb-loader af found in the latest testing release (2025-08-21) doesn't accept those arguments.
root@lxatac-00055:~# rk-usb-loader -h
Usage: rk-usb-loader [OPTIONS] <IMAGE>
Options:
-d Enable debugging output
-h This help
The RKUSBDriver tries to load a usb-loader first by calling:
rk-usb-loader db /var/cache/labgrid/path/to/usbloader.binand later on
rk-usb-loader wl 0x40 /var/cache/labgrid/path/to/bootloader.imgwhich both fail because the rk-usb-loader af found in the latest testing release (2025-08-21) doesn't accept those arguments.