TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Clusterboard A64 Insidious Reset Problem: Solved

81 pointsby nreillyalmost 4 years ago

5 comments

pm215almost 4 years ago
Random nitpick from the middle of a good writeup of tracking down a hardware bug, but 'SMC' in this context doesn't stand for 'Secure Memory Controller'. It's the Arm instruction that lets normal-world (kernel) code call into secure world code (firmware). Just like the SVC insn lets userspace call the kernel, SMC lets the kernel call the trusted firmware. PSCI is a standardized API that the firmware implements with functions like 'power CPU on/off' and 'reset system'. The PSCI spec is public so you can get the function ID values and argument values from there rather than guessing them from source code. PSCI is the preferred mechanism for reset, cpu hotplug, etc on 64-bit Arm (it abstracts the details of prodding reset controller hardware and so on away and lets the firmware deal with it.)
评论 #28026138 未加载
tyingqalmost 4 years ago
Wow, that was really involved. The breakthrough seemed to be him seeing the through-hole via with the microscope where no branch in the circuit was supposed to exist. That is, after a whole bunch of dead-end exploratory exercises. Feels like the Pine folks should ship him a thank you package of goodies.
评论 #28032079 未加载
justincliftalmost 4 years ago
This is really good news!<p>I&#x27;d considered getting a Clusterboard previously, but the reset-not-actually-working problem was a showstopper.<p>If this &quot;fix&quot; makes it into the next hardware revision of the Clusterboard, that should mean it&#x27;s a feasible learning&#x2F;experimentation platform after all. :)
rubicksalmost 4 years ago
How typical is this kind of troubleshooting on a scale from 1 (meaning every embedded dev can do this) to 10 (meaning there are 5 embedded devs in existence that can do this)?
robert_fossalmost 4 years ago
<i>work trauma intensifies</i>