Skip to content

Kernel 5.4.3 OrangePi One Plus

Latest
Compare
Choose a tag to compare
@avafinger avafinger released this 13 Dec 15:39
· 4 commits to master since this release
7070d64

Kernel 5.4.3

  • DVFS
  • hdmi
  • hdmi-sound
  • i2c
  • cedrus (?)
  • panfrost (?)

hdmi sound

SPDF has been removed/disabled, so update your /etc/asond.conf like so:

    cat /etc/asound.conf
    pcm.!default {
            type plug
            slave {
               pcm "hw:0,0"
            }
    }
    					
    ctl.!default {
            type hw
            card 0
    }

Install

  • Make sure you have enough free space in /boot partition (35 Mbytes free)

  • install with

      sudo dpkg -i linux-image-5.4.3_1.0-26.deb
    

Fix

The deb package has been re-uploaded to fix the install error.
uploaded the second time, now it works.