Skip to content

Releases: ayufan-rock64/linux-build

0.6.24: jenkins-linux-build-rock-64-191

03 Mar 19:33
Compare
Choose a tag to compare
Pre-release

Notes:

  • The RELEASES is the latest stable version. The pre-release is the latest development version.
  • Use u-boot recovery mode selection: ayufan-rock64/linux-u-boot@ea6efec
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list,
  • Buy me a Beer

OpenMediaVault:

  • Jessie, armhf variant is prefferred as it is stable (OMV 3.0) and offers the best compatibility,
  • Use Stretch only for testing (OMV 4.0),

Xenial / Container Linux:

  • It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use,

Bionic:

  • The Bionic is development version of upcoming Ubuntu 18.04 LTS it might-not-work,

Credentials:

  • All variants except OMV: rock64/rock64
  • OMV: admin/openmediavault (for Web), root/openmediavault (for Console). To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade:

sudo apt-get update -y
sudo apt-get install linux-rock64 -y

0.6.x

  • 0.6.24: Use armsoc for X11,
  • 0.6.24: Improve libmali and extend install_desktop to support LXDE/XFCE4/Gnome,
  • 0.6.24: Fix flash-kernel causing bionic to fail,
  • 0.6.24: Include additional wireless drivers from Xalius,
  • 0.6.24: Make extlinux to use dual-boot to allow to choose current, or previous kernel,
  • 0.6.23: Disable CONFIG_SCHED_WALT to increase system stability,
  • 0.6.22: Rebase 4.4 kernel on rockchip-linux/kernel@7b43537,
  • 0.6.21: Include BL31 in bootloader, this fixes kernel booting,
  • 0.6.20: Fix HDMI and USB2.0 on 4.4 kernel,
  • 0.6.19: Fix 4.4 kernel emmc and gmac2io ordering, to be always first,
  • 0.6.18: Fix 4.4 kernel not booting,
  • 0.6.17: Rebase and flatten all kernel patches on top of rockchip-4.4,
  • 0.6.17: Enable dvfs for DRAM,
  • 0.6.16: Limit USB3 to HS mode in u-boot,
  • 0.6.15: Introduce Containers Linux: it has bundled latest Docker Community Edition, Docker Compose and Kubernetes tools,
  • 0.6.15: Introduce OpenMediaVault 4.0 Stretch edition (alpha/alpha)
  • 0.6.14: Fix USB3 booting from SPI,
  • 0.6.14: Fix leds handling in Linux,
  • 0.6.13: Tune tx/rx delay for gmac2io to make it stable without additional userspace quirks on: 4.4 kernel, 4.15 kernel and in u-boot (PXE booting is possible now! yay!).
  • 0.6.13: The 4.4 and 4.15 kernels do support configfs dt overlays,
  • 0.6.13: Enable ZRAM support for mainline,
  • 0.6.12: Use older ATF (for rk322xh) which solves serial/ethernet address and booting of mainline kernel: ayufan-rock64/arm-trusted-firmware@f947c7e
  • 0.6.11: Use different delays for u-boot PXE to make it work,
  • 0.6.10: Add images to flash u-boot to SPI,
  • 0.6.10: Fix rock64_write|erase_spi_flash.sh,
  • 0.6.9: Fix USB booting from OTG,
  • 0.6.9: Enable SPI support for Winbond in u-boot,
  • 0.6.9: Introduce recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec,
  • 0.6.9: Enable control of rk805 leds from u-boot,
  • 0.6.9: The rock64_write|erase_spi_flash.sh check MTD name,
  • 0.6.8: Fix rock64_write|erase_spi_flash.sh scripts,
  • 0.6.7: Fix u-boot booting (regression since 0.6.6),
  • 0.6.6: Fix eMMC not working since 0.6.1,
  • 0.6.6: U-boot supports USB2/3 booting,
  • 0.6.6: Use Rockchip's u-boot tree,
  • 0.6.5: Tag all dependent repositories,
  • 0.6.4: Include mainline kernel in release,
  • 0.6.3: Rebase mainline kernel and u-boot patches,
  • 0.6.3: Fix libmali (make it work),
  • 0.6.3: Fix small bug in rock64_write_spi_flash.sh,
  • 0.6.2: Use RK DDR and SPL (allows SPI booting),
  • 0.6.2: Release bionic instead of artful,
  • 0.6.2: Include a bunch of updated drivers: xserver, libdrm, xf86-video-armsoc, etc.,
  • 0.6.2: Include updated 4.4 kernel,
  • 0.6.1: Make SPL/TPL actually to work,
  • 0.6.1: Introduce rock64_write_spi_flash.sh and rock64_erase_spi_flash.sh,
  • 0.6.0: Highly experimental,
  • 0.6.0: Use SPL/TPL instead of Rockchip's loaders (supports flashing and booting from SPI),

