I am now using two NAND modules with the Cosmos+ board.
With the latest firmware, a pblk target is successfully created.
However, when I executed the fio benchmark, write failure occurs and the device doesn't seem to be sending any responses back to the host.


This is the job file I used to run fio with.
// test.fio
[global]
bs=4m
direct=1
filename=/dev/temp_tg
numjobs=4
size=4g
[job1]
rw=randwrite
I wondered if the kernel version I was using may be too high, so I tried again with another kernel version (v4.16.15).
With this kernel version, it couldn't even create a pblk target.


I am now using two NAND modules with the Cosmos+ board.
With the latest firmware, a pblk target is successfully created.
However, when I executed the fio benchmark, write failure occurs and the device doesn't seem to be sending any responses back to the host.
This is the job file I used to run fio with.
I wondered if the kernel version I was using may be too high, so I tried again with another kernel version (v4.16.15).
With this kernel version, it couldn't even create a pblk target.