bpi-update更新bpi-r2内核问题,在线等

How to update both u-boot and Linux kernel

If you don’t have tools for banana-pi products, please run below commands to install them:

        apt-get install pv
        curl -sL https://github.com/BPI-SINOVOIP/bpi-tools/raw/master/bpi-tools | sudo -E bash
  1. Install SD card to this host PC, please ensure Ubuntu 16.04 R2 image is installed on this SD card
  2. Enter folder SD which is generated after building
  3. Run below command to update u-boot and Linux kernel
        bpi-update -c bpi-r2.conf
  1. After it completes, move SD to R2 board
  2. Press power button to activate this board

执行第3步时,命令默认的sd卡的路径是/dev/mmcblk0,如果这个路径不对的话,可以用-d参数,如

bpi-update -c bpi-r2.conf -d /dev/sdx sdx是指SD卡

按照以上步骤,执行bpi-update时没有任何反应,很快就结束,不知道是什么情况?有知道的大侠指点一下,谢谢!