Troubleshooting #22
Replies: 7 comments 10 replies
-
(Apologies if this is was already apparent) did you press reset? |
Beta Was this translation helpful? Give feedback.
-
The static-image you're seeing pre-reset appears on a working system, so
that isn't an indication of a problem. The snow is just an accurate
representation of "there's junk in the video memory before reset".
That you're seeing that *probably* means the VGA-related stuff is good (you
have valid sync, etc), so the problem is probably on the computer-logic-end
of the board.
If you connect via UART, do you get anything?
…On Sun, Jun 30, 2024 at 9:17 PM TwoPigsToTheWind ***@***.***> wrote:
Happy to say I did try the reset button. When the reset button is pressed
the screen gets slightly brighter and on some resets a diagonal run of
pixels will shift. In roughly a fifth of power on events a very regular
pattern of straight lines will display.
The same snow type screen as pictured above is seen if the system is
powered on with the ssd flash removed which leads me to think the problem
is related to address or data paths running to and from the ssd.
—
Reply to this email directly, view it on GitHub
<#22 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI7XFWAN662O762AL6JV2LZKDJ6JAVCNFSM6AAAAABKA2L7ZCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSMRQHE4TS>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<slu4coder/Minimal-64x4-Home-Computer/repo-discussions/22/comments/9920999
@github.com>
--
Joel Burton - ***@***.***
GTalk: ***@***.***, Mobile/SMS: +1 415 513 2470
|
Beta Was this translation helpful? Give feedback.
-
some core things to double-check:
- are all the chips in the correct alignment; there are a number of flipped
chips
- there are 74HC02 chips and the 74HC4002 chip on the board, and those are
different: are you sure you have those differentiated?
- what's the voltage between GND and 5V? (should be close to 5.0)
- how much power is the board drawing? mine is ~1.0 W
|
Beta Was this translation helpful? Give feedback.
-
Can you connect via UART? (500_000 baud, 2 stop bits, it should say
"READY." after reset coming out)
…On Mon, Jul 1, 2024 at 3:40 PM TwoPigsToTheWind ***@***.***> wrote:
voltage looks good, drawing .15amps so right at 1w power, that does
decrease to .11 when the reset is pressed before recovering. chip placement
has been checked by two sets of eyes. thinking at this point it is either a
bad chip or a bad solder joint.
—
Reply to this email directly, view it on GitHub
<#22 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI7XFQALOZSVQRKNNAJJKDZKHLEZAVCNFSM6AAAAABKA2L7ZCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSMZQGI4DI>
.
You are receiving this because you commented.Message ID:
<slu4coder/Minimal-64x4-Home-Computer/repo-discussions/22/comments/9930284
@github.com>
--
Joel Burton - ***@***.***
GTalk: ***@***.***, Mobile/SMS: +1 415 513 2470
|
Beta Was this translation helpful? Give feedback.
-
I'd draw the inference that if you get the expected-snow-pre-reset, get strangeness (sometimes snow, sometimes-lines) post-reset, and don't get anything on UART, it's most likely that the "CPU" area is where you have a problem (so: prob not video chips or UART chips). Some things I'd suggest checking:
I've got a working machine; if there's anything I can measure for you for you to check on your machine, I'm happy to. |
Beta Was this translation helpful? Give feedback.
-
@joelburton I picked up a 4ch scope this weekend, any suggestion on what to probe first? Picking this project back up after a few months away. |
Beta Was this translation helpful? Give feedback.
-
Hi Joel, although the community has built quite a number of Minimal 64x4s successfully now, there have been issues with "budget" ICs. The design uses the ICs to their full capability, so timing becomes critical quite easily. I think it makes sense to start further debugging after you made sure you have only used new parts from quality suppliers (like Mouser or such) for your built. From the failure mode you have posted, I'd guess the CPU gets stuck during the boot process copying its OS code from FLASH to RAM. I'd start with swapping U24, U19, U6, U7, U2. Good luck! |
Beta Was this translation helpful? Give feedback.
-
recently finished assembly. Have already checked for broken pins, backwards, or misplaced ICs and rewrote the 4 flash ICs. Any suggestions as to what to check next?
Beta Was this translation helpful? Give feedback.
All reactions