This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI-RTOS
Hello,
I am a student studying TMS320F28335 board.
I have a security project about this board, and I want to store hash values in my boot ROM.
To do so, I think have to use the boot loader. Is there a way to manipulate the boot loader? or, Is there a document to refer to?
Are these ideas feasible?
Thank you.
Thanks for your reply, Chris
If there is a precondition that the flash area is not safe, use the boot loader to put the hash value into the safe area at boot time.
The safe area usually means boot ROM in embedded and I want to put the hash value in boot ROM.
I will humbly accept advice and criticism, so I want you to say a lot to me.
Regards
Han
Han
Loading the code via CCS and running, bypasses the boot up code. Setting the boot mode is for when you boot up the device without the debugger that it will perform the expected action. For flash boot mode, it will go through boot and then branch to the flash entry address. Similar for others such as OTP boot mode.
Best regards
Chris