Hello,
[BOARD] NEW SK-AM62
[SDK] ti-processor-sdk-linux-am62xx-evm-09.01.00.08
Question description: I want to redefine GPIO for customised contral. Please give me some advice!
I followed 1.2.2.2 .
$ git clone https://git.ti.com/git/arago-project/oe-layersetup.git tisdk
$ cd tisdk
$ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-09.01.00-config.txt
$ cd build
$ . conf/setenv
$ MACHINE=am62xx-evm bitbake -k tisdk-base-image
Result:
johnny@eic1-System-Product-Name:~/MPU/TI-processor/SK-AM62/yocto/tisdk$ ls
build configs downloads git_retry.sh oe-layertool-setup.sh sample-files sources
johnny@eic1-System-Product-Name:~/MPU/TI-processor/SK-AM62/yocto/tisdk$ ls sources/
bitbake meta-arago meta-arm meta-edgeai meta-openembedded meta-qt5 meta-ti meta-tisdk meta-virtualization oe-core
And I want to know where and which dts/dtsi file I should modify to contral GPIO.
I found someone has simalar question, and maybe $<BUILD_DIR>/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-gpio-py/1.0-r0_edgeai_1/git/lib/python/TI/GPIO/gpio_pin_data.py is the file I should set.
But there is no $<BUILD_DIR>/arago-tmp-default-glibc/work/aarch64-oe-linux/ti-gpio-py directory in my path.