Minerva4Q68 SD Card Setup
Posted: Mon May 29, 2023 11:34 pm
I wanted to test Minerva4Q68 but could not create a working SD card. My 32 GByte SD card is compatible with Q68. I have tested it with Q68_SMSQ.WIN from the original Q68 SD card (see below).
The problem is, that the Q68_??ROM.SYS files are >96 KByte and cannot be loaded into the ROM area. Therefore I copied the Q68_DEROM.SYS file to
Q68_RAM.SYS
on the FAT32 partition (as first file) and the QLWA.WIN file (see below) as the second file. But Minerva does not boot in this configuration. SMSQ/E does (see below). I have copied the (on Q68) formatted QLWA.WIN file back to my PC and prepared another card with this (Q68 formatted) QLWA.WIN container file. With Minerva (copied Q68_DERAM.SYS to the FAT32 partition as Q68_RAM.SYS) it does not boot. With Q68_SMSQ.WIN and this QLWA.WIN container it works and the QLWA.WIN container is accessible on the Q68 (when booted with the Q68_SMSQ.WIN) without formatting on Q68.
Question: What am I doing wrong?
Preparing the SD card (SMSQ/E):
I copied Q68_SMSQ.WIN from the original Q68 SD card to the FAT32 partition of the SD card as first file and and QLWA.WIN file as second file. I have prepared the QLWA.WIN file on Windows with the following PowerShell command:
> fsutil file createnew QLWA.WIN 4294966272
(4294966272 is 4*1024*1024*1024-1024 i.e. 1 KByte less than 4 GByte)
I then prepared the card on Q68 with
WIN_DRIVE 1,1,'QLWA.WIN'
WIN_FORMAT 1
FORMAT 'WIN1_QLWA4GB'
Afterward WIN1_ is accessible.
The problem is, that the Q68_??ROM.SYS files are >96 KByte and cannot be loaded into the ROM area. Therefore I copied the Q68_DEROM.SYS file to
Q68_RAM.SYS
on the FAT32 partition (as first file) and the QLWA.WIN file (see below) as the second file. But Minerva does not boot in this configuration. SMSQ/E does (see below). I have copied the (on Q68) formatted QLWA.WIN file back to my PC and prepared another card with this (Q68 formatted) QLWA.WIN container file. With Minerva (copied Q68_DERAM.SYS to the FAT32 partition as Q68_RAM.SYS) it does not boot. With Q68_SMSQ.WIN and this QLWA.WIN container it works and the QLWA.WIN container is accessible on the Q68 (when booted with the Q68_SMSQ.WIN) without formatting on Q68.
Question: What am I doing wrong?
Preparing the SD card (SMSQ/E):
I copied Q68_SMSQ.WIN from the original Q68 SD card to the FAT32 partition of the SD card as first file and and QLWA.WIN file as second file. I have prepared the QLWA.WIN file on Windows with the following PowerShell command:
> fsutil file createnew QLWA.WIN 4294966272
(4294966272 is 4*1024*1024*1024-1024 i.e. 1 KByte less than 4 GByte)
I then prepared the card on Q68 with
WIN_DRIVE 1,1,'QLWA.WIN'
WIN_FORMAT 1
FORMAT 'WIN1_QLWA4GB'
Afterward WIN1_ is accessible.