Banana Pi BPI-R2 New Image Release : Ubuntu 16.04 V1.3
1.About this release
- This release is for banana pi R2 board which is based on MTK7623N, and it is based on Ubuntu 16.04 Operation system.
2.What’s new in this release
-
Fixed bugs
Issue:Environments of u-boot won’t save in sd card when boot from external sd card
https://github.com/BPI-SINOVOIP/BPI-R2-bsp/issues/28
Issue:Unable to disable tx-checksum-ipv4 for both eth0 and eth1
-
Enabled Uart0 / 1 by default
-
Support 4G module EC25 ( qmi-wwan / ppp;GPS / BeiDou )
-
Change CONFIG_ATA and CONFIG_SATA_AHCI drivers to built-in mode
-
Add mmc-util tool
3.Known limitations
-
Bluetooth is unstable
-
Wifi Ap is unstable
-
SPI is unstable
4.Image link:
username: root , password: bananapi
5.FAQ:
-
Q1:How to use BPI-4G module with R2?
-
Q2:How about the performance of BPI-4G module with R2?
Use ppp:
Use qmi-wwan:
Qmi-wwan is faster than ppp,so we recommend qmi-wwan.
-
Q3:How to use mmc-util?
A3:Here is quote from Frank-w,“write emmc-partition-config with mmc-utils”
[18:02] root@bpi-r2:~# ./mmc extcsd read /dev/mmcblk1 | grep PARTITION_CONFIG Boot configuration bytes [PARTITION_CONFIG: 0x00] [18:02] root@bpi-r2:~# ./mmc bootpart enable 1 1 /dev/mmcblk1 [18:03] root@bpi-r2:~# ./mmc extcsd read /dev/mmcblk1 | grep PARTITION_CONFIG Boot configuration bytes [PARTITION_CONFIG: 0x48]
You can find more infos from here:http://forum.banana-pi.org/t/emmc-partition-information-mmc-tools-on-a-live-system/4940/3