lcd_rotate not availabe on B2QT
Unsolved
Mobile and Embedded
-
I am currently evaluating Qt Quick for a large scale IoT project for my company.
Our development environment is RaspberryPi 3 with RaspberryPi 7" screen. I created an a Boot 2 Image using the "Flash Boot to Qt Device". However, image on screen would be upside down.. I am able to ssh into the RaspberryPi but the default way /boot/config.txt used to rotate the lcd is not there. I tried adding with the lcd_rotate=2 line but it did not work.
How do i rotate the lcd display RaspberryPI Boot to Qt image?
-
Apparently, I can not modify the config.txt from the command prompt.. I need to remove the sd card and open it from within a linux device and modify it there..