Part Number: PROCESSOR-SDK-AM335X
Tool/software: Code Composer Studio
Hi
I have beaglebone black and I have psdk rt-linux on a sd card. also I installed PSDK rt-linux and CCS on my Ubuntu host,
I wrote a hello word program according to "http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Training:_Hands_on_with_the_Linux_SDK#Creating_a_New_CCS_Project"
now I want program my BBB with this. so I should to use RSE according to "processors.wiki.ti.com/.../Processor_SDK_Linux_Training:_Hands_on_with_the_Linux_SDK
So I need to my target (BBB) IP address.
as mentioned in "processors.wiki.ti.com/.../How_to_setup_Remote_System_Explorer_plug-in, I used ifconfig in command line to achive BBB IP address and here is the result:
question 1: Now what is the IP address that I should use as host name in "processors.wiki.ti.com/.../How_to_setup_Remote_System_Explorer_plug-in
question 2: for program BBB with RSE, what is the connection that is necessary between target board(BBB) and host computer? is Ethernet connection with LAN cable enough?
question 3: what is true connection for debug with gdbserver?(Ethernet ?FTDI? or both of them?)
question 4: basically, what is the difference between: use programmer xds100 for program BBB and using RSE for program?
Thanks a lot.