Hello.
I'm trying to create image of a TR-DOS floppy disk (80 tracks, 2 sides, 256 bytes per sector, 16 sectors). I run the command
./fluxengine read ibm --layout.layoutdata.physical.count=16 --layout.layoutdata.physical.start_sector=1 --layout.layoutdata.sector_size=256 --layout.sides=2 --layout.tracks=80 --heads.start=0 --heads.end=1 --image_writer.filename=gstrd.img
but the output is a mess - head 0 reads normally, but head 1 has errors and repeats. How to correctly specify a custom format for floppy disks for which there is no ready-made profile?
Some screenshots with logs


