Piotr, does this change make your tests succeed?
Hi Jean,
I applied your change and test now passes the expectations.
Could I confirm with you ioctl() response convention:
It is expected from driver to return +1 Byte (Byte Count as first byte
together with the actual data) in read block commands (i.e. Block Read
Command and Block Write - Block Read Process Call)?
For example:
Data: 0x5a 0x82 0x64 0xB9 (4 Bytes)
Return of ioctl() call of Block Read command: 0x04 0x5a 0x82 0x64 0xB9
Best regards,
Piotr