Hey There,I'm working on porting ChromiumOS to Exynos 4412.
Basicly what I've achieved so far is to boot it.I'm running a modified overlay of daisy.
I'm booting of a sdcard that has the exynos proprietary stuff, uboot and a fat partition that the kernel is on.I've setted the root to /dev/sda3 (my usb drive)So far my ChromiumOS image builds and boot.But here's my problem:Uppon boot it will keep at "Your system is repairing itself. Please wait"and boot loop on that.
I've did a research around the web and I've found that its something on the state paritition, but the state partition is there and it isn't corrupted, If i put the sdcard on my laptop I can read it.I've uploaded my clobber.log to www.mdrjr.net/clobber.logIs there anything that I'm missing?The integrity of the usb drive looks to be ok.At first glance I've tought that it was somehow ChromiumOS getting lost and trying to access the sdcard that I use to boot instead of the USB key.I've even disabled the sdcard support on the kernel to try. Still the same issue.Any directions or points will be very helpful.Best Regards,Mauro Ribeiro--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en
I've already did the hack to echo the STATE_DEV and it shows /dev/sda1 that is suppoused to be correct. Am I right here?What are the problems or issues to move the stateful partition to tmpfs ?Could you point me where to change that?As far as uploading the overlay I'll, but as soon as my vendor provide me the magical blobs to the MALI GPU. (aka. EGL).My overlay rightnow is just a daisy overlay buiding with cortex-a9 instead of a15. And removing part of its gfx stuff.More likely a arm-generic overlay (I've built that and it works as well).
Right now all I want is a image that will boot and log onto ChromiumOS. Later after I achieve this goal I'll work on getting certain parts of my hardware properly supported.Thank you for your help ;)
View archives, change email options, or unsubscribe:
2012. 11. 7. 오전 10:18에 "Mauro Ribeiro" <mdr...@gmail.com>님이 작성:
>
> I think that I've found the problem.
>
> Google Chromium the Browser requires GL to work right?
>
Yes, cros is using gl for ui and rendering.
> My vendor doesn't provide OpenGL ES (Aka Mali Magical Blobs) for Linux.
>
> Is there any way to get "Software" GL just to run?
There is no open source gles driver for mali.
Also, cros is running on X.
I think you can use mesa, and it is already included in chromium.
I think that I've found the problem.Google Chromium the Browser requires GL to work right?My vendor doesn't provide OpenGL ES (Aka Mali Magical Blobs) for Linux.