Part Number: TDA4VM
SDK --- 0804
freeRTOS + linux
start up mode --- SPL
We want to pull down GPIO0_26 at startup for some reason
1.We tried to change it in tiboot3, but it didn't work, you can refer to 0001-Fix-dtb-for-tiboot3-GPIO0-26.patch
0001-Fix-dtb-for-tiboot3-GPIO0-26.zip
2.We tried to pull down GPIO0_26 in MCU1_0 through the GPIO interface or action register, but still failed, you can refer to 0002-pull-down-GPIO0-26-in-mcu1_0.patch (but succeeded in MCU2_1 )
0002-pull-down-GPIO0-26-in-mcu1_0.zip
3.We can successfully pull down GPIO0_26 by manipulating the register in uboot or after linux boot with the mw and devmem2 commands


Finally, I want to know why the changes to tiboot3 and MCU1_0 didn't work, or What should I do if I want to pull down GPIO0_26 in tiboot3 or mcu1_0







