1.0 backlight for boot logo

  • Hi,
    With the new version 1.0, the pwm backlight seems to be off during the boot so we never see the boot logo.
    Once we have logged in, we can turn it on with

    Code
    1. echo 255 >/sys/class/backlight/pwm-backlight/brightness

    and then we can see the penguin.
    For version 0.2, the backlight came on when the frame buffer started. Is it easy to correct this ?
    Thanks.