Hi,

I tested latest Chromebook image 
(openSUSE-Tumbleweed-ARM-LXQT-chromebook.armv7l-2016.07.15-Build1.1.raw.xz)

First boot is ok except that X server segfault and I only get a console.
Xorg errors are the following:
********************************************************************************
[    44.713] (II) ARMSOC(0): [DRI2]   DRI driver: armsoc
[    44.713] (==) ARMSOC(0): Backing store enabled
[    44.713] (==) ARMSOC(0): Silken mouse enabled
[    44.713] (II) ARMSOC(0): HW cursor init()
[    44.713] (EE) ARMSOC(0): ERROR: Failed driver-specific cursor initialization
[    44.722] (WW) depth 32 FB unsupported : falling back to depth 24
[    44.731] (EE) ARMSOC(0): ERROR: Failed to add framebuffer to the scanout 
buffer
[    44.750] (EE) ARMSOC(0): ERROR: xf86SetDesiredModes() failed!
[    44.750] (EE) ARMSOC(0): ERROR: ARMSOCEnterVT() failed!
[    44.750] (EE)
[    44.750] (EE) Backtrace:
[    44.751] (EE) 0: /usr/bin/X (xorg_backtrace+0x40) [0x1aeed8]
[    44.751] (EE) 1: /usr/bin/X (0x10000+0x1a3d08) [0x1b3d08]
[    44.751] (EE) 2: /lib/libc.so.6 (__default_rt_sa_restorer+0x0) [0xb697a090]
[    44.751] (EE) 3: /usr/bin/X (0x10000+0x56078) [0x66078]
[    44.751] (EE) 4: /usr/bin/X (AddScreen+0x14c) [0x46964]
[    44.751] (EE) 5: /usr/bin/X (InitOutput+0x3dc) [0x8eb40]
[    44.752] (EE) 6: /usr/bin/X (0x10000+0x3a5bc) [0x4a5bc]
[    44.752] (EE) 7: /lib/libc.so.6 (__libc_start_main+0x120) [0xb6961d64]
[    44.752] (EE)
[    44.752] (EE) Segmentation fault at address 0x200
[    44.752] (EE)
Fatal server error:
[    44.752] (EE) Caught signal 11 (Segmentation fault). Server aborting
[    44.752] (EE)
[    44.752] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
 for help.
[    44.752] (EE) Please also check the log file at "/var/log/Xorg.0.log" for 
additional information.
[    44.752] (EE)
[    45.038] (EE) Server terminated with error (1). Closing log file.
********************************************************************************

Moreover, 2nd boot is broken. I need to manually enable bootflag on partition 2:
    parted $diskname set 2 boot on
and do the CGPT magic:
    cgpt add -t kernel -i 1 -S 1 -T 5 -P 10 -l U-BOOT $diskname

Once done, I can boot again on my SD card, but I get lots of "max77686-rtc: RTC 
cannot handle the year 1970" messages.

I guess we need to update preCallInit.sh or installUBoot.sh?


Guillaume


--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to