Hi james
according to the i.MX6Q Reference Manual :
IPU_INT_STAT_10 = 0x00100000 means synchronous display error interrupt, as a
result of an error during access to a synchronous display.
Next, from section 38.4.12.3 (Interrupt Generator) of the Reference Manual :
The table below describes the error interrupts. The panic column indicates if
this signal is part of the logic generating the ipu_panic signal. The ipu_panic
signal can be used for indicating about errors that are result of data rate
problems. Such problems may be a result of the IPU running in slower clock then
required by the use case. This signal can be used in order to indicate the
system that the IPU can't handle the desired data rate. In that case the system
may need to increase the clock to the IPU or simplify the use case.
So, looks like here performance problem. One can try to decrease screen
resolution and / or frame rate. Also, other system resource consuming processes,
such as USB / SD / SATA transfer, may affect. As result a general performance
issue may take place in the case.
"No such file or directory" may be caused by usage of images not built for
variscite board, for example images from freescale.com are for Sabre boards
and may not work correctly on other boards.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------