Skip to content

Commit 95105ed

Browse files
author
Jenkins
committed
Add 0.3.17 changes
1 parent f62b303 commit 95105ed

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

versions/0.3.17/CHANGES.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Upgrade (from [Ubuntu](https://github.com/ayufan-pine64/linux-build/releases/latest)):
2+
```
3+
$ pine64_upgrade_android.sh /dev/mmcblk1 android-7.1 0.3.17
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+
- 0.3.17: Use custom build boot0 with support for eMMC 5.1,
14+
- 0.3.17: Support HS200 for eMMC 5.1,
15+
- 0.3.17: Add `emmc_compat=150mhz|200mhz` allowing to enable extra performance boost on eMMC (unstable),
16+
- 0.3.17: Make u-boot and kernel to support eMMC 5.1,
17+
- 0.3.17: Run u-boot eMMC support in compatibility mode (SDR25),
18+
- 0.3.17: Allow to change Pinebook LCD parameters with `uEnv.txt` to fix flickering,
19+
- 0.3.17: Allow to enable eMMC compatibility mode for Android via `uEnv.txt`,
20+
- 0.3.15: Do not include Geekbench,
21+
- 0.3.14: Fix LCD display for Pine A64,
22+
- Support additional HDMI modes: 1024x600p and 800x480p,
23+
- Upgrade Android to 7.1.2_r11,
24+
- Test release of SoPine,
25+
- Fix support for HDMI,
26+
- Fix U-Boot support for Pine A64,
27+
- Use single DTB for U-Boot and kernel,
28+
- Fix some suspend issues to additional locks done by power manager,
29+
- Update sleep behavior when pressing the power buttons,
30+
- Use native lid switch support instead of relying on custom keys,
31+
- Make suspend to work regardless display on/off notifications,
32+
- Use keyed autoboot, s to abort as The Pinebook uses UART via headphone jack (thanks, @longsleep),
33+
- Reduce boot delay from 3 to 1 second to speed up booting,
34+
- Added 8723cs_efuse.map,
35+
- Disable CPUS_WAKE_ALRM0 from Wake sources to prevent suspend,
36+
- Disable Realtek WiFi 8723 power management,
37+
- Use BSP 1.2 kernel (without backports): https://github.com/ayufan-pine64/linux-pine64: my-hacks-1.2,
38+
- Fixes camera support,
39+
- Fixes headphones support, enable on boot,
40+
- Auto-generates wifi mac address,
41+
- Allows accessing eMMC when booting from SD,
42+
43+
Currently, it only works on Pinebook.
44+

0 commit comments

Comments
 (0)