I plan to use u-boot to boot the *.bin generated by ccs5 as standalone application. Do you think this will work?
If not, can you tell what else should I do to boot the binary file?
Also how can I find the entry point of the binary file?
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.
I plan to use u-boot to boot the *.bin generated by ccs5 as standalone application. Do you think this will work?
If not, can you tell what else should I do to boot the binary file?
Also how can I find the entry point of the binary file?
Hi, @ Brijesh Jadav
Can you help with this problem?
I have load the binary file generated by ccs5 to the board, and then I used "go" command to jump to its entry point. Then the uboot just hang on. Is it because the go command or the finary file?