Skip to content

Releases: avafinger/orangepi-h6-ubuntu-base-minimal

Kernel 5.4.6 OrangePi One Plus

29 Dec 00:34
79dba0f
Compare
Choose a tag to compare
Pre-release

Kernel 5.4.6

  • DVFS 720 ~1800 MHz
  • server like
  • ~40° C

Install

  • Make sure you have 25 MBytes free in /boot partition

      sudo dpkg -i linux-image-5.4.6_1.0-27.deb
    

Kernel 5.4.3 OrangePi One Plus

13 Dec 15:39
7070d64
Compare
Choose a tag to compare

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.

Kernel 5.3.9 - xunlong based - testing only

12 Dec 14:08
c5302f4
Compare
Choose a tag to compare

Create SD CARD image from a Linux box.

Instructions:

  • Step 1
    sudo ./format_sd_mainline.sh /dev/sdX

Usage: $0 (SD CARD: /dev/sdX where X is a letter or /dev/mmcblkN where N is your sd card number)"

  • Step 2
    sudo ./flash_sdcard.sh /dev/sdX

PS: Make sure you find the correct device letter or you can ERASE your HDD.

Make the script executable:
sudo chmod +x *.sh

New u-boot v2019.10
You can use the new u-boot version by writing it to the SD card.

       sudo dd if=./u-boot-sunxi-with-spl.bin of=/dev/sdX bs=8k seek=1
       sync

where /sdX should be your SD CARD device.

Possible Issues:

  • reboot
  • Setting CPU speed to 1.8GHz may crash the kernel on H6 with speed bin slow
  • slightly hotter. 45C with heatsink with this DVFS

Mainline Kernel 5.3.1 Orange Pi One Plus H6

22 Sep 00:20
fe21b16
Compare
Choose a tag to compare

Mainline stable kernel 5.3.1

Instructions

  • Make sure you have 25 MBytes free in the /boot partition
  • Make a backup of your data (sd card)

Install stable kernel:

sudo dpkg -i linux-image-5.3.1_1.0-25.deb

Working:

  • i2c
  • sound
  • HDMI
  • eth
  • IR

Mainline Linux Image 5.2.0-rc4 for Orange Pi One Plus

10 Jun 13:43
555a1ae
Compare
Choose a tag to compare

Mainline Linux Kernel 5.2.0-rc4 for the Orange Pi One Plus

linux-image-5.2.0_1.0-16.deb package

Make sure you have free space in the /boot partition

Install with:

sudo dpkg - i linux-image-5.2.0_1.0-16.deb

Mainline Linux Image 5.2.0-rc3 for Orange Pi One Plus

05 Jun 22:38
8a00a70
Compare
Choose a tag to compare

Mainline Linux Kernel 5.2.0-rc3 for the Orange Pi One Plus

linux-image-5.2.0_1.0-15.deb package

Make sure you have free space on /boot partition
Install with:

sudo dpkg - i linux-image-5.2.0_1.0-15.deb

/boot content (symlink) after upgrade:

lrwxrwxrwx 1 root root 15 Jun 5 17:30 Image -> Image_5.2.0-rc3
lrwxrwxrwx 1 root root 20 Jun 5 17:30 opi-h6.dtb -> opi-h6.dtb_5.2.0-rc3

Mainline Linux Image 5.2.0-rc2 for Orange Pi One Plus

28 May 23:42
82778c7
Compare
Choose a tag to compare

Mainline Linux Image 5.2.0-rc2 for Orange Pi One Plus

  • Make sure you have 26 Mbytes free on /boot partition

  • install
    dpkg -i linux-image-5.2.0_1.0-14.deb

Mainline 5.2.0-rc2
lrwxrwxrwx 1 root root 15 Mai 28 20:41 Image -> Image_5.2.0-rc2
lrwxrwxrwx 1 root root 20 Mai 28 20:41 opi-h6.dtb -> opi-h6.dtb_5.2.0-rc2

Mainline 5.1.5
lrwxrwxrwx 1 root root 11 Mai 28 20:25 Image -> Image_5.1.5
lrwxrwxrwx 1 root root 16 Mai 28 20:24 opi-h6.dtb -> opi-h6.dtb_5.1.5

Mainline Linux Image 5.2.0-rc1 for Orange Pi One Plus

24 May 01:32
8e28780
Compare
Choose a tag to compare

Install with:
sudo dpkg - i linux-image-5.2.0_1.0-13.deb

Mainline Linux Image 5.1.3 for Orange Pi One Plus

17 May 23:45
d76a2ad
Compare
Choose a tag to compare

Mainline stable Kernel Linux Image 5.1.3 for Orange Pi One Plus

  • Cedrus
  • I2C
  • IR
  • ath9k WIFI
  • spdidev0.0
  • mali (need 64-bit userland not available)

The kernel is built with GCC 8.3 for maximum performance.

Install:

  • dpkg -i linux-image-5.1.3_1.0-12.deb

PS: Make sure you have free space in /boot (26 MBytes free)

Mainline Linux Image 5.1.2 for Orange Pi One Plus (fixup)

16 May 12:44
0a2a3ef
Compare
Choose a tag to compare

Mainline stable kernel 5.1.2-h6

  • fixup for reboot issue

Make sure you have 25 MBytes free os space on /boot

sudo dpkg -i linux-image-5.1.2_1.0-11.deb