Hello there!
I have recently got a ZX-DOS, which has a port of latest KdL's OCM FPGA core.
Thing is, KdL's SD package contains a Windows-script (sdcreate.cmd), but I don't use Windows and I don't have anybody near me who does (believe me or not, people around me all use GNU/Linux or Mac).
That script seems to simply format as FAT16 and the copy some files to the SD.
The first file it copies is OCM-BIOS.DAT, so that should be enough to get to the MSX logo screen an into BASIC.
But no: instead I get a black screen!
I have formated my SD to FAT16 (using different methods, but this command line works right when I prepare an SD for the ZX-UNO MSX1 core: 'sudo mkdosfs -s 64 -F 16 /dev/sdb1'), then copied OCM-BIOS.DAT into it, then I sync the filesystems to be sure that NOTHING ELSE gets written to the card before OCM-BIOS.DAT.
Still, black screen. I need some help, please!