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
- Install SD card to this host PC, please ensure Ubuntu 16.04 R2 image is installed on this SD card
- Enter folder SD which is generated after building
- Run below command to update u-boot and Linux kernel
bpi-update -c bpi-r2.conf
- After it completes, move SD to R2 board
- 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时没有任何反应,很快就结束,不知道是什么情况?有知道的大侠指点一下,谢谢!