Hi,
I downloaded the SDK from https://www.ti.com/tool/PROCESSOR-SDK-AM62X, which I can see the gpio.c command file in /board-support/u-boot/cmd. In order to enable the command in U-boot console, I set 'CONFIG_CMD_GPIO=y' in the config file I am using to build my uboot.img which is am62x_evm_a53_defconfig. Once I did that, I can see that gpio.c is compiled in my build but here's the error I found:
In this case, I believe I got the above errors because I am missing the driver gpio.c in this build. So I went to drivers/gpio to see that there are a lot of different gpio drivers in the folder which I have no idea which one is the exact gpio driver I should use. Can anyone please give some advice?
Thanks,
Koon Kee