Skip to content

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

Mainline Linux Image 5.1.2 for Orange Pi One Plus

16 May 01:30
96aec43
Compare
Choose a tag to compare

Mainline stable Kernel 5.1.2 (deb package)

Install:

  • sudo dpkg -i linux-image-5.1.2_1.0-10.deb

PS: Make sure you have 25 MBytes free on /boot
For the hdmi-sound and spdif to work properly ALSA must be configured.

Mainline Linux Image 5.1.0 for Orange Pi One Plus (deb package)

06 May 18:59
d6b4a7b
Compare
Choose a tag to compare

Mainline Kernel 5.1.0 for Orange Pi One Plus (deb package)

  • install
    sudo dpkg -i linux-image-5.1.0_1.0-9.deb
    sudo shutdown -h now

  • hdmi

  • hdmi-sound

  • spdf sound

  • i2c

  • spidev0

For the hdmi-sound and spdf to work properly ALSA must be configured.

Mainline Linux Image 5.1-rc7 for Orange Pi One Plus (flash from linux)

04 May 19:49
d6b4a7b
Compare
Choose a tag to compare

Create SD CARD image from Linux.

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.

alex@svn:/arm/ubuntu/h6/img$ md5sum rootfs_h6_rc7.tar.gz
4a1eccf8b0d9400da38365493194d07c rootfs_h6_rc7.tar.gz

alex@svn:/arm/ubuntu/h6/img$ md5sum boot_h6_rc7.tar.gz
2ae4a14f1a1b4705899cdd1647729e64 boot_h6_rc7.tar.gz

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

Mainline Linux Image 5.1-rc7 for Orange Pi One Plus

02 May 16:06
588ccc5
Compare
Choose a tag to compare

Mainline Linux Image 5.1-rc7 for Orange Pi One Plus

8GB SD CARD Image with the latest mainline kernel 5.1-rc7

Enabled

  • HDMI
  • i2c
  • ir
  • ath9k usb drivers
  • hdmi-sound

Install Instructions

  • Unzip (7zip) orangepi-one-plus-8GB-sd.img.7z
  • Burn 8GB SD CARD with Win32DiskImager ou Etcher

Before First Boot

  • Edit and update the file /etc/resolver.conf to reflect your network (DNS)

First Boot

  • Issue:
    sudo apt-get update
    sudo apt-get dist-upgrade

Desktop Usage
You can install LXDE Desktop by installing lxde package
sudo apt-get install lxde

Mainline Linux Image 5.1-rc6 for Orange Pi One Plus

26 Apr 22:35
588ccc5
Compare
Choose a tag to compare

linux-image-5.1-rc6-h6_1.0-8.deb

  • install with:
    sudo dpkg -i linux-image-5.1-rc6-h6_1.0-8.deb

  • issues
    HDMI randomly gets the wrong modeset

  • Workaround:
    If a Desktop is used and you can't see the login screen, use ssh to connect and type in:
    sudo service lightdm stop
    sudo service lightdm start

You may need to do it twice!

IR (fixed up)

12 Apr 22:15
7e820da
Compare
Choose a tag to compare

This is the correct DT to activate IR on H6.

Instructions:

  • unzip to /boot
  • shut down and reboot

Mainline Linux Image 5.1-rc4 for Orange Pi One Plus

08 Apr 23:45
Compare
Choose a tag to compare

Currently enabled:

HDMI
HDMI sound (need more testing)
IR (probed but not working)
i2c
spidev0.0
cedrus (not tested)

Current Issues:

lightdm Login sometimes switch wrong modeset (Desktop usage), if the login does not pop up just type ubuntu [enter] and ubuntu [enter]
and wait a bit.

You can try this to get correct modeset in Desktop (use ssh):
sudo service lightdm stop
sudo service lightdm start

or set HDMI-1 manually

Install with:
sudo dpkg -i linux-image-5.1-rc4-h6_1.0-7.deb

possible reboot fix
u-boot-sunxi-with-spl.bin

Write u-boot to SD CARD:
sudo dd if=./u-boot-sunxi-with-spl.bin of=/dev/sdc bs=8k seek=1

fix for hdmi-sound
u-boot-hdmi-sound.bin

Write u-boot to SD CARD:
sudo dd if=./u-boot-hdmi-sound.bin of=/dev/sdc bs=8k seek=1

Linux Kernel Image 5.1.0-rc3 for Orange Pi One Plus (IR / HDMI sound)

06 Apr 16:08
Compare
Choose a tag to compare

Currently enabled:

  • HDMI
  • HDMI sound
  • IR
  • i2c
  • spi
  • cedrus

Current Issues:

lightdm Login sometimes switch wrong modeset (Desktop usage), if the login does not pop up just type ubuntu [enter] and ubuntu [enter]
and wait a bit.

You can try this to get correct modeset in Desktop (use ssh):
sudo service lightdm stop
sudo service lightdm start

or set HDMI-1 manually

  • Install with:
    sudo dpkg -i linux-image-5.1-rc3-h6_1.0-5.deb

Linux Kernel Image 5.1-rc3 (Experimental)

02 Apr 17:44
Compare
Choose a tag to compare

Linux Kernel Image 5.1.0-rc3 for Orange Pi One Plus

Current Issues:

HDMI does not detect the correct modeset (Desktop usage)

  • You can try this to get correct modeset in Desktop:
    sudo service lightdm stop
    sudo service lightdm start

or set HDMI-1 manually

Linux Image 5.1-rc2 H6 (experimental)

29 Mar 13:55
Compare
Choose a tag to compare

Linux Kernel Image 5.1.0-rc2 for Orange Pi One Plus

Current Issues:

  • HDMI does not detect the correct mode (Desktop usage)
    You can try this if you use Desktop:
    sudo service lightdm stop
    sudo service lightdm start

    or set HDMI-1 manually

  • I think the stability is better if HDMI is in text mode (CLI)
    htop-h6

  • Install with:
    sudo dpkg -i linux-image-5.1-rc2-h6_1.0-3.deb