Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
CortexA8 Booting Problem
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
2934 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
CortexA8 Booting Problem
Noorulla Mohammad
over 12 years ago
Note: This was originally posted on 26th April 2010 at
http://forums.arm.com
Hi,
I'm working on cortexA8 bootup. when i enabled the Cache in CP15 Control Register, the processor hangs. when i see the eis log it struck after this instruction.
Can you please tell me what could be went wrong. How to make sure that my CortexA8 processor generated properly.
Thanks,
Noorulla
Parents
Peter Harris
over 12 years ago
Note: This was originally posted on 26th April 2010 at
http://forums.arm.com
> when i enabled the Cache in CP15 Control Register, the processor hangs.
Have you invalidated the cache before enabling it? The contents of the cache are undefined at power-on, and must be invalidated before they are enabled, otherwise you risk picking up random data as code / data.
Other possible thoughts - are you just enabling the cache, or are you also enabling the MMU in the same operation? If you are enabling the MMU then there is a chance that the translation tables are not correctly configured and you are getting stuck in fault loop because you do not hav permissions to access the page which you are executing.
Cancel
Vote up
0
Vote down
Cancel
Reply
Peter Harris
over 12 years ago
Note: This was originally posted on 26th April 2010 at
http://forums.arm.com
> when i enabled the Cache in CP15 Control Register, the processor hangs.
Have you invalidated the cache before enabling it? The contents of the cache are undefined at power-on, and must be invalidated before they are enabled, otherwise you risk picking up random data as code / data.
Other possible thoughts - are you just enabling the cache, or are you also enabling the MMU in the same operation? If you are enabling the MMU then there is a chance that the translation tables are not correctly configured and you are getting stuck in fault loop because you do not hav permissions to access the page which you are executing.
Cancel
Vote up
0
Vote down
Cancel
Children
No data