276 | | == VN11 Invalid GSC registers in development environment interferes with board power |
277 | | |
278 | | Issue: |
279 | | * When an unpowered JTAG adapter in a development environment is attached to the JTAG connector on a board (plugged into the 10-pin header but the adapter's USB is not attached to anything) the GSC is held in a 'debug' state where code execution does not function properly. When coupled with IMX software that performs an I2C bus recovery attempt on a failed transaction when the JTAG adapter's USB is plugged in and the GSC starts running it will get out of sync with the IMX I2C master and end up writing 0xff's to the GSC registers at 0x20 causing the GSC to put the board to sleep (disable the boards primary power supply) without the possibility of a wakeup event. At this point removing the GSC battery temporarily will reset the GSC to get out of this state. The state will not occur if not using a JTAG adapter or when properly using a JTAG adapter that is connected to a USB host before plugging it in to the SBC. |
| 276 | == VN11 Invalid GSC registers in development environment interferes with board power up |
| 277 | |
| 278 | Issue: |
| 279 | * When an unpowered JTAG adapter in a development environment is attached to the JTAG connector on a powered board (plugged into the 10-pin header but the adapter's USB is unpowered/attached to a PC) the GSC is held in a 'debug' state where code execution does not function properly. This coupled with newer uboot software that performs I2C bus recovery on failed transactions, allows the GSC to get out of sync with the IMX I2C master thus writing 0xFF's to the GSC registers at 0x20 causing the GSC to put the board to sleep (disable the boards primary power supply) without the possibility of a wakeup event. At this point removing the GSC battery temporarily will reset the GSC to get out of this state. The state will not occur if not using a JTAG adapter or when properly using a JTAG adapter that is connected to a USB host before plugging it into the SBC and powering the SBC. |