Hi,
I want to debug u-boot code line by line by using CCSv5.
how to compile the Ti SDK in CCSv5 ?
and how to run real-time debug line by line ?
for your info, i'm using beaglebone Rev A3.
Thanks & Regards
Keldy
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.
Hello,
The below wiki page provides a good start on how to configure your environment for debugging Uboot with CCSv5:
http://processors.wiki.ti.com/index.php/U-boot_Debug_in_CCSv5
Keldy said:how to compile the Ti SDK in CCSv5 ?
Check out (section on building):
http://processors.wiki.ti.com/index.php/BeagleBone-Android-DevKit_Guide
Any followup questions should go in the beaglebone forums
Thanks
ki
Hi,
in the given link http://processors.wiki.ti.com/index.php/U-boot_Debug_in_CCSv5
chapter : Debugging u-boot loaded automatically
after i had follow the instruction in the video, this is the error that i got:
Am i wrong in some configuration setting?
Thanks & Regards
Keldy
Kedly,
Check and see if the below issue and resolution applies to you:
Thanks
ki
Keldy,
I noticed something strange with the Emulation Package version displayed in the error message; are you sure you are using the production release CCSv5.1.0.09000?
The reason is that several changes were done in CCS between the pre-release/beta versions and the production versions, which could be causing the connection errors.
For some references regarding BeagleBone and CCS versions, please also check the thread below:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/179271/668982.aspx#668982
Regards,
Rafael
Keldy,
Yes, an update is strongly recommended as you are using one of the Beta versions of CCS. Unfortunately I can't tell for sure if the embedded emulator on the BeagleBone was properly supported in this release (I uninstalled mine a long while ago and can't test it).
Regards,
Rafael
Hi
I am using beagle bone with CCS 5.2.0.00069.
Tried debugging following this link http://software-dl.ti.com/sdo/sdo_apps_public_sw/CCSv5/Demos/u-boot_debug_autonomous/u-boot_debug_autonomous.html.
CCS gets connected with beaglebone with no symbols defined. Build u-boot from the sources that I got from http://www.ti.com/tool/linuxezsdk-sitara.
Used the gel file from TI link for beaglebone http://processors.wiki.ti.com/index.php/OMAP_and_Sitara_CCS_support#GEL_Files_9
Tried suggestions made in this forum and few others and not yet able to run debugger.
appreciate any real help.
thanks