Skip to content
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

Flash does not work on IIGS ROM1 or ROM3 - always stuck at 4% #4

Open
chuck424242 opened this issue Mar 11, 2021 · 6 comments
Open

Comments

@chuck424242
Copy link

I have two AppleIISD cards and wanted to update to 1.2.2 (currently I am on 1.2.1)
I tried the flasher, put the jumper to R/W (2-3). It will start to flash, but always gets stuck at 4%

Tried it on a ROM1 and ROM3 IIGS, in 1MHz and 2.8MHz speeds. Same results on both machines.

@freitz85
Copy link
Owner

I have had the same issue on two boards but only on the IIe, the IIgs seemed more reliable.
You could try to erase the EEPROM first by specifying "0" as the slot in the flasher app.

@chuck424242
Copy link
Author

I have tried it, but the erase gets stuck at 1%. I tried again with flashing and it is still the same, stuck at 4%. I guess in the meanwhile I need to unsolder the 28F64 and programm it external. :(

@chuck424242
Copy link
Author

Found something interessting. It is wokring ONLY when a SD Card is inserted. If NO SD Card is in. Flashing will always fail.

@freitz85
Copy link
Owner

This is indeed interesting, as the SD card should have no effect at all. The only connection between the part that accesses the SD card and the EEPROM is the write enable bit set in the CPLD registers. Apart from that all address translation for SLOTROM and the $C800 space is completely separate.

@chuck424242
Copy link
Author

Yes, this was surprising to me as well. I did have the SD Cards removed just to be sure there is no interference. I have test a couple of more times, and it is reproduceable, as soon as the SD card is in it always works. As soon as no SD card is in it fails at 1% for erase and 4% for flashing. I have just tested with the 1.2.2. not with 1.2.1 yet

@freitz85
Copy link
Owner

Thank you for verifying this behaviour.
I will try to test this and review the VHDL code if some strange interaction has crept in.

If you like to, you could test it with the previous version of the flasher application to see if the behaviour stays the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants