BeagleBone questions (was Re: Towards an ARM system-building script)
Adrian Chadd
adrian at freebsd.org
Wed Oct 31 06:09:15 UTC 2012
Right, and the ARMv6 code has no cpufunc_sleep method either. :-)
Sounds like a mini-project! Just be aware of the platform
requirements! (ie, mav@'s timer code puts very specific requirements
on the behaviour of the halt/wait loop; I'm still not convinced
anything bar i386/amd64 "hlt" are doing the right thing. Yes, this
includes MIPS. :( )
Adrian
On 30 October 2012 23:01, Tim Kientzle <tim at kientzle.com> wrote:
>
> On Oct 30, 2012, at 9:20 AM, Adrian Chadd wrote:
>
>> .. ah. armv5 has no sleep "halt" function, so it's just spinning.
>> Chances are that's a good candidate for why things are running too
>> warm.
>
> RaspberryPi uses a Broadcom BCM2835 with an ARM1176JZF-S core (ARMv6).
>
> BeagleBone uses a TI Sitara AM3358 with an ARM Cortex-A8 core (ARMv7).
>
> Tim
>
More information about the freebsd-arm
mailing list