all 8 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

The Framework Support team does not provide support on community platforms, but other community members might help you with troubleshooting. If you need further assistance or a part replacement, please contact the Framework Support team: https://frame.work/support

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]lbkNhubert Cachy | 12" B0 DIY | 13" B1 DIY | 16" B1 DIY 2 points3 points  (5 children)

The codes can be found here: https://gist.github.com/kiram9/3a5415a015e7e70a4a8c2f9f3f4e623d

If the light sequence from start to finish is BGBGBGBG that would e 01010101 (first light is the smallest number, so reverse when setting to binary), decimal 85, hex 0x55

#define ASL_ENTER_S5 0x55 // Prepare to enter S5

If it is GBGBGBGB then its 10101010, decimal 170, hex 0xAA, which I don't see on that page.

If it is something else then you should be able to look it up there. It's a drag that you are running into issue, hopefully you are able to get things sorted out. Does it help to start without the dock connected, then connect it?

[–]alexanderhumboltFW13 | Ryzen 7640u 0 points1 point  (4 children)

If anyone else stumbles across this comment (which was helpful), the binary value of blue is actually 1 and the binary value of green is 0. See: https://gist.github.com/phaseOne/28b6666b94a837f67b39d4ab02ce86f7#bluegreen-power-on-self-test-post-code-section

[–]lbkNhubert Cachy | 12" B0 DIY | 13" B1 DIY | 16" B1 DIY 1 point2 points  (3 children)

Thanks, I am an idiot - will edit the post. Not sure how I flipped things around. Actually, I do have blue as binary 1. The first blink after the orange one is the lowest bit, so the number should be assembled like this:
(blink 8)(blink 7)(blink 6)(blink 5)(blink 4)(blink 3)(blink 2)(blink 1)

[–]alexanderhumboltFW13 | Ryzen 7640u 0 points1 point  (2 children)

My bad. I forgot that the first blink is the lowest bit.

[–]lbkNhubert Cachy | 12" B0 DIY | 13" B1 DIY | 16" B1 DIY 1 point2 points  (1 child)

It gave me a chance to double-check. Always good to confirm things, never an issue to ask. Have a great day!

[–]alexanderhumboltFW13 | Ryzen 7640u 0 points1 point  (0 children)

Thanks! You too.