Skip to content

Linux Image 4.4.174-rk3399 for RK3399 NanoPi M4 / NEO4

Compare
Choose a tag to compare
@avafinger avafinger released this 08 Feb 22:45
· 115 commits to master since this release

Linux Image 4.4.174-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 8.2
  • lower CPU freq for stability and lower cpu temperature (1.8 / 1.4 Ghz)
  • mainline 4.4.174 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.174-rk3399_1.0-7.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