BeagleBone questions (was Re: Towards an ARM system-building script)
Adrian Chadd
adrian at freebsd.org
Tue Oct 30 16:03:11 UTC 2012
On 30 October 2012 03:42, Alie Tan <alie at affle.com> wrote:
>> More directly on the OP's point, I wonder if the combo of the system not
>> fully booting and too much heat imply that something has gone into a
>> tight loop somewhere.
> Is there any way to debug/detect this issue?
> I cant see any heavy processes from 'top'
Well, the real way would be to get PMC up and then see how many cycles
are spent in the halt state, versus in the "spin" state inside the
idle loop.
I just looked at the idle loop and it calls cpu_sleep(0); - the
implementations of that _seem_ to enter a CPU wait state, rather than
just spinning and chewing all the CPU cycles available.
Which CPU type is the RPI? Is it using the armv7 machdep code?
Adrian
More information about the freebsd-arm
mailing list