Thanks for your quick response, Frank.I don't have Windows readily available, but I have copied hd_combo.img to the SD card device using dd on Mac OS X:$ sudo dd if=hd_combo.img of=/dev/disk4But I still see SD0: COMMAND ERROR on reset.
I connected the MicroSD Card Adapter to an Arduino, and couldn't get it to recognize the card, either. I suspect there's a hardware issue with the adapter, likely due to my manhandling it. I soldered some new header pins on, to see if that would fix the problem, with no luck.Ordered five replacement SD adapters on Amazon. They'll be good for all sorts of breadboard projects, I'm sure. Will update on Sunday!
--
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/retro-comp/fe5423a1-b501-4d95-a886-473230b60976n%40googlegroups.com.
Yes I can confirm the same build problem with newest dev download, where it hangs on camel80 asm. (Using Raspberry Pi)building in /home/pi/Downloads/RomWBW-dev/Source/Forth
make[2]: Entering directory '/home/pi/Downloads/RomWBW-dev/Source/Forth'
../../Tools/Linux/zx ../../Tools/cpm/bin/ZSM =camel80.azm -/L
Z80/Z180/Z280 Macro-Assembler V4.1
--
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/retro-comp/56c01cb6-52b0-44c2-be78-ef5a721bcb6cn%40googlegroups.com.
I cloned the dev branch and the ROM signature is RomWBW HBIOS v3.1.1-pre.24.The good news is the PNY and KEXIN cards are now working however the Samsung EVO still generates a command error. This is an older card that I was using on a Pi "a while back" but it does work on other devices. All in all though a great step forward :-).
Using the latest Raspbian (Buster 10 32bit on Raspberry PI 4b ) (updates/upgrades to today) gives the problem. Same problem occurs if just running make from the source/forth directory
--
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/retro-comp/20201231211706.09de0c82%40earth.
Thanks for your quick response, Frank.I don't have Windows readily available, but I have copied hd_combo.img to the SD card device using dd on Mac OS X:$ sudo dd if=hd_combo.img of=/dev/disk4But I still see SD0: COMMAND ERROR on reset.
I have also tried using balenaEtcher to write the SD card, with the same result.JacobOn Thursday, July 2, 2020 at 12:59:46 PM UTC-4 Frank P. wrote:You need to copy an image (either a single hard disk image or the combo image which contains 6 hard disks) to the card first using either the win32diskimager or usbimagetool utility (run as administrator under Windows). See the documentation file RomWBW Getting Started.pdf, section "Using Disks", subsection "Disk Images".
On Thursday, July 2, 2020 at 11:46:08 AM UTC-4, Jacob Krall wrote:Hello,I have purchased the smallest micro-SD card I could find under $10, and confirmed that it mounts in my modern laptop. It's 32GB. I then inserted it into the SC131 using the MicroSD Card Adapter. Here is the output on boot with the card in place:RomWBW HBIOS v3.0, 2020-03-27
SC131 Z8S180-N @ 18.432MHz IO=0xC0
0 MEM W/S, 2 I/O W/S, INT MODE 2
512KB ROM, 512KB RAM
ASCI0: IO=0xC0 ASCI W/BRG MODE=115200,8,N,1
ASCI1: IO=0xC1 ASCI W/BRG MODE=115200,8,N,1
MD: UNITS=2 ROMDISK=384KB RAMDISK=384KB
SD: MODE=SC OPR=0x0C CNTR=0xCA TRDR=0xCB DEVICES=1
SD0: COMMAND ERROR
Unit Device Type Capacity/Mode
---------- ---------- ---------------- --------------------
Char 0 ASCI0: RS-232 115200,8,N,1
Char 1 ASCI1: RS-232 115200,8,N,1
Disk 0 MD1: RAM Disk 384KB,LBA
Disk 1 MD0: ROM Disk 384KB,LBA
Disk 2 SD0: SD Card --
SC131 Boot Loader
ROM: (M)onitor (C)P/M (Z)-System (F)orth (B)ASIC (T)-BASIC (P)LAY (U)SER ROM
Disk: (0)MD1 (1)MD0 (2)SD0
Boot Selection?Without the card inserted, it says "SD0: NO MEDIA" instead, but otherwise looks the same.I have checked the voltage on each of the six pins - the MISO pin appears to be 3.3V, but the others are 5V, except during a reset, when all but VCC dip down (presumably to 0V very briefly), so electrical connection appears to be good.What other diagnostic steps should I try? Do I need to format the micro SD card like in https://github.com/wwarthen/RomWBW/blob/master/Doc/Contrib/SC126_How-To_No_2_Preparing_an_SD_Card_for_Use_with_SC126_v1.5.3.pdf ?Thanks,Jacob Krall
There was this error earlier:building in /home/pi/Downloads/RomWBW-dev/Source/Prop
make[1]: Entering directory '/home/pi/Downloads/RomWBW-dev/Source/Prop'
building in /home/pi/Downloads/RomWBW-dev/Source/Prop/Spin
make[2]: Entering directory '/home/pi/Downloads/RomWBW-dev/Source/Prop/Spin'
../../../Tools/Linux//bstc -e -l PropIO.spin
../../../Tools/Linux//bstc: 1: ../../../Tools/Linux//bstc: Syntax error: "(" unexpected
If I git clone to get dev branch of ROMWBW it builds ok on Raspberry Pi, but if I download the zip and build, then the build will fail.
The good news is the PNY and KEXIN cards are now working however the Samsung EVO still generates a command error. This is an older card that I was using on a Pi "a while back" but it does work on other devices. All in all though a great step forward :-).