https://jenkins.ayufan.eu/job/linux-build-rock-64/191/

0.6.23: jenkins-linux-build-rock-64-189

28 Feb 22:48
Compare
Choose a tag to compare
Pre-release

Notes:

  • The RELEASES is the latest stable version. The pre-release is the latest development version.
  • Use u-boot recovery mode selection: ayufan-rock64/linux-u-boot@ea6efec
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list,
  • Buy me a Beer

OpenMediaVault:

  • Jessie, armhf variant is prefferred as it is stable (OMV 3.0) and offers the best compatibility,
  • Use Stretch only for testing (OMV 4.0),

Xenial / Container Linux:

  • It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use,

Bionic:

  • The Bionic is development version of upcoming Ubuntu 18.04 LTS it might-not-work,

Credentials:

  • All variants except OMV: rock64/rock64
  • OMV: admin/openmediavault (for Web), root/openmediavault (for Console). To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade:

sudo apt-get update -y
sudo apt-get install linux-rock64 -y

0.6.x

  • 0.6.23: Disable CONFIG_SCHED_WALT to increase system stability,
  • 0.6.22: Rebase 4.4 kernel on rockchip-linux/kernel@7b43537,
  • 0.6.21: Include BL31 in bootloader, this fixes kernel booting,
  • 0.6.20: Fix HDMI and USB2.0 on 4.4 kernel,
  • 0.6.19: Fix 4.4 kernel emmc and gmac2io ordering, to be always first,
  • 0.6.18: Fix 4.4 kernel not booting,
  • 0.6.17: Rebase and flatten all kernel patches on top of rockchip-4.4,
  • 0.6.17: Enable dvfs for DRAM,
  • 0.6.16: Limit USB3 to HS mode in u-boot,
  • 0.6.15: Introduce Containers Linux: it has bundled latest Docker Community Edition, Docker Compose and Kubernetes tools,
  • 0.6.15: Introduce OpenMediaVault 4.0 Stretch edition (alpha/alpha)
  • 0.6.14: Fix USB3 booting from SPI,
  • 0.6.14: Fix leds handling in Linux,
  • 0.6.13: Tune tx/rx delay for gmac2io to make it stable without additional userspace quirks on: 4.4 kernel, 4.15 kernel and in u-boot (PXE booting is possible now! yay!).
  • 0.6.13: The 4.4 and 4.15 kernels do support configfs dt overlays,
  • 0.6.13: Enable ZRAM support for mainline,
  • 0.6.12: Use older ATF (for rk322xh) which solves serial/ethernet address and booting of mainline kernel: ayufan-rock64/arm-trusted-firmware@f947c7e
  • 0.6.11: Use different delays for u-boot PXE to make it work,
  • 0.6.10: Add images to flash u-boot to SPI,
  • 0.6.10: Fix rock64_write|erase_spi_flash.sh,
  • 0.6.9: Fix USB booting from OTG,
  • 0.6.9: Enable SPI support for Winbond in u-boot,
  • 0.6.9: Introduce recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec,
  • 0.6.9: Enable control of rk805 leds from u-boot,
  • 0.6.9: The rock64_write|erase_spi_flash.sh check MTD name,
  • 0.6.8: Fix rock64_write|erase_spi_flash.sh scripts,
  • 0.6.7: Fix u-boot booting (regression since 0.6.6),
  • 0.6.6: Fix eMMC not working since 0.6.1,
  • 0.6.6: U-boot supports USB2/3 booting,
  • 0.6.6: Use Rockchip's u-boot tree,
  • 0.6.5: Tag all dependent repositories,
  • 0.6.4: Include mainline kernel in release,
  • 0.6.3: Rebase mainline kernel and u-boot patches,
  • 0.6.3: Fix libmali (make it work),
  • 0.6.3: Fix small bug in rock64_write_spi_flash.sh,
  • 0.6.2: Use RK DDR and SPL (allows SPI booting),
  • 0.6.2: Release bionic instead of artful,
  • 0.6.2: Include a bunch of updated drivers: xserver, libdrm, xf86-video-armsoc, etc.,
  • 0.6.2: Include updated 4.4 kernel,
  • 0.6.1: Make SPL/TPL actually to work,
  • 0.6.1: Introduce rock64_write_spi_flash.sh and rock64_erase_spi_flash.sh,
  • 0.6.0: Highly experimental,
  • 0.6.0: Use SPL/TPL instead of Rockchip's loaders (supports flashing and booting from SPI),

