Hi there,
we have a two color indicator LED connected to two GPIOs. The LED shows different states of the system. As the LEDs are controlled by the M7 so it takes some time till the user can see that the system is running.
What we need, is that both GPIOs(GPIO4_IO20,GPIO3_IO22) are set to high not long after powering the system on. A time of about 500-1000ms would be sufficient so we thought of modifying u-boot.
Questions:
1. Is the uboot that is build with the yocto build that one that is already installed on the board?
2. What would be the easiest way to modify it?
3. Is there an example, and are the GPIO names the same as in linux?
4. Do you suggest another solution?
Thanks!