Hi I have a beagleboard xm rev c board(dm3730) and I downloaded the sitara sdk for beagleboard. Right now I opened the u-boot project in ccs. I have a XDS100v2 emulator. When I try to enter debug session, I get the following error.
An Internal Error Ocurred.java.lang.NullPointerException.
The contents of the log file are as follows:
**** Build of configuration Default for project sitara-board-port-uboot ****
make all
awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend
System not configured - see README
make: *** [all] Error 1
**** Build Finished ****
Kindly help how to enter debug session and do a debugging in the u-boot.
Regards!