-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agilent 546xx cannot initialize SFRC2DA-board #488
Comments
You can download a serial debug build here: https://github.com/keirf/FlashFloppy/actions/runs/782964740 (you must be logged in to Github to see the Artifact download link) Debugging issues with no display/logging at all is no fun so that's your first mission. I daresay the Gotek PCB has the header for attaching OLED/LCD if you obtained one. Or you should be able to get serial out which is v helpful. |
found a oled-display in my toy-box and immediately saw the message: FAQ tells: https://github.com/keirf/FlashFloppy/wiki/Troubleshooting-FAQ remove jumper JA (short to GND). someone found in the issue #155 -> remove resistor: RA. :) display switched to: lets see what happened when attaching this HW to the scope ... |
jumpered: JE, S1 and none on JD combined with the following FF.CFG the scope is not complaining a missing floppy drive any more. FF.CFG
but |
meanwhile i created a few disks
inside FF this img-file is a legal image of floppy. but i don't know if H/C/S:2/80/18 for a 1.44 is sufficient.
brings up the possible content of that disk. but the scope is claiming |
Is the Agilent known to use PC 1M44 FAT formatted disks? |
yes, it uses normal preformated disks. after all i have to report a first success. this settings: interface = shugart
host = unspecified
motor-delay = 10
twobutton-action = eject
display-type = oled-128x64 combined with a 720kb SD-floppy image adding now i have to find the density or !density signal for enabling 1440kb. |
Did you do hardware mod to bring the motor line to the Gotek MCU then? Otherwise motor-delay should have no effect. |
i didn't mod the HW. but i had two observations while peeking and poking around. i prepared a couple of different disk-images in sizes and formats on the same USB-memory - non worked. the other observation was booting the scope with a USB-stick connected failed but worked without. the scope can only do simple things. like writing an image or reading or writing a configuration. but failed in any case - with different error-messages - when stepping through the possible candidates. at least i configured finally i changed back and for other possible candidates: latest available original instrument-firmware |
Perhaps it just provides enough delay when first image is inserted.... I wonder if you need instead something like |
tried thank you for the assistance :) |
Ok, that chgrst line is the magic :) |
nevertheless of the closed issue - i would like to add the solution for the 720 / 1440kb problem. the original TEAK FD-05HF disk drive offers to the host the signal HD OUT on pin9. the data sheet tells if: this pin is connected to a pullup-resistor with my best regards |
hi!
i purchased a "SFRM72-DU26 720K USB SSD" as a replacement for an original TEAC FD-05HF (1.44Mb) slim line FD.
flashed the most recent FF-FW (v3.25) using a serial-connection with a galvanic isolated USB2SERIAL (and an external 5V power supply) . unfortunately my board has no display - but a single LED showing traffic at PB10 (7seg-DISPLAY-DAT line).
regardless of:
at power on
the above mentioned LED is flashing for 2-3s, while in between the usb-stick-activity-led enables for ~1s; followed by a message on the scope:
system concerns detected: floppy drive failed startup initialization
the same message appears, when removing the floppy at all. no probelms will be detected when connecting the old TEAC-FD.
i tried to update to the DEBUG-version: '''alt/logfile/FF_Gotek_Logfile-v3.25.upd''' to see at least a file of some output. i placed this file in a partitioned USB-stick (partition of 1GB fat32) root-directory. but i don't see, that this FW is been touched in any way - when releasing the two buttons - nothing happens. even observing of the current consumption does not show any changes in activity (~83mA for a single board, ~161mA with an USB stick attached) . while waiting for 2min nothing happened.
as an alternative: how could i flash the debug-version with serial?
TEAK data sheet tells something about PIN02 which offers INDEX .. but this is not select able in configuration. but i don't know if this is the marker for the presence of an FD in the system.
my best regards from linklocal
The text was updated successfully, but these errors were encountered: