There's an issue on the Jacinto bootloader side that prevents APIX2 screens from working correctly on SPI/MII on EVO HW2.3 when flashed for ID5/6.
I have not been able to figure out exactly why. At first it appeared that the apix conf files are different and also the baud rate in spi1-apix2.cfg. I've played around with these extensively and was not able to pinpoint the issue to them - this is SPI that I am referring to.
I was not able to get MII to work and did not spend much time on it.
I was able to determine that multiple resets with binary "apixconfig" of the screen when in the "NO SIGNAL" state would bring it back.
This can be replicated by running commands (usually multiple times):
Coding values I use are:
To make it somewhat permanent I wrote a shell script and baked into the existing "/bin/start_screen.sh" on OMAP. It tracks the status of the screen and resets only as needed. Too many resets and you end up with "NO SIGNAL" also.
I attached my modified "start_screen". Tested with HU 6829104 18-03 and CID 6822626. Also tested with 24-07 I-level.
Obvious disclaimers about bricking things apply...
Would welcome feedback.
I have not been able to figure out exactly why. At first it appeared that the apix conf files are different and also the baud rate in spi1-apix2.cfg. I've played around with these extensively and was not able to pinpoint the issue to them - this is SPI that I am referring to.
I was not able to get MII to work and did not spend much time on it.
I was able to determine that multiple resets with binary "apixconfig" of the screen when in the "NO SIGNAL" state would bring it back.
This can be replicated by running commands (usually multiple times):
Code:
on -f hu-jacinto apixconfig -t 14 -w 2F 01
Or
on -f hu-jacinto apixconfig -f /etc/apix/hh-apix2-spi-long-out1.conf
Coding values I use are:
Code:
CID_APIX_MODE
apix2
CID_COLOR_DEPTH
24
CID_COM_MODE
spi
To make it somewhat permanent I wrote a shell script and baked into the existing "/bin/start_screen.sh" on OMAP. It tracks the status of the screen and resets only as needed. Too many resets and you end up with "NO SIGNAL" also.
I attached my modified "start_screen". Tested with HU 6829104 18-03 and CID 6822626. Also tested with 24-07 I-level.
Obvious disclaimers about bricking things apply...
Would welcome feedback.
Attachments
Last edited: