How to : Use bpi-update command to update kernel image

Step1: Update bpi-tools

$ git clone https://github.com/BPI-SINOVOIP/bpi-tools.git

$ cd bpi-tools

$ sudo ./bpi-tools -u -U

Step 2: Check bpi-tools version

$ bpi-tools -v

Step 3: Use bpi-update to update kerenl

$ mkdir update_file $ cd update_file

BPI-M2U

$ sudo bpi-update -c bpi-m2u.conf

BPI-M2P

$ sudo bpi-update -c bpi-m2p.conf

BPI-M3

$ sudo bpi-update -c bpi-m3.conf

1 Like

Can this be run from any of the supplied images (Ubuntu etc) using ssh?

you can use ssh to try it .

I guess there is a small typo there should be a new line before the second $

Hi, I am using BPI-M2 zero hardware, and the OS installed is Raspbian stretch kernel version is 4.4 which is found in this website https://wiki.banana-pi.org/Banana_Pi_BPI-M2_ZERO. When I try to run this command “sudo apt-get install linux-tools-generic”, it throw the error “unable to locate the package linux-tools-generic”. Is this because of the kernel version is too old? If it is, how can I update the kernel version? In this topic, @BPI_Justin didn’t included the device BPI-M2 zero for update the kernel. Thanks in Advance.

Hi. Did you find a solution? I am having the same problem.