Skip to content

Linux Image 4.4.175-rk3399 for RK3399 NanoPi M4 / NEO4 / T4

Compare
Choose a tag to compare
@avafinger avafinger released this 21 Feb 00:01
· 111 commits to master since this release

Linux Image 4.4.175-rk3399 for RK3399 NanoPi M4 with kernel headers.

This is Linux Image Kernel version 4.4.174-rk3399 with BSP and mainline fixes.

  • built with gcc 7.3
  • CPU freq back to 2 GHz (2.0 / 1.5 Ghz)
  • mainline 4.4.175 patches

Install:

  • Backup your data

  • check available space in /boot for the new kernel image
    df -lh
    you need at least 20Mbytes, if not enough space, remove unused kernel with dpkg

  • Upgrade Kernel with:
    sudo dpkg -i linux-image-4.4.175-rk3399_1.0-8.deb

and then:

sudo shutdown -h now

power off the board for 15 secs and boot

PS:

  • it should boot on NEO4, just change the DTB like so:
    cd /boot
    sudo ln -sf rk3399-nanopi4-rev04.dtb__4.4.174-rk3399 dtb
    sync && sudo shutdown -h now
    boot on NEO4