Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Rename dev to edge (#134)
* Update Developer-Guide_User-Configurations.md * Update Developer-Guide_Build-Preparation.md * Update Process_Merge-Policy.md * Update User-Guide_Getting-Started.md * Update sun4i.md * Update sun7i.md * Update sun50iw1.md * Update sun8i.md * Update User-Guide_Armbian-Config.md * FEL is deprecated Removed also outdated information about stone-age legacy kernels * Update Process_Release-Model.md
- Loading branch information
Showing
with
26 additions
and 47 deletions.
- +6 −6 docs/Developer-Guide_Build-Preparation.md
- +1 −0 docs/Developer-Guide_FEL-boot.md
- +5 −5 docs/Developer-Guide_User-Configurations.md
- +3 −3 docs/Process_Merge-Policy.md
- +1 −1 docs/Process_Release-Model.md
- +1 −1 docs/User-Guide_Armbian-Config.md
- +3 −3 docs/User-Guide_Getting-Started.md
- +2 −3 docs/known_issues/sun4i.md
- +1 −8 docs/known_issues/sun50iw1.md
- +2 −7 docs/known_issues/sun7i.md
- +1 −10 docs/known_issues/sun8i.md
| @@ -1,6 +1,5 @@ | ||
| **Mainline kernel** (`next`/`dev` branches) | ||
| **Mainline kernel** (`current`/`edge` branches) | ||
|
|
||
| - no MALI drivers | ||
| - [different GPIO numbering](https://linux-sunxi.org/GPIO) | ||
| - no video acceleration | ||
| - experimental video acceleration | ||
| - `schedutil` governor may cause clicks and pops on audio output - change to `ondemand` to work around this issue |