Hi,
I am working with IMX8M Mini EVK and yocto project build details:
Build Configuration:
BB_VERSION = "1.38.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-16.04"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "imx8mmevk"
DISTRO = "fsl-imx-xwayland"
DISTRO_VERSION = "4.14-sumo"
TUNE_FEATURES = "aarch64"
TARGET_FPU = ""
I have enabled the ECSPI2 in the dts file as mentioned in the thread ECSPI2 on i.MX8M Mini EVK
Could you please share me any test code to do the ECSPI2 test.
Is this the location of test code :
imx-yocto-bsp/<yocto-build>/tmp/work/aarch64-mx8mm-poky-linux/imx-test/1_7.0+AUTOINC+d32727a9d7-r0/git/test/mxc_spi_test
Thank you, Sreedhar
Solved! Go to Solution.
Hi Sreedhar
one can look at attached patch or example of nitrogen board
unit tests for test :
mxc_spi_test\test - imx-test - i.MX Driver Test Application Software
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Sreedhar
one can look at attached patch or example of nitrogen board
unit tests for test :
mxc_spi_test\test - imx-test - i.MX Driver Test Application Software
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you igor,
you gave me the details what i am looking far.
thanks once again,
Sreedhar