https://jenkins.ayufan.eu/job/linux-build-rock-64/189/

0.6.21: jenkins-linux-build-rock-64-187

19 Feb 16:42
Compare
Choose a tag to compare
Pre-release

Notes:

  • The RELEASES is the latest stable version. The pre-release is the latest development version.
  • Use u-boot recovery mode selection: ayufan-rock64/linux-u-boot@ea6efec
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list,
  • Buy me a Beer

OpenMediaVault:

  • Jessie, armhf variant is prefferred as it is stable (OMV 3.0) and offers the best compatibility,
  • Use Stretch only for testing (OMV 4.0),

Xenial / Container Linux:

  • It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use,

Bionic:

  • The Bionic is development version of upcoming Ubuntu 18.04 LTS it might-not-work,

Credentials:

  • All variants except OMV: rock64/rock64
  • OMV: admin/openmediavault (for Web), root/openmediavault (for Console). To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade:

sudo apt-get update -y
sudo apt-get install linux-rock64 -y

0.6.x

  • 0.6.21: Include BL31 in bootloader, this fixes kernel booting,
  • 0.6.20: Fix HDMI and USB2.0 on 4.4 kernel,
  • 0.6.19: Fix 4.4 kernel emmc and gmac2io ordering, to be always first,
  • 0.6.18: Fix 4.4 kernel not booting,
  • 0.6.17: Rebase and flatten all kernel patches on top of rockchip-4.4,
  • 0.6.17: Enable dvfs for DRAM,
  • 0.6.16: Limit USB3 to HS mode in u-boot,
  • 0.6.15: Introduce Containers Linux: it has bundled latest Docker Community Edition, Docker Compose and Kubernetes tools,
  • 0.6.15: Introduce OpenMediaVault 4.0 Stretch edition (alpha/alpha)
  • 0.6.14: Fix USB3 booting from SPI,
  • 0.6.14: Fix leds handling in Linux,
  • 0.6.13: Tune tx/rx delay for gmac2io to make it stable without additional userspace quirks on: 4.4 kernel, 4.15 kernel and in u-boot (PXE booting is possible now! yay!).
  • 0.6.13: The 4.4 and 4.15 kernels do support configfs dt overlays,
  • 0.6.13: Enable ZRAM support for mainline,
  • 0.6.12: Use older ATF (for rk322xh) which solves serial/ethernet address and booting of mainline kernel: ayufan-rock64/arm-trusted-firmware@f947c7e
  • 0.6.11: Use different delays for u-boot PXE to make it work,
  • 0.6.10: Add images to flash u-boot to SPI,
  • 0.6.10: Fix rock64_write|erase_spi_flash.sh,
  • 0.6.9: Fix USB booting from OTG,
  • 0.6.9: Enable SPI support for Winbond in u-boot,
  • 0.6.9: Introduce recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec,
  • 0.6.9: Enable control of rk805 leds from u-boot,
  • 0.6.9: The rock64_write|erase_spi_flash.sh check MTD name,
  • 0.6.8: Fix rock64_write|erase_spi_flash.sh scripts,
  • 0.6.7: Fix u-boot booting (regression since 0.6.6),
  • 0.6.6: Fix eMMC not working since 0.6.1,
  • 0.6.6: U-boot supports USB2/3 booting,
  • 0.6.6: Use Rockchip's u-boot tree,
  • 0.6.5: Tag all dependent repositories,
  • 0.6.4: Include mainline kernel in release,
  • 0.6.3: Rebase mainline kernel and u-boot patches,
  • 0.6.3: Fix libmali (make it work),
  • 0.6.3: Fix small bug in rock64_write_spi_flash.sh,
  • 0.6.2: Use RK DDR and SPL (allows SPI booting),
  • 0.6.2: Release bionic instead of artful,
  • 0.6.2: Include a bunch of updated drivers: xserver, libdrm, xf86-video-armsoc, etc.,
  • 0.6.2: Include updated 4.4 kernel,
  • 0.6.1: Make SPL/TPL actually to work,
  • 0.6.1: Introduce rock64_write_spi_flash.sh and rock64_erase_spi_flash.sh,
  • 0.6.0: Highly experimental,
  • 0.6.0: Use SPL/TPL instead of Rockchip's loaders (supports flashing and booting from SPI),

