Hi guys!
Can you tell me if the CPU ID is printed in any of software used at beagleboard? I want to know the content of Register 0x4830A20C [ProdID.SKUID]
I can see that u-boot does not print it. Kernel 2.6.29 does not either.
Max
Hi guys!
Can you tell me if the CPU ID is printed in any of software used at beagleboard? I want to know the content of Register 0x4830A20C [ProdID.SKUID]
I can see that u-boot does not print it. Kernel 2.6.29 does not either.
Max
Maxim Podbereznyy <lisarden@gmail.com> writes:
Hi guys!
Can you tell me if the CPU ID is printed in any of software used at
beagleboard? I want to know the content of Register 0x4830A20C
[ProdID.SKUID]I can see that u-boot does not print it. Kernel 2.6.29 does not either.
Why don't you read it yourself with devmem2?
Hey Måns!
I was really stupid! u-boot has all memory free to read/write and I did not remember it myself.
I just did:
md 4830A20C 1
and got the value.
thanks for the help!
regards,
Max
2010/6/22 Måns Rullgård <mans@mansr.com>