Using Chromium in Embedded Boards (iMX6Q)

323 views
Skip to first unread message

Suwaibith Suhail

unread,
Sep 22, 2017, 5:33:43 AM9/22/17
to Chromium-dev
Hi,

I am hoping to get some insight with regard to using chromium in embedded board such as Wandboard that is running on IMX6 Quad processor with 4GB of RAM. The idea is to run a simple standalone web application that will be accessible by only user at a given time using a touch screen (ATM like terminal). I was wondering if anyone here has any prior experience of using chromium in an embedded board for simple use cases and how was their experience using the stack - Issues encountered, reliability and durability.

I found similar posts online unfortunately no one could share some insights or talk about their experience

Proposed Architecture for the use case:

        Single User
--------------------------
:::::: Chromium :::::: 
:::: Tomcat [app] :::: 
::::::::: MySQL :::::::: 
---------------------------


Thank you in advance for your inputs and thoughts


Thanks & Regards,
Suhail

Claudio deSouza

unread,
Sep 23, 2017, 10:53:12 PM9/23/17
to Chromium-dev
I use the chromium code in a raspberry pi running on ubuntu and it works fine, but we are talking about arm...

Suwaibith Suhail

unread,
Sep 26, 2017, 7:59:44 AM9/26/17
to Chromium-dev
yes, I am guessing you did not run tomcat or mysql in the same system right? Regardless I would like to know your two cents with respect to the endurance of the browser and how long was the up time. Thank you 

Carlos Rafael Giani

unread,
Sep 26, 2017, 8:04:22 AM9/26/17
to chromi...@chromium.org

Baseline chromium should work on the imx. But - you won't get hardware accelerated video decoding. Also, you must make sure that OpenGL ES is used, not regular OpenGL.

For the hardware acceleration you must apply patches. Upstream currently does not have imx support.

--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/d2e4c87b-386b-420d-8860-4d89ec2bab81%40chromium.org.

Suwaibith Suhail

unread,
Sep 26, 2017, 10:15:04 AM9/26/17
to Chromium-dev
Thank you Carlos, my current expectations do not require any additional decoding and i do run chromium with the flag --disable-gpu, yes Chromium does work on imx6 and i was able to install it on top of an arch distro along side mysql and tomcat services. The entire stack works fine and since my expectations do not require any multi user sessions or concurrency, the stack is stable for most part. I am of course curious as to the stability of running chromium continuously for a long time with occasional active single user sessions like accessing an ATM terminal. By any chance have you worked or experienced issues with chromium that was running continuously for long periods of time, and do you know of any similar domains that uses similar stack in an embedded board. Thank you for your time. 
Reply all
Reply to author
Forward
0 new messages