fbelavenuto / msx1fpga

MSX1 cloned in FPGA
GNU General Public License v3.0
39 stars 24 forks source link

No SD card in the slot! #16

Closed Chandler-Kluser closed 8 months ago

Chandler-Kluser commented 8 months ago

Hello Fabio :smile:

I have written EEPROM and SRAM your 1.3 version in my DE-2 board and I have formatted these SD cards in FAT16:

IMG_20231224_155729

All of these SD cards where formatted in both linux by running:

sudo parted /dev/sde mklabel msdos
# 1GB disk drive (<4GB)
sudo parted /dev/sde mkpart primary fat16 1MiB 1GiB
sudo mkfs.vfat -F 16 /dev/sde1

and also using SD Mapper in a real MSX. But when I turn it on this is what I get:

IMG_20231224_144444

IMG_20231224_144411

Can you help me to get more information about why it is not booting? Thanks in advance and thanks for the great work!!

fbelavenuto commented 8 months ago

Please test with the last commit

Chandler-Kluser commented 8 months ago

I have got this in the qpf:

image

Error (10349): VHDL Association List error at msx.vhd(354): formal "clk" does not exist
Error (10346): VHDL error at msx.vhd(352): formal port or parameter "clock_i" must have actual or default value
Error (10784): HDL error at ipl_rom.vhd(9): see declaration for object "clock_i"
Error (10346): VHDL error at msx.vhd(352): formal port or parameter "addr_i" must have actual or default value
Error (10784): HDL error at ipl_rom.vhd(10): see declaration for object "addr_i"
Info (144001): Generated suppressed messages file Z:/home/chandler/Vídeos/msx1fpga/msx1fpga/synth/DE2/output_files/msx_de2.map.smsg
Error: Quartus II 32-bit Analysis & Synthesis was unsuccessful. 5 errors, 7 warnings
    Error: Peak virtual memory: 310 megabytes
    Error: Processing ended: Mon Dec 25 23:10:46 2023
    Error: Elapsed time: 00:00:02
    Error: Total CPU time (on all processors): 00:00:02
Error (293001): Quartus II Full Compilation was unsuccessful. 7 errors, 7 warnings

Merry Christmas, by the way!! :smile:

Chandler-Kluser commented 8 months ago

Now I get:

https://github.com/fbelavenuto/msx1fpga/assets/29960960/957da2c2-62c4-427b-8374-f002353dca0d

Code switches from this picture:

image

to this picture:

image

I was not able to tell what kind of code this is, sorry! :sweat_smile:

fbelavenuto commented 8 months ago

Test it again, please

Chandler-Kluser commented 8 months ago

yes, what a great work!! :smile:

I have not tested the keyboard yet, trying to use ps2x2pico to use PS/2 DE2 connector with my USB keyboard

https://github.com/fbelavenuto/msx1fpga/assets/29960960/3122df26-4a0d-4c83-be3a-77d409559575

thanks a lot!!