https://jenkins.ayufan.eu/job/linux-build-rock-64/187/

0.6.16: jenkins-linux-build-rock-64-177

12 Jan 11:17
Compare
Choose a tag to compare
Pre-release

Notes:

  • The RELEASES is the latest stable version. The pre-release is the latest development version.
  • Use u-boot recovery mode selection: ayufan-rock64/linux-u-boot@ea6efec
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list,
  • Buy me a Beer

OpenMediaVault:

  • Jessie, armhf variant is prefferred as it is stable (OMV 3.0) and offers the best compatibility,
  • Use Stretch only for testing (OMV 4.0),

Xenial / Container Linux:

  • It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use,

Bionic:

  • The Bionic is development version of upcoming Ubuntu 18.04 LTS it might-not-work,

Credentials:

  • All variants except OMV: rock64/rock64
  • OMV: admin/openmediavault (for Web), root/openmediavault (for Console). To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade:

sudo apt-get update -y
sudo apt-get install linux-rock64 -y

0.6.x

  • 0.6.16: Limit USB3 to HS mode in u-boot,
  • 0.6.15: Introduce Containers Linux: it has bundled latest Docker Community Edition, Docker Compose and Kubernetes tools,
  • 0.6.15: Introduce OpenMediaVault 4.0 Stretch edition (alpha/alpha)
  • 0.6.14: Fix USB3 booting from SPI,
  • 0.6.14: Fix leds handling in Linux,
  • 0.6.13: Tune tx/rx delay for gmac2io to make it stable without additional userspace quirks on: 4.4 kernel, 4.15 kernel and in u-boot (PXE booting is possible now! yay!).
  • 0.6.13: The 4.4 and 4.15 kernels do support configfs dt overlays,
  • 0.6.13: Enable ZRAM support for mainline,
  • 0.6.12: Use older ATF (for rk322xh) which solves serial/ethernet address and booting of mainline kernel: ayufan-rock64/arm-trusted-firmware@f947c7e
  • 0.6.11: Use different delays for u-boot PXE to make it work,
  • 0.6.10: Add images to flash u-boot to SPI,
  • 0.6.10: Fix rock64_write|erase_spi_flash.sh,
  • 0.6.9: Fix USB booting from OTG,
  • 0.6.9: Enable SPI support for Winbond in u-boot,
  • 0.6.9: Introduce recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec,
  • 0.6.9: Enable control of rk805 leds from u-boot,
  • 0.6.9: The rock64_write|erase_spi_flash.sh check MTD name,
  • 0.6.8: Fix rock64_write|erase_spi_flash.sh scripts,
  • 0.6.7: Fix u-boot booting (regression since 0.6.6),
  • 0.6.6: Fix eMMC not working since 0.6.1,
  • 0.6.6: U-boot supports USB2/3 booting,
  • 0.6.6: Use Rockchip's u-boot tree,
  • 0.6.5: Tag all dependent repositories,
  • 0.6.4: Include mainline kernel in release,
  • 0.6.3: Rebase mainline kernel and u-boot patches,
  • 0.6.3: Fix libmali (make it work),
  • 0.6.3: Fix small bug in rock64_write_spi_flash.sh,
  • 0.6.2: Use RK DDR and SPL (allows SPI booting),
  • 0.6.2: Release bionic instead of artful,
  • 0.6.2: Include a bunch of updated drivers: xserver, libdrm, xf86-video-armsoc, etc.,
  • 0.6.2: Include updated 4.4 kernel,
  • 0.6.1: Make SPL/TPL actually to work,
  • 0.6.1: Introduce rock64_write_spi_flash.sh and rock64_erase_spi_flash.sh,
  • 0.6.0: Highly experimental,
  • 0.6.0: Use SPL/TPL instead of Rockchip's loaders (supports flashing and booting from SPI),

https://jenkins.ayufan.eu/job/linux-build-rock-64/177/

0.6.15: jenkins-linux-build-rock-64-175

11 Jan 17:04
Compare
Choose a tag to compare
Pre-release

Notes:

  • The RELEASES is the latest stable version. The pre-release is the latest development version.
  • Use u-boot recovery mode selection: ayufan-rock64/linux-u-boot@ea6efec
  • To enable upgrading to pre-releases edit nano /etc/apt/sources.list.d/ayufan-rock64.list,
  • Buy me a Beer

