-
Notifications
You must be signed in to change notification settings - Fork 35
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
Stuck terminal and die #31
Comments
What tripped me up most was the jumper pins - double-check those. The instructions weren’t too clear. I built a version “H” board which is a little different. Also, used MCP23S17 not MCP23O17. |
@jhow0672 Thank yo so much !! I will dig on that a little deeper and I will let you know my results. Regards |
Good catch on that: that's almost certainly the problem. According to the datasheet, the That chip not working as expected is consistent with the symptoms: you can see messages from the Nano itself (the |
Hi!! Thank you so much for this amazing inputs!!!! I change the MCP, but I still do not get thw WOZMon, I checked the capacitor, they seem fine, please can you give some advice about out to place the jumpers? I also connect thru screen with this command: screen /dev/ttyUSB0 115200 Is the SPI speed correct? Thanks |
If you see the banner from the Nano when you reset it, you have the speed correct. Note that's not the SPI interface speed, that's the serial interface speed (on the "other side" of the Nano). So you replaced the MCP23O17 with an MCP23S17? (I can't see in the photograph at that resolution.) And you did press the board's reset button after seeing the Nano's banner, right? If youv'e done all that, and still see no |
Hi @0cjs I will do more deep reseach, I do not have an oscilloscope, just a volt meter....when I get some results I will be back Thanks |
Hi!
I am trying since a coupe of months to get the Apple1 SBC (Rev F) work but no luck, the terminal only shows "RC6502 apple 1 Replica" and got stuck, no prompt at all 😓
I made some checks on the capacitor and they are all fine, also I reflash the Arduino and the 8KB ROM onto the AT28C64 but still no luck, please can you point me some other checks I can do to find the error out?
Thanks and stay safe!
The text was updated successfully, but these errors were encountered: