Skip to content

Commit bb72059

Browse files
author
Jenkins
committed
Add 1.3.0 changes
1 parent d999e5f commit bb72059

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

versions/1.3.0/CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Upgrade (from [Ubuntu](https://github.com/ayufan-pine64/linux-build/releases/latest)):
2+
```
3+
$ pine64_upgrade_android.sh /dev/mmcblk1 android-6.0 1.3.0
4+
```
5+
6+
Notice:
7+
- Edit `/boot/uEnv.txt` as there are many different system and performance level configuration options,
8+
- Add to `/boot/uEnv.txt`:
9+
- `emmc_compat=on`: if you are having problems with using eMMC module (especially eMMC 5.1),
10+
- `pinebook_lcd_mode=batch1|batch2`: if you are having problems with screen flickering on Pinebook,
11+
12+
Changes:
13+
- 1.3.0: Use custom build boot0 with support for eMMC 5.1,
14+
- 1.3.0: Support HS200 for eMMC 5.1,
15+
- 1.3.0: Add `emmc_compat=150mhz|200mhz` allowing to enable extra performance boost on eMMC (unstable),
16+
- 1.3.0: Make u-boot and kernel to support eMMC 5.1,
17+
- 1.3.0: Run u-boot eMMC support in compatibility mode (SDR25),
18+
- 1.3.0: Allow to change Pinebook LCD parameters with `uEnv.txt` to fix flickering,
19+
- 1.3.0: Allow to enable eMMC compatibility mode for Android via `uEnv.txt`,
20+

0 commit comments

Comments
 (0)