Replies: 1 comment 4 replies
-
|
Decoding the stack it's clear it's a B0 double issue. I'm going to see if I can scan/catch this in our CI job so those don't sneak in accidentally. If you're comfortable building you can for a test comment out the line that logs the voltage. If not I'll see if I can get a PR with the scanner + fix tomorrow. Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is for a BlueSCSI v2 - 2023.10a.
It's a DIY build using my own PICO 1 Rev B0 from 2020, which is soldered in place with headers. I think my soldering is decent. It passed the initial tests with the 5x blink pattern and no SD card and then not getting a 3x blink pattern, though I believe it also didn't show an ACT activity (apart from during the first ms or so) then the green light on the PICO went on solidly.
I found that if I power it by USB plugged into my Mac (a 2012 Mac mini) it will boot OK and I think it's in EnableUSBMassStorage=enabled mode judging from the log. The Green LED flickers then. However, if I power it via the Berg connector or via a USB power supply (i.e. one that can supply 2.1A at 5V) it will show a steady green LED after a few seconds, which is the PICO crashing. Then I see the kind of log detailed below.
Has anyone seen this before?
Beta Was this translation helpful? Give feedback.
All reactions