Part Number: AM263P4
Other Parts Discussed in Thread: SYSCONFIG, MCU-PLUS-SDK-AM263PX
Hi, TI experts.
Today I built sbl_keywriter example for AM263P4.
-----
(1) CCS v20 can not import sbl_keywriter example project.
At "DEV boot" chapter of AM263PX OTP keywriter User Guide, it shows importing the example project in old version CCS.
Is there something that I must modify in order to import the keywriter example project?
Or does not CCS v20 support importing of the example yet?
-----
(2) The method of building at command prompt of windows is like below.
gmake -sj clean PROFILE=debug
gmake -sj PROFILE=debug
What is the exact meaning of "-sj" option?
I can not find its explanation. It seems that "-sj" option is like "-s" option.
-----
(3) When I built the keywriter example using gmake prompt, it tried to use the next files.
"C:/ti/ccs2040/ccs/utils/cygwin/rm"
"C:/ti/sysconfig_1.26.0/nodejs/node"
My CCS v20.4.1 was installed in "C:/ti/ccs2011/" because it was updated from CCS v20.1.1.
Sysconfig v1.26.0 was installed in "C:/ti/ccs2011/ccs/utils/sysconfig_1.26.0/" because it was installed in CCS.
Then how can I change those directory settings in gmake prompt?
I checked makefile of the keywriter example but I coud not find those settings.
-----
Actually I installed CCS v20.4.0 and Sysconfig v1.26.0 again and succeeded in building the keywriter example.
But, I think next SDK version could make same problems so I want to know a clear solution.
-----
Regard,
Jeeuk Chang


