Tool/software: Linux
HI!
I'm using the latest "PROCESSOR-SDK-LINUX-RT-AM335X"(v04.00),linux kernel v4.9.28.
I want to develop SPI communication to connect between AM3359-ICE and my device.
I have read lot of reference in Ti's website.
http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_SPI
http://processors.wiki.ti.com/index.php/AM335x_McSPI_Driver%27s_Guide
http://processors.wiki.ti.com/index.php/Processor_Linux_SDK_GCC_Toolchain
http://processors.wiki.ti.com/index.php/Processor_Linux_SDK_Top-Level_Makefile
First of all,I have to enable SPI communication setting in linux kernel right?
So I have already done this cmd at host(PC):
export PATH=<SDK INSTALL DIR>/linux-devkit/sysroots/x86_64-arago-linux/usr/bin:$PATH
Next, I want to enable SPI
make CROSS_COMPILE=arm-arago-linux-gnueabi- ARCH=arm menuconfig
it replay
make:***No rule to make target 'menuconfig'. stiop.
Did I miss something have to aware?
I am a beginner about this,Please give me some suggestion to develop AM3359-ICE.
thanks a lot!
best
Y.Chang 2017/08/14
