Re: USBDMSC emulated device does not work on FreeBSD
- In reply to: Milan Obuch : "Re: USBDMSC emulated device does not work on FreeBSD"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Nov 2021 13:20:13 UTC
On 11/12/21 12:34, Milan Obuch wrote: > __assert_func(): services/mmc/mmc_api.c:214: HSS_MMC_ReadBlock() Assertion failed: ((size_t)srcOffset & (HSS_MMC_SECTOR_SIZE-1)) == 0u This failure is associated with: static uint8_t scsi_request_sense[] = { 0x03, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; In the auto-quirk detector (usb_msctest.c) --HPS