Does the 2G-IOT support any CSI camera and LVDS LCD or it has to be of some make/model ? does orange pi sell them separately ? I couldn't find anything on their slow website. Any links would be helpful.
Related to LCD support i can share my experience until now.
I bought from aliexpress the LCD recommended for Orange Pi IoT(see here) and the results are:
For Android you need to upgrade the system by using Toolschain utility witch you can find on Orange pi Download Center. After that that the LCD works great with touch support also.
For Linux there are some issues because just the backlight will work. i've used Ubuntu and Raspbian Images, and we also compiled another Linux image using sources on the Orange Pi Download Center . Even if you add all the supported modules related to ILI9xxx LCD Driver that you find in the Linux Source code you won't be able to make this LCD work.
After Booting Linux if you write in console "dmesg | grep lcd" you'll get:
root@OrangePi:~# dmesg | grep lcd
[ 0.382934] <rda_msys>: pid = 11, v_lcd: ext_len = 0
[ 0.383972] v_lcd: 1800 <--> 2800 mV at 2800 mV normal standby
[ 0.643676] rda_fb_probe_panel lcd panel'name(mcu_ili9806g) doesn't match of cmdline!
[ 0.644531] ERROR no lcd panel driver init
[ 0.645019] rda_fb_probe_panel lcd panel'name(mcu_ili9806g) doesn't match of cmdline!
[ 0.894042] v_lcd: incomplete constraints, leaving on
If you remain in UBoot and you write "setenv extraboardargs mcu_ili9806g derp" ("derp" is some rubbish because it seems that the function related to ILI9806g driver waits other parameters) and after that you start booting linux by writing "boot", if you write again "dmesg | grep lcd" you'll get:
The only thing is that the screen doesn't work.
I found out that you can get more info about the frame buffer (witch is related to the video driver) if you write "fbset -s" you'll get:
The resolution seems to be good but nothing is displayed.
I think that something is missing and hope that in near future will get this LCD to work in Linux, including touch screen support.
Thank you.
Hello,
I have received my LCD. Firstly it didn't work, so I have updated firmware. Now LCD is working but SIM card isn't recognised. With previous firmware SIM worked and I was controlling with adb. So there is problem with latest firmware. What it could be?
Thanks in advance
Hi guys, I got my 2g iot board and I'm looking to make the LCD work. As I read the LCD works fine on Android... what about taking from the source code the driver and merge it in the Linux kernel??