On Tue, Jun 27, 2017 at 3:34 PM, Sergey Manucharian <[email protected]> wrote: > How to enable splash screen for 4.4.x kernels? > > I never had problems with 3.8.x kernels. I'm using an LCD compatible with > the standard 7" cape (4DCAPE-70T). > The kernel is 4.4.16-ti-rt built from > https://github.com/RobertCNelson/bb-kernel. > > I've enabled standard boot logo in the kernel, but it does not show up. > What am I missing? > > Thanks for advises!
3 things.. 1st: Your going to have to upgrade that kernel. 4.4.16-ti-rt-r38 used "kernel" overlays... To support these almost everything is built as a module. So the display comes up way late to do any boot splashing.. so first upgrade to: 4.4.68-ti-rt-r110 2nd: Switch u-boot to use "U-Boot" overlays: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays 3rd: Tweak, 4.4.68-ti-rt-r110's config to bring up pwm, tilcd, etc as built-in (y), i've started doing this in v4.9.x-ti but haven't backported those changes to v4.4.x-ti Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjsERY6fiVontz_xAxp4wa8Tua9TuoYn2tLW5E7Toj2hA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
