| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 70df75089a1ffbfd073d623e32d6417488b79491.
|
|
|
|
- Boot splash
- Kernel logo
- Plymouth splash
- Flutter app
|
|
I don't have a USB to serial converter that works with the default baud rate.
|
|
- Use kernel with bundled initramfs for beaglebone-yocto IMAGE_BOOT_FILES
- Custom WIC kickstart needed that has larger boot partition to account for kernel with bundled initramfs
- A handful of additional kernel args are needed as well
- Add plymouth settle initramfs module that does delay after starting plymouth splash, without it switch root occurs before plymouth can start rendering and the splash is never shown
- Kernel logo size doesn't fill 1024x600 waveshare screen, was having trouble with fullscreen image will re-visit
- Need to use non-default gbm-format with weston otherwise it will crash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Primary motivation for this is removing observability containers from beaglebone black because of RAM limitations. Images can now include the observability containers by adding `observability` to `IMAGE_FEATURES`.
|
|
Some platforms (i.e. beaglebone black) don't have u-boot video support.
|
|
|
|
|
|
|
|
|
|
|
|
|