OpenMediaVault:

  • Jessie/armhf variant is prefferred as it is stable (OMV 3.0) and offers the best compatibility,
  • Use Stretch, only for testing (OMV 4.0),

Xenial / Container Linux:

  • It has Docker Community Edition / Docker Compose / Kubernetes-admin installed for easy Containers use,
  • Use sudo docker to interact with Docker Engine,
  • Use sudo kubeadm init to create Kubernetes Cluster,
  • Use sudo kubeadm join <arguments-returned-from-init> to join Kubernetes Cluster,

Bionic:

  • The Bionic is development version of upcoming Ubuntu 18.04 LTS and it might-not-work,

Credentials:

  • All variants except OMV: rock64/rock64
  • OMV: admin/openmediavault (for Web), root/openmediavault (for Console). To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply

Upgrade:

sudo apt-get update -y
sudo apt-get install linux-rock64 -y

0.6.x

  • 0.6.15: Introduce Containers Linux: it has bundled latest Docker Community Edition, Docker Compose and Kubernetes tools,
  • 0.6.15: Introduce OpenMediaVault 4.0 Stretch edition (alpha/alpha)
  • 0.6.14: Fix USB3 booting from SPI,
  • 0.6.14: Fix leds handling in Linux,
  • 0.6.13: Tune tx/rx delay for gmac2io to make it stable without additional userspace quirks on: 4.4 kernel, 4.15 kernel and in u-boot (PXE booting is possible now! yay!).
  • 0.6.13: The 4.4 and 4.15 kernels do support configfs dt overlays,
  • 0.6.13: Enable ZRAM support for mainline,
  • 0.6.12: Use older ATF (for rk322xh) which solves serial/ethernet address and booting of mainline kernel: ayufan-rock64/arm-trusted-firmware@f947c7e
  • 0.6.11: Use different delays for u-boot PXE to make it work,
  • 0.6.10: Add images to flash u-boot to SPI,
  • 0.6.10: Fix rock64_write|erase_spi_flash.sh,
  • 0.6.9: Fix USB booting from OTG,
  • 0.6.9: Enable SPI support for Winbond in u-boot,
  • 0.6.9: Introduce recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec,
  • 0.6.9: Enable control of rk805 leds from u-boot,
  • 0.6.9: The rock64_write|erase_spi_flash.sh check MTD name,
  • 0.6.8: Fix rock64_write|erase_spi_flash.sh scripts,
  • 0.6.7: Fix u-boot booting (regression since 0.6.6),
  • 0.6.6: Fix eMMC not working since 0.6.1,
  • 0.6.6: U-boot supports USB2/3 booting,
  • 0.6.6: Use Rockchip's u-boot tree,
  • 0.6.5: Tag all dependent repositories,
  • 0.6.4: Include mainline kernel in release,
  • 0.6.3: Rebase mainline kernel and u-boot patches,
  • 0.6.3: Fix libmali (make it work),
  • 0.6.3: Fix small bug in rock64_write_spi_flash.sh,
  • 0.6.2: Use RK DDR and SPL (allows SPI booting),
  • 0.6.2: Release bionic instead of artful,
  • 0.6.2: Include a bunch of updated drivers: xserver, libdrm, xf86-video-armsoc, etc.,
  • 0.6.2: Include updated 4.4 kernel,
  • 0.6.1: Make SPL/TPL actually to work,
  • 0.6.1: Introduce rock64_write_spi_flash.sh and rock64_erase_spi_flash.sh,
  • 0.6.0: Highly experimental,
  • 0.6.0: Use SPL/TPL instead of Rockchip's loaders (supports flashing and booting from SPI),

https://jenkins.ayufan.eu/job/linux-build-rock-64/175/

0.6.14: jenkins-linux-build-rock-64-166

09 Jan 22:09
Compare
Choose a tag to compare
Pre-release

Notes:

  • The RELEASES is the latest stable version.
  • The pre-release is the latest development version.
  • For OpenMediaVault the armhf variant is preferred, as it offers the best compatibility.
  • Credentials (console/ssh, except OMV): rock64/rock64
  • Credentials (OMV): admin/openmediavault (Web), root/openmediavault (Console)
  • To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply
  • The U-boot introduces recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec

Upgrade:

sudo apt-get update -y
sudo apt-get install linux-rock64 -y

