Issue metadata
Sign in to add a comment
|
Enabled rockchip64 DRM related issue on kernel config on kevin64 |
||||||||||||||||||||||
Issue descriptionUserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36 Steps to reproduce the problem: Create ChromeOS kevin64 test image $ ./setup_board --board=kevin64 $ ./build_packages --board=kevin64 $ ./build_image --board=kevin64 --noenable_rootfs_verification test Boot this image via USB What is the expected behavior? What went wrong? Image doesn't boot, I got a black screen, after it reboots. It seems this CL caused the problem: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/1241529 Did this work before? Yes Chrome version: 71.0.3563.0 Channel: n/a OS Version: Flash Version:
,
Sep 28
,
Sep 28
> Did this work before? Yes Probably the easiest is to bisect then? I don't personally have time to do this though...
,
Sep 28
I can revert this if it's causing an issue -- but it should only do that if you're using an upstream kernel (or one that doesn't have a chrome os config in the kernel tree) any reason you're not using 4.4 like regular kevin?
,
Sep 28
,
Sep 28
,
Oct 1
kevin64 does use the regular 4.4 kernel: equery-kevin64 l '*kernel*' * Searching for *kernel* ... [I-O] [ ] sys-kernel/chromeos-kernel-4_4-4.4.157-r1682:0 So I think there must be some other unexpected issue here?
,
Oct 1
Regarding to #3, I've just reverted this CL locally and after that it works again.
,
Oct 1
re #8 - that is strange, that CL should only affect kernels which don't have a chrome os style config made with the scripts under chromeos/scripts using snippets from chromeos/config/ -- and if you're using 4.4 you should be using the chrome os config that we keep in the kernel. I'll try to build kevin64 and see if I can figure out what's going on
,
Oct 1
it does look like kevin64 is using chrome os kernel 4.4 and using the same config as kevin -- the only difference I noticed is that kevin has USE=kvm_host set, which turns on some different kernel configs. However, none of those should affect the display. So I'm wondering -- are you building the kernel from your local checkout (are you cros worked-on chromeos-kernel-4_4 ?) if you are doing that then maybe using a different kernel or have an upstream or other non-chromeos kernel checked out?
,
Oct 2
Thanks for your comment. I've been working on re-enable kvm-host on kevin64. We will see whether it has any effect related to this issue. No, we aren't. We use the 'official' kernel 4_4 package for the building.
,
Oct 5
I've looked at this issue, I checked the kernel serial output, the init process was killed by another reason. '/sbin/init: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file or directory' That's not clear to me why it is gone when I reverted this, because I don't see there is no relationship with this change. So I think this issue could be closed.
,
Oct 5
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by dave.rod...@gtempaccount.com
, Sep 28