Skip to content

Commit

Permalink
Update for 2020.08 release
Browse files Browse the repository at this point in the history
Signed-off-by: David Abdurachmanov <[email protected]>
  • Loading branch information
David Abdurachmanov committed Aug 5, 2020
1 parent 5ea4f3c commit 3c9fa98
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ The old SDK based on Buildroot is archived in [`archive/buildroot`](https://gith

For advanced OE usage we advice to look into the following third-party manuals:

- [BitBake User Manual 3.1 by Yocto](https://www.yoctoproject.org/docs/3.1/bitbake-user-manual/bitbake-user-manual.html)
- [BitBake User Manual 3.1.2 by Yocto](https://www.yoctoproject.org/docs/3.1.2/bitbake-user-manual/bitbake-user-manual.html)

- [Yocto Project Reference Manual 3.1 by Yocto](https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html)
- [Yocto Project Reference Manual 3.1.2 by Yocto](https://www.yoctoproject.org/docs/3.1.2/ref-manual/ref-manual.html)

- [Yocto Project Complete Documentation \(MegaManual\) Set 3.1 by Yocto](https://www.yoctoproject.org/docs/3.1/mega-manual/mega-manual.html)
- [Yocto Project Complete Documentation \(MegaManual\) Set 3.1.2 by Yocto](https://www.yoctoproject.org/docs/3.1.2/mega-manual/mega-manual.html)

- [A practical guide to BitBake by Harald Achitz](https://a4z.bitbucket.io/docs/BitBake/guide.html)
- [A practical guide to BitBake by Harald Achitz](https://a4z.gitlab.io/docs/BitBake/guide.html)

## Quick Start

Expand All @@ -42,7 +42,7 @@ This needs to be done every time you want a clean setup based on the latest laye

```bash
mkdir riscv-sifive && cd riscv-sifive
repo init -u git://github.com/sifive/meta-sifive -b 2020.07 -m tools/manifests/sifive.xml
repo init -u git://github.com/sifive/meta-sifive -b 2020.08 -m tools/manifests/sifive.xml
repo sync
```

Expand Down
17 changes: 17 additions & 0 deletions ReleaseNotes/2020.08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Release Notes for 2020.08

This release includes major changes compared previous Freedom Unleashed SDK and thus is **experimental** at this stage. Main changes include:

- All layers (openembedded-core, meta-openembedded, meta-riscv) updated to their latest revisions.

- Kernel updated to v5.8.

- stress-ng updated to 0.11.17.

- hdparm package was added.

## Known Issues

1. Avoid overclocking SoC using CPUFreq if you are using HiFive Unleashed Expansion Board from Microsemi as this will hang the board. Hard reset will be required.

2. If Xfce4 desktop disk image is used with HiFive Unleashed Expansion Board and GPU then rebooting is required after the 1st boot.

0 comments on commit 3c9fa98

Please sign in to comment.