Part Number: EVMK2G
Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
I have few questions on boot process of evmk2g.
1. Is there a possibility to skip SBL and the control transfers to application? If so how to do that?
2. what is the reset vector address ?
3. I believe "Entry"(in sblinit.S) is the location pointed to by reset vector and on every powerup control jumps to Entry label and then performs below steps
- After POR bootrom executes and read DEVSTAT to know the bootmode
- DEVSTAT register is copied to MSMCRAM (as per page 279 of spruhy8I.pdf) address space and boot re-entry is pointed to this address location
- Transfers the control to main defined in sbl_main.c
- sbl_main.c then copies the image based on Bootstrap pins and jumps to the application
are the above steps correct?
4. Is it possible to integrate the source code of "uart_evmK2G_flash_programmer.out" in our project workspace and rebuild the application? If yes, where the source code located?
5. The batch file "program_qspi_flash_app.bat" flashes the application at memory location 0x80000. Is it possible to change this location? If so, how to do that?