You can't.
> Does it other way to check?
Hack the kernel to provide the value somewhere.
--
Måns Rullgård
ma...@mansr.com
+ unsigned long aux;
+ __asm__ __volatile__("mrc p15, 0, %0, c1, c0, 1":"=r" (aux));
+ printk("aux control: %08X\n", aux );
>
> Hi Ian,
>
> On Jul 23, 4:28 am, Ian R <ian.ricka...@btinternet.com> wrote:
>> Rach, what is the date on your u-boot (hint: you see the date as it
>> boots)?
> U-Boot 2009.01-00013-g52eddcd (Feb 03 2009 - 22:22:56)
> Does it have L1NEON enable or L2 cache?
That looks like the stock uboot, which is known to break usb and dss,
among other things.
regards,
Koen
Thanks for the information. It's really interesting to know as I have been
using stock u-boot too.
Btw, http://elinux.org/BeagleBoard#U-Boot currently says
"Mainline U-Boot has good support for BeagleBoard. Get it by: ..."
Should it be updated with some kind of warning about these known issues?
And are these issues reported/documented somewhere?
--
Best regards,
Siarhei Siamashka