Re: [PATCH v3 1/8] dfu: add scsi backend

2024-06-04 Thread Mattijs Korpershoek
Hi Caleb, Thank you for the patch. On lun., juin 03, 2024 at 14:49, Caleb Connolly wrote: > This is extremely similar to the MMC backend, but there are some notable > differences. > > Works with a DFU string like > > scsi 4=u-boot-bin part 11 > > Where "4" is the SCSI dev number (sequentia

[PATCH v3 1/8] dfu: add scsi backend

2024-06-03 Thread Caleb Connolly
This is extremely similar to the MMC backend, but there are some notable differences. Works with a DFU string like scsi 4=u-boot-bin part 11 Where "4" is the SCSI dev number (sequential LUN across all SCSI devices) and "11" is the partition number. Signed-off-by: Caleb Connolly --- doc/us