I am looking for details about the booting and processor state when my image will finally get to run.
In the AM335x TRM:
26.1 says the device starts in secure mode then switches to public mode...
26.1.10.2 ...branch is performed in public supervisor mode...
Does this mean that the AM3359 implements the ARM Security Extensions?
It sounds like any code I write will not have full control over the HW since it will be in Non-Secure Supervisor mode. Am I correct in this conclusion?