Hi,
currently I perform the initiation of our custom OMAP-L138 board and try to boot an own simply application (flashing led) using the direct NOR boot methode. Running the application in the debugger works but running the application "standalone" from flash does not work.
To localize the problem I debug now the 1st level bootloader of the OMAP-L138 via setting the PC to 0xFFFD0000. The version of the bootloader is d800k004.
At the beginning of the bootloader it reads the register 01C14024h. The value of this register is 0. Later it checks this value. With the value of 0 it make nothing else than endless looping.
I do not find anything about the register 01C14024h in SPRUGM7D. It seems that this is a SYSCFG register. Cause the neightbour register 01C14020h is the Boot-Configuration Register I suppose this register plays also a role while booting.
Is this an hidden register or an missing register in the documentation.
Best regards
Martin Kaul