Hey everyone,
I have been trying to get an ILI9341-based TFT
display working on the pocketbeagle with the fbtft driver (built-in).
To accomplish this, I have modified the device tree source file (updated dts linked below).
What I have Tried:
- When the board boots up the back-light works as expected and I can even change the brightness, but that's it (white screen only). I don't believe this is a wiring issue because when I probe the SCLK and MOSI pins, they never change from 0V and 3.3V, respectively.
- I have also tried running cat /dev/urandom > /dev/fb0, but still no change is observed. I skimmed the fbtft source code and it doesn't appear there is any check to see if the display is actually connected, so my expectation is this would always force Linux to start writing to the SPI bus.
I am not sure where to go next in debugging this issue and am open to any ideas. What am I missing?
I am using TI's kernel version 4.14.67.
Thanks,
Harlan