We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Some ideas about secure boot here (although only at a a very high level):[url="http://infocenter.arm.com/help/topic/com.arm.doc.prd29-genc-009492c/CACGCHFE.html"]infocenter.arm.com/.../url]For a development board you won't be able to change the ROM - hence the "read-only" part of the name - so you will have to emulate the secure boot. If you are looking to buy an off-the-shelf chip then secure boot is often an advertised feature, as it is something which much be built-in by the silicon vendor during device manufacture. As you are finding, you can't add it afterwards (unless there is some form of write-once Flash or metal fuse, but unusual for large regions suitable for code). If you are building your own chip, then part of the process will be defining your own ROM mask to use when the chip is manufactured.
Hallo,I really need to know on how to write or get the secure boot code for ARM1176.One more question is: If the secure boot code is located in internal ROM, what should I do to write the code in that location. (I have full set ARM1176 deve.board and RVDS 4.0)** Is there any tutorial for new user like me....(boot --> secure mode --> load 2nd boot --> NSC mode --> load OS) for example..Really really need help.Please some one guide me.
** Is there any tutorial for new user like me....(boot --> secure mode --> load 2nd boot --> NSC mode --> load OS) for example.
**** May I know to emulate secure boot. What emulator do I need to use.