0.6.x

  • 0.6.14: Fix USB3 booting from SPI,
  • 0.6.14: Fix leds handling in Linux,
  • 0.6.13: Tune tx/rx delay for gmac2io to make it stable without additional userspace quirks on: 4.4 kernel, 4.15 kernel and in u-boot (PXE booting is possible now! yay!).
  • 0.6.13: The 4.4 and 4.15 kernels do support configfs dt overlays,
  • 0.6.13: Enable ZRAM support for mainline,
  • 0.6.12: Use older ATF (for rk322xh) which solves serial/ethernet address and booting of mainline kernel: ayufan-rock64/arm-trusted-firmware@f947c7e
  • 0.6.11: Use different delays for u-boot PXE to make it work,
  • 0.6.10: Add images to flash u-boot to SPI,
  • 0.6.10: Fix rock64_write|erase_spi_flash.sh,
  • 0.6.9: Fix USB booting from OTG,
  • 0.6.9: Enable SPI support for Winbond in u-boot,
  • 0.6.9: Introduce recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec,
  • 0.6.9: Enable control of rk805 leds from u-boot,
  • 0.6.9: The rock64_write|erase_spi_flash.sh check MTD name,
  • 0.6.8: Fix rock64_write|erase_spi_flash.sh scripts,
  • 0.6.7: Fix u-boot booting (regression since 0.6.6),
  • 0.6.6: Fix eMMC not working since 0.6.1,
  • 0.6.6: U-boot supports USB2/3 booting,
  • 0.6.6: Use Rockchip's u-boot tree,
  • 0.6.5: Tag all dependent repositories,
  • 0.6.4: Include mainline kernel in release,
  • 0.6.3: Rebase mainline kernel and u-boot patches,
  • 0.6.3: Fix libmali (make it work),
  • 0.6.3: Fix small bug in rock64_write_spi_flash.sh,
  • 0.6.2: Use RK DDR and SPL (allows SPI booting),
  • 0.6.2: Release bionic instead of artful,
  • 0.6.2: Include a bunch of updated drivers: xserver, libdrm, xf86-video-armsoc, etc.,
  • 0.6.2: Include updated 4.4 kernel,
  • 0.6.1: Make SPL/TPL actually to work,
  • 0.6.1: Introduce rock64_write_spi_flash.sh and rock64_erase_spi_flash.sh,
  • 0.6.0: Highly experimental,
  • 0.6.0: Use SPL/TPL instead of Rockchip's loaders (supports flashing and booting from SPI),

https://jenkins.ayufan.eu/job/linux-build-rock-64/166/

0.6.13: jenkins-linux-build-rock-64-165

07 Jan 23:51
Compare
Choose a tag to compare
Pre-release

Notes:

  • The RELEASES is the latest stable version.
  • The pre-release is the latest development version.
  • For OpenMediaVault the armhf variant is preferred, as it offers the best compatibility.
  • Credentials (console/ssh, except OMV): rock64/rock64
  • Credentials (OMV): admin/openmediavault (Web), root/openmediavault (Console)
  • To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply
  • The U-boot introduces recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec

Upgrade:

sudo apt-get update -y
sudo apt-get install linux-rock64 -y

0.6.x

  • 0.6.13: Tune tx/rx delay for gmac2io to make it stable without additional userspace quirks on: 4.4 kernel, 4.15 kernel and in u-boot (PXE booting is possible now! yay!).
  • 0.6.13: The 4.4 and 4.15 kernels do support configfs dt overlays,
  • 0.6.13: Enable ZRAM support for mainline,
  • 0.6.12: Use older ATF (for rk322xh) which solves serial/ethernet address and booting of mainline kernel: ayufan-rock64/arm-trusted-firmware@f947c7e
  • 0.6.11: Use different delays for u-boot PXE to make it work,
  • 0.6.10: Add images to flash u-boot to SPI,
  • 0.6.10: Fix rock64_write|erase_spi_flash.sh,
  • 0.6.9: Fix USB booting from OTG,
  • 0.6.9: Enable SPI support for Winbond in u-boot,
  • 0.6.9: Introduce recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec,
  • 0.6.9: Enable control of rk805 leds from u-boot,
  • 0.6.9: The rock64_write|erase_spi_flash.sh check MTD name,
  • 0.6.8: Fix rock64_write|erase_spi_flash.sh scripts,
  • 0.6.7: Fix u-boot booting (regression since 0.6.6),
  • 0.6.6: Fix eMMC not working since 0.6.1,
  • 0.6.6: U-boot supports USB2/3 booting,
  • 0.6.6: Use Rockchip's u-boot tree,
  • 0.6.5: Tag all dependent repositories,
  • 0.6.4: Include mainline kernel in release,
  • 0.6.3: Rebase mainline kernel and u-boot patches,
  • 0.6.3: Fix libmali (make it work),
  • 0.6.3: Fix small bug in rock64_write_spi_flash.sh,
  • 0.6.2: Use RK DDR and SPL (allows SPI booting),
  • 0.6.2: Release bionic instead of artful,
  • 0.6.2: Include a bunch of updated drivers: xserver, libdrm, xf86-video-armsoc, etc.,
  • 0.6.2: Include updated 4.4 kernel,
  • 0.6.1: Make SPL/TPL actually to work,
  • 0.6.1: Introduce rock64_write_spi_flash.sh and rock64_erase_spi_flash.sh,
  • 0.6.0: Highly experimental,
  • 0.6.0: Use SPL/TPL instead of Rockchip's loaders (supports flashing and booting from SPI),

https://jenkins.ayufan.eu/job/linux-build-rock-64/165/

0.6.12: jenkins-linux-build-rock-64-164

06 Jan 11:53
Compare
Choose a tag to compare
Pre-release

Notes:

  • The RELEASES is the latest stable version.
  • The pre-release is the latest development version.
  • For OpenMediaVault the armhf variant is preferred, as it offers the best compatibility.
  • Credentials (console/ssh, except OMV): rock64/rock64
  • Credentials (OMV): admin/openmediavault (Web), root/openmediavault (Console)
  • To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply
  • The U-boot introduces recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec

Upgrade:

sudo apt-get update -y
sudo apt-get install linux-rock64 -y

0.6.x

  • 0.6.12: Use older ATF (for rk322xh) which solves serial/ethernet address and booting of mainline kernel: ayufan-rock64/arm-trusted-firmware@f947c7e
  • 0.6.11: Use different delays for u-boot PXE to make it work,
  • 0.6.10: Add images to flash u-boot to SPI,
  • 0.6.10: Fix rock64_write|erase_spi_flash.sh,
  • 0.6.9: Fix USB booting from OTG,
  • 0.6.9: Enable SPI support for Winbond in u-boot,
  • 0.6.9: Introduce recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec,
  • 0.6.9: Enable control of rk805 leds from u-boot,
  • 0.6.9: The rock64_write|erase_spi_flash.sh check MTD name,
  • 0.6.8: Fix rock64_write|erase_spi_flash.sh scripts,
  • 0.6.7: Fix u-boot booting (regression since 0.6.6),
  • 0.6.6: Fix eMMC not working since 0.6.1,
  • 0.6.6: U-boot supports USB2/3 booting,
  • 0.6.6: Use Rockchip's u-boot tree,
  • 0.6.5: Tag all dependent repositories,
  • 0.6.4: Include mainline kernel in release,
  • 0.6.3: Rebase mainline kernel and u-boot patches,
  • 0.6.3: Fix libmali (make it work),
  • 0.6.3: Fix small bug in rock64_write_spi_flash.sh,
  • 0.6.2: Use RK DDR and SPL (allows SPI booting),
  • 0.6.2: Release bionic instead of artful,
  • 0.6.2: Include a bunch of updated drivers: xserver, libdrm, xf86-video-armsoc, etc.,
  • 0.6.2: Include updated 4.4 kernel,
  • 0.6.1: Make SPL/TPL actually to work,
  • 0.6.1: Introduce rock64_write_spi_flash.sh and rock64_erase_spi_flash.sh,
  • 0.6.0: Highly experimental,
  • 0.6.0: Use SPL/TPL instead of Rockchip's loaders (supports flashing and booting from SPI),

https://jenkins.ayufan.eu/job/linux-build-rock-64/164/

0.6.11: jenkins-linux-build-rock-64-163

05 Jan 23:19
Compare
Choose a tag to compare
Pre-release

Notes:

  • The RELEASES is the latest stable version.
  • The pre-release is the latest development version.
  • For OpenMediaVault the armhf variant is preferred, as it offers the best compatibility.
  • Credentials (console/ssh, except OMV): rock64/rock64
  • Credentials (OMV): admin/openmediavault (Web), root/openmediavault (Console)
  • To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply
  • The U-boot introduces recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec

Upgrade:

sudo apt-get update -y
sudo apt-get install linux-rock64 -y

0.6.x

  • 0.6.11: Use different delays for u-boot PXE to make it work,
  • 0.6.10: Add images to flash u-boot to SPI,
  • 0.6.10: Fix rock64_write|erase_spi_flash.sh,
  • 0.6.9: Fix USB booting from OTG,
  • 0.6.9: Enable SPI support for Winbond in u-boot,
  • 0.6.9: Introduce recovery button mode selection,
  • 0.6.9: Enable control of rk805 leds from u-boot,
  • 0.6.9: The rock64_write|erase_spi_flash.sh check MTD name,
  • 0.6.8: Fix rock64_write|erase_spi_flash.sh scripts,
  • 0.6.7: Fix u-boot booting (regression since 0.6.6),
  • 0.6.6: Fix eMMC not working since 0.6.1,
  • 0.6.6: U-boot supports USB2/3 booting,
  • 0.6.6: Use Rockchip's u-boot tree,
  • 0.6.5: Tag all dependent repositories,
  • 0.6.4: Include mainline kernel in release,
  • 0.6.3: Rebase mainline kernel and u-boot patches,
  • 0.6.3: Fix libmali (make it work),
  • 0.6.3: Fix small bug in rock64_write_spi_flash.sh,
  • 0.6.2: Use RK DDR and SPL (allows SPI booting),
  • 0.6.2: Release bionic instead of artful,
  • 0.6.2: Include a bunch of updated drivers: xserver, libdrm, xf86-video-armsoc, etc.,
  • 0.6.2: Include updated 4.4 kernel,
  • 0.6.1: Make SPL/TPL actually to work,
  • 0.6.1: Introduce rock64_write_spi_flash.sh and rock64_erase_spi_flash.sh,
  • 0.6.0: Highly experimental,
  • 0.6.0: Use SPL/TPL instead of Rockchip's loaders (supports flashing and booting from SPI),

https://jenkins.ayufan.eu/job/linux-build-rock-64/163/

0.6.10: jenkins-linux-build-rock-64-162

05 Jan 11:38
Compare
Choose a tag to compare
Pre-release

Notes:

  • The RELEASES is the latest stable version.
  • The pre-release is the latest development version.
  • For OpenMediaVault the armhf variant is preferred, as it offers the best compatibility.
  • Credentials (console/ssh, except OMV): rock64/rock64
  • Credentials (OMV): admin/openmediavault (Web), root/openmediavault (Console)
  • To enable SSH for OMV go to Web > SSH > Permit Root Login > Save > Apply
  • The U-boot introduces recovery button mode selection: ayufan-rock64/linux-u-boot@ea6efec

Upgrade:

sudo apt-get update -y
sudo apt-get install linux-rock64 -y

0.6.x

  • 0.6.10: Add images to flash u-boot to SPI,
  • 0.6.10: Fix rock64_write|erase_spi_flash.sh,
  • 0.6.9: Fix USB booting from OTG,
  • 0.6.9: Enable SPI support for Winbond in u-boot,
  • 0.6.9: Introduce recovery button mode selection,
  • 0.6.9: Enable control of rk805 leds from u-boot,
  • 0.6.9: The rock64_write|erase_spi_flash.sh check MTD name,
  • 0.6.8: Fix rock64_write|erase_spi_flash.sh scripts,
  • 0.6.7: Fix u-boot booting (regression since 0.6.6),
  • 0.6.6: Fix eMMC not working since 0.6.1,
  • 0.6.6: U-boot supports USB2/3 booting,
  • 0.6.6: Use Rockchip's u-boot tree,
  • 0.6.5: Tag all dependent repositories,
  • 0.6.4: Include mainline kernel in release,
  • 0.6.3: Rebase mainline kernel and u-boot patches,
  • 0.6.3: Fix libmali (make it work),
  • 0.6.3: Fix small bug in rock64_write_spi_flash.sh,
  • 0.6.2: Use RK DDR and SPL (allows SPI booting),
  • 0.6.2: Release bionic instead of artful,
  • 0.6.2: Include a bunch of updated drivers: xserver, libdrm, xf86-video-armsoc, etc.,
  • 0.6.2: Include updated 4.4 kernel,
  • 0.6.1: Make SPL/TPL actually to work,
  • 0.6.1: Introduce rock64_write_spi_flash.sh and rock64_erase_spi_flash.sh,
  • 0.6.0: Highly experimental,
  • 0.6.0: Use SPL/TPL instead of Rockchip's loaders (supports flashing and booting from SPI),

https://jenkins.ayufan.eu/job/linux-build-rock